:root{--color-bg:#F2EDE4;--color-paper:#FAF8F4;--color-cream:#EDE8DC;--color-ink:#1D201B;--color-muted:#747168;--color-line:#D8D3C8;--color-accent:#5F6F52;--color-accent-deep:#32402D;--color-gold:#C09B5A;--color-gold-soft:#E6D5AA;--font-display:"EB Garamond", Georgia, serif;--font-serif:"EB Garamond", Georgia, serif;--font-sans:"DM Sans", system-ui, sans-serif;--font-mono:"Courier New", monospace;--tracking-tightish:-0.02em;--max-prose:62ch}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);background:var(--color-bg)!important;color:var(--color-ink);font-feature-settings:'ss01';margin:0!important;padding:0!important;max-width:none!important;width:100%!important}::selection{background:rgb(95 111 82 / .25);color:var(--color-ink)}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:var(--tracking-tightish);margin:0 0 .5em;line-height:1}a{color:inherit;transition:color 0.2s,opacity 0.2s}hr{border:none;border-top:1px solid var(--color-line);margin:0}[id]{scroll-margin-top:6rem}img{max-width:100%;height:auto;display:block}.container-wide{width:100%;margin-inline:auto;padding-inline:1.5rem;max-width:80rem}.container-prose{width:100%;margin-inline:auto;padding-inline:1.5rem;max-width:56rem}@media (min-width:640px){.container-wide,.container-prose{padding-inline:2rem}}.section-label{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-gold);display:block}.micro-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:.375rem;border:1px solid var(--color-line);background:var(--color-bg);padding:.5rem .75rem;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted)}.micro-badge::before{content:'✧';color:var(--color-gold)}.quiet-link{text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--color-line)}.quiet-link:hover{text-decoration-color:rgb(29 32 27 / .6)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;background:var(--color-ink);color:var(--color-bg);padding:.75rem 1.5rem;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s}.btn-primary:hover{background:rgb(29 32 27 / .85);color:var(--color-bg)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid var(--color-line);background:rgb(255 255 255 / .8);color:var(--color-ink);padding:.75rem 1.5rem;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;text-decoration:none;cursor:pointer;transition:border-color 0.2s}.btn-ghost:hover{border-color:var(--color-accent);color:var(--color-ink)}.field-label{display:block;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-muted);margin-bottom:.5rem}.field-input,.field-textarea{width:100%;background:var(--color-bg);border:1px solid var(--color-line);border-radius:.375rem;padding:.75rem 1rem;font-family:var(--font-sans);font-size:1rem;color:var(--color-ink);transition:border-color 0.15s,box-shadow 0.15s;outline:none}.field-input:focus,.field-textarea:focus{border-color:rgb(29 32 27 / .5);box-shadow:0 0 0 1px rgb(29 32 27 / .2)}.field-textarea{resize:vertical;min-height:6rem}.checkbox-row{display:flex;align-items:flex-start;gap:.75rem;font-family:var(--font-sans);font-size:.875rem;color:rgb(29 32 27 / .9);line-height:1.6}.checkbox-row input[type="checkbox"]{margin-top:.25rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--color-ink)}.info-card{border-radius:.5rem;border:1px solid var(--color-line);background:var(--color-paper);padding:1.25rem}@media (min-width:640px){.info-card{padding:1.5rem}}.site-header{position:sticky!important;top:0!important;z-index:100!important;width:100%!important;border-bottom:1px solid var(--color-line);background:rgb(255 255 255 / .95)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:4rem}.site-header__logo{font-family:var(--font-display);font-size:1.875rem;letter-spacing:var(--tracking-tightish);text-transform:lowercase;color:var(--color-ink);text-decoration:none;line-height:1}.site-header__logo:hover{opacity:.7}.site-header__nav{display:none;align-items:center;gap:1.75rem;font-size:.875rem;font-family:var(--font-sans)}@media (min-width:768px){.site-header__nav{display:flex}}.site-header__nav a{color:var(--color-ink);text-decoration:none}.site-header__nav a:hover{color:rgb(29 32 27 / .6)}.site-header__cart-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-ink);text-decoration:none;border:1px solid var(--color-line);border-radius:.375rem;padding:.375rem .75rem;transition:border-color 0.2s}.site-header__cart-link:hover{border-color:var(--color-accent);color:var(--color-ink)}.site-header__private{display:none;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-muted)}@media (min-width:640px){.site-header__private{display:inline}}.site-header__mobile{display:block;border-top:1px solid var(--color-line);background:var(--color-bg)}@media (min-width:768px){.site-header__mobile{display:none}}.site-header__mobile-grid{display:grid;grid-template-columns:repeat(4,1fr);divide-x:1px solid var(--color-line);text-align:center}.site-header__mobile-grid a{display:block;padding:.75rem 0;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);text-decoration:none;border-right:1px solid var(--color-line);transition:color 0.2s}.site-header__mobile-grid a:last-child{border-right:none}.site-header__mobile-grid a:hover{color:var(--color-ink)}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--color-line);background:var(--color-bg)}.hero__cream-panel{display:none;position:absolute;inset-block:0;right:0;width:28%;background:var(--color-cream);pointer-events:none}@media (min-width:1024px){.hero__cream-panel{display:block}}.hero__grid{position:relative;display:grid;min-height:calc(100vh - 10rem);gap:3rem;padding-block:3rem;align-items:center}@media (min-width:640px){.hero__grid{padding-block:4rem}}@media (min-width:1024px){.hero__grid{grid-template-columns:minmax(0,0.95fr) minmax(24rem,0.72fr)}}.hero__eyebrow{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent-deep);margin-bottom:1.5rem}.hero__heading{font-family:var(--font-display);font-size:4.25rem;line-height:.9;letter-spacing:var(--tracking-tightish);color:var(--color-ink);margin:0}@media (min-width:640px){.hero__heading{font-size:6rem}}@media (min-width:1024px){.hero__heading{font-size:8.75rem}}.hero__body{margin-top:1.75rem;max-width:52ch;font-size:1.125rem;line-height:1.7;color:rgb(29 32 27 / .75);font-family:var(--font-sans);font-weight:300}@media (min-width:640px){.hero__body{font-size:1.25rem}}.hero__ctas{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2.25rem}.hero__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.hero__card{display:none;position:relative}@media (min-width:1024px){.hero__card{display:block}}.hero__card-inner{border-radius:.5rem;border:1px solid var(--color-line);background:rgb(255 255 255 / .92);padding:1rem;box-shadow:0 24px 70px rgb(50 64 45 / .12);backdrop-filter:blur(4px)}.hero__card-image{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:.375rem;border:1px solid var(--color-line);background:var(--color-paper)}.hero__card-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__card-badges{position:absolute;left:1rem;right:1rem;top:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hero__card-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--color-line);border-top:none}.hero__card-stat{padding:1rem;border-right:1px solid var(--color-line)}.hero__card-stat:last-child{border-right:none}.hero__card-stat-label{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted);margin-bottom:.5rem}.hero__card-stat-value{font-family:var(--font-display);font-size:2.5rem;line-height:1}.hero__card-stat-value--small{font-family:var(--font-sans);font-size:.875rem;color:rgb(29 32 27 / .75)}.hero__ticker{border-bottom:1px solid var(--color-line);background:rgb(247 245 239 / .7)}.hero__ticker-grid{display:grid;gap:1rem;padding-block:1.25rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted)}@media (min-width:640px){.hero__ticker-grid{grid-template-columns:repeat(4,1fr)}}.products-section{padding-block:5rem}@media (min-width:640px){.products-section{padding-block:6rem}}.products-section__header{display:grid;gap:1.5rem;margin-bottom:2.5rem}@media (min-width:1024px){.products-section__header{grid-template-columns:minmax(0,1fr) auto;align-items:flex-end}}.products-section__title{font-size:3rem;line-height:.98}@media (min-width:640px){.products-section__title{font-size:3.75rem}}.products-section__desc{margin-top:1.25rem;max-width:48rem;font-size:1rem;line-height:1.7;color:rgb(29 32 27 / .7);font-weight:300}@media (min-width:640px){.products-section__desc{font-size:1.125rem}}.product-card{position:relative;display:flex;flex-direction:column;min-height:20rem;border-radius:.5rem;border:1px solid var(--color-line);background:var(--color-bg);overflow:hidden;transition:transform 0.2s,border-color 0.2s,box-shadow 0.2s;height:100%}.product-card:hover{transform:translateY(-2px);border-color:rgb(95 111 82 / .7);box-shadow:0 16px 42px rgb(50 64 45 / .08)}.product-card__image{position:relative;aspect-ratio:3/4;border-bottom:1px solid var(--color-line);background:var(--color-paper);overflow:hidden}.product-card__image a{display:block;height:100%}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}.product-card__image:hover img{transform:scale(1.02)}.product-card__image-badge{position:absolute;left:1rem;top:1rem;background:rgb(255 255 255 / .9)}.product-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem}@media (min-width:640px){.product-card__body{padding:1.5rem}}.product-card__meta{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-accent-deep);margin-bottom:.75rem}.product-card__title{font-family:var(--font-display);font-size:2rem;letter-spacing:var(--tracking-tightish);line-height:1.02;margin:0}.product-card__title a{text-decoration:none;color:var(--color-ink)}.product-card__title a:hover{color:rgb(29 32 27 / .65)}.woocommerce ul.products li.product .woocommerce-loop-product__title a,.woocommerce ul.products li.product a{color:var(--color-ink);text-decoration:none}.product-card__name{font-family:var(--font-display);font-size:1.5rem;letter-spacing:var(--tracking-tightish);line-height:1.05;margin:0 0 .4rem}.product-card__name a{text-decoration:none;color:var(--color-ink)}.product-card__name a:hover{color:rgb(29 32 27 / .65)}.product-card__desc{font-size:.8125rem;color:var(--color-muted);margin:.375rem 0 0;font-family:var(--font-sans);line-height:1.5}.product-card__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__subtitle{font-size:.875rem;color:var(--color-muted);margin-top:.5rem;font-family:var(--font-sans);line-height:1.5}.product-card__price{font-family:var(--font-sans);font-size:1.25rem;color:var(--color-accent-deep);flex-shrink:0}.product-card__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.product-card__footer{margin-top:auto;padding-top:1.5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.product-card__size{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted)}.product-card__cta{display:inline-flex;min-width:6.25rem;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid var(--color-line);background:var(--color-bg);padding:.625rem 1rem;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;text-decoration:none;color:var(--color-ink);transition:border-color 0.2s;cursor:pointer}.product-card__cta:hover{border-color:rgb(29 32 27 / .6);color:var(--color-ink)}.product-card--signature{box-shadow:none}.product-card--other{background:rgb(247 245 239 / .7)}.wednesdaylabs-product-grid{display:grid;grid-template-columns:1fr;gap:2rem 2rem}@media (min-width:640px){.wednesdaylabs-product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.wednesdaylabs-product-grid{grid-template-columns:repeat(3,1fr)}}.content-section{padding-block:5rem}@media (min-width:640px){.content-section{padding-block:6rem}}.content-section--paper{background:rgb(247 245 239 / .8);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.content-section__grid-12{display:grid;gap:3rem}@media (min-width:640px){.content-section__grid-12{grid-template-columns:repeat(12,1fr)}}.section-col-4{grid-column:span 4}.section-col-8{grid-column:span 8}.section-heading{font-size:3rem;line-height:.98}@media (min-width:640px){.section-heading{font-size:3.75rem}}.steps-grid{display:grid;gap:2rem;list-style:none;padding:0;margin:0}@media (min-width:640px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-item{border-top:1px solid var(--color-line);padding-top:1.5rem}.step-number{font-family:var(--font-mono);font-size:2.5rem;color:var(--color-accent);margin-bottom:1.25rem;letter-spacing:var(--tracking-tightish);display:block}.step-title{font-family:var(--font-sans);font-weight:500;font-size:1.125rem;margin-bottom:.75rem}.step-body{color:rgb(29 32 27 / .65);line-height:1.6;font-family:var(--font-sans);font-weight:300}.why-grid{display:grid;gap:1.25rem;list-style:none;padding:0;margin:0}@media (min-width:640px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-item{border-top:1px solid var(--color-line);padding-top:1.5rem}.why-mark{font-family:var(--font-display);font-size:2.5rem;color:var(--color-accent);margin-bottom:1.5rem;display:block}.why-title{font-family:var(--font-sans);font-weight:500;font-size:1.125rem;line-height:1.2;margin-bottom:.75rem}.why-body{font-size:1rem;line-height:1.6;color:rgb(29 32 27 / .65);font-family:var(--font-sans);font-weight:300}.standards-grid{display:grid;gap:1.25rem}@media (min-width:640px){.standards-grid{grid-template-columns:repeat(2,1fr)}}.standards-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.standards-list li{display:flex;gap:.75rem;font-size:1rem;line-height:1.6;color:rgb(29 32 27 / .75)}.standards-list li::before{content:'✧';color:var(--color-accent);margin-top:.25rem;flex-shrink:0}.faq-grid{display:grid;gap:3rem}@media (min-width:1024px){.faq-grid{grid-template-columns:0.8fr 1.2fr}}.faq-list{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.faq-item{border-bottom:1px solid var(--color-line)}.faq-item:last-child{border-bottom:none}details.faq-item summary{display:flex;cursor:pointer;list-style:none;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:1.5rem;font-size:1.125rem;font-family:var(--font-sans);font-weight:500}details.faq-item summary::-webkit-details-marker{display:none}.faq-chevron{color:var(--color-accent);transition:transform 0.2s;flex-shrink:0}details.faq-item[open] .faq-chevron{transform:rotate(45deg)}.faq-answer{padding-bottom:1.5rem;max-width:var(--max-prose);font-size:1rem;line-height:1.6;color:rgb(29 32 27 / .65);font-family:var(--font-sans);font-weight:300}.research-notice{padding-block:4rem}@media (min-width:640px){.research-notice{padding-block:5rem}}.site-footer{padding-block:4rem;border-top:1px solid var(--color-line);background:var(--color-bg)!important}.site-footer__grid{display:grid;gap:2.5rem}@media (min-width:640px){.site-footer__grid{grid-template-columns:repeat(12,1fr)}.site-footer__brand{grid-column:span 4}.site-footer__nav-1{grid-column:span 2}.site-footer__nav-2{grid-column:span 2}.site-footer__legal{grid-column:span 4}}.site-footer__wordmark{font-family:var(--font-display);font-size:1.5rem;letter-spacing:var(--tracking-tightish);text-transform:lowercase;color:var(--color-ink);text-decoration:none;display:block;margin-bottom:1rem}.site-footer__desc{font-size:.875rem;color:var(--color-muted);max-width:52ch;line-height:1.6;font-family:var(--font-sans);font-weight:300}.site-footer__nav-title{margin-bottom:1rem}.site-footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__nav-list a{font-size:.875rem;font-family:var(--font-sans);text-decoration:none;color:var(--color-ink)}.site-footer__nav-list a:hover{text-decoration:underline}.site-footer__bottom{margin-top:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.site-footer__copy{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted)}.age-gate{display:none;position:fixed;inset:0;z-index:9999;place-items:center;background:rgb(29 32 27 / .75);padding:1.5rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.age-gate.is-visible{display:grid}.age-gate__box{width:100%;max-width:32rem;border:1px solid var(--color-line);background:var(--color-bg);padding:2rem;text-align:center}@media (min-width:640px){.age-gate__box{padding:2.5rem}}.age-gate__title{font-family:var(--font-display);font-size:3rem;line-height:.98;margin-bottom:0}@media (min-width:640px){.age-gate__title{font-size:3.75rem}}.age-gate__body{margin-top:1.25rem;font-size:1rem;line-height:1.6;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300}@media (min-width:640px){.age-gate__body{font-size:1.125rem}}.age-gate__affirmations{margin:1.5rem 0;text-align:left;display:flex;flex-direction:column;gap:.875rem}.age-gate__btn{margin-top:1.5rem;width:100%}.woocommerce .woocommerce-breadcrumb{font-family:var(--font-mono);font-size:.75rem;color:var(--color-muted)}.woocommerce-shop-header{padding-block:3rem 2rem;border-bottom:1px solid var(--color-line);margin-bottom:3rem}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(1,1fr)!important;gap:2rem!important;margin:0!important;padding:0!important;list-style:none!important}@media (min-width:640px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}}@media (min-width:1024px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)!important}}@media (min-width:1280px){.woocommerce ul.products{grid-template-columns:repeat(4,1fr)!important}}.woocommerce ul.products li.product{margin:0!important;float:none!important;width:100%!important}.woocommerce ul.products li.product a img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}.woocommerce div.product{display:grid;gap:3rem;padding-block:1.5rem}@media (min-width:768px){.woocommerce div.product{grid-template-columns:1fr 1fr}}.woocommerce div.product .product_title{font-family:var(--font-display);font-size:3rem;letter-spacing:var(--tracking-tightish);line-height:1;margin-bottom:1rem}.woocommerce div.product p.price,.woocommerce div.product span.price{font-family:var(--font-sans);font-size:1.75rem;color:var(--color-accent-deep);margin-bottom:1.5rem}.woocommerce div.product .woocommerce-product-details__short-description{font-family:var(--font-sans);font-size:.9375rem;line-height:1.7;color:rgb(29 32 27 / .75);margin-bottom:1.5rem}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-family:var(--font-mono)!important;font-size:0.75rem!important;text-transform:uppercase!important;letter-spacing:0.14em!important;border-radius:0.375rem!important;background:var(--color-ink)!important;color:var(--color-bg)!important;padding:.75rem 1.5rem!important;border:none!important;cursor:pointer!important;transition:background 0.2s!important}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:rgb(29 32 27 / .85)!important;color:var(--color-bg)!important}.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{max-width:80rem;margin-inline:auto;padding-inline:1.5rem;padding-block:3rem}@media (min-width:640px){.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{padding-inline:2rem}}.woocommerce form .form-row label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted);margin-bottom:.5rem}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border:1px solid var(--color-line)!important;border-radius:0.375rem!important;padding:.75rem 1rem!important;font-family:var(--font-sans)!important;font-size:1rem!important;color:var(--color-ink)!important;background:var(--color-bg)!important;outline:none!important;transition:border-color 0.15s!important;width:100%!important;box-sizing:border-box!important}.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:rgb(29 32 27 / .5)!important;box-shadow:0 0 0 1px rgb(29 32 27 / .2)!important}.research-affirmation{background:rgb(247 245 239 / .8);border:1px solid var(--color-line);border-radius:.375rem;padding:1.25rem;margin-bottom:1.5rem}.research-affirmation p{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted);margin-bottom:.75rem}.wednesday-coa-section{margin-top:1.5rem;padding:1.25rem;border:1px solid var(--color-line);border-radius:.375rem;background:var(--color-paper)}.wednesday-coa-section h4{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted);margin-bottom:.75rem}.wednesday-coa-section a{font-family:var(--font-sans);font-size:.875rem;color:var(--color-ink);text-decoration:underline;text-underline-offset:3px}.wednesday-ruo-notice{margin-top:1rem;padding:.875rem 1rem;border-left:3px solid var(--color-accent);border-radius:0 .375rem .375rem 0;background:rgb(95 111 82 / .06);font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent-deep);line-height:1.6}.page-template{max-width:56rem;margin-inline:auto;padding-inline:1.5rem;padding-block:4rem}@media (min-width:640px){.page-template{padding-inline:2rem}}.page-template h1{font-size:3.5rem;margin-bottom:1.5rem}.page-template p{font-size:1rem;line-height:1.75;color:rgb(29 32 27 / .75);margin-bottom:1.25rem}.lab-results-table{width:100%;border-collapse:collapse;font-size:.875rem;margin-top:2rem}.lab-results-table th{text-align:left;padding:.75rem 1rem;background:var(--color-paper);font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);border-bottom:2px solid var(--color-line)}.lab-results-table td{padding:.875rem 1rem;border-bottom:1px solid var(--color-line);font-family:var(--font-sans);vertical-align:middle}.lab-results-table a{color:var(--color-accent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gp-site-container{background:transparent!important}#site-header{display:none!important}#site-footer{display:none!important}.site-main{padding:0!important;margin:0!important}.inside-page-hero{display:none!important}.woocommerce-message,.woocommerce-error,.woocommerce-info{border-radius:0.375rem!important;font-family:var(--font-sans)!important;font-size:0.9375rem!important}.site-header__logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.site-header__logo{display:block;width:52px;height:52px;object-fit:contain}.site-header__logo-link:hover{opacity:.75}.site-header__wordmark{font-family:var(--font-display);font-size:1.875rem;letter-spacing:var(--tracking-tightish);text-transform:lowercase;color:var(--color-ink);text-decoration:none;line-height:1}.site-header__wordmark:hover{opacity:.7;color:var(--color-ink)}.site-header__right{display:flex;align-items:center;gap:.75rem}.site-header__badge{display:none;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.16em;color:var(--color-muted)}@media (min-width:640px){.site-header__badge{display:inline}}.site-header__cart{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-ink);text-decoration:none;position:relative}.site-header__cart:hover{opacity:.7;color:var(--color-ink)}.site-header__cart-count{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border-radius:50%;background:var(--color-accent);color:var(--color-bg);font-family:var(--font-mono);font-size:.5625rem;font-weight:600;position:absolute;top:-.5rem;right:-.5rem}.site-header__cart-count.is-empty{display:none!important}.site-header__menu-toggle{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.25rem}@media (min-width:768px){.site-header__menu-toggle{display:none}}.site-header__menu-toggle span{display:block;width:1.25rem;height:1.5px;background:var(--color-ink);transition:transform 0.2s,opacity 0.2s}.site-header__menu-toggle.is-open span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.site-header__menu-toggle.is-open span:nth-child(2){opacity:0}.site-header__menu-toggle.is-open span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.site-header__mobile-nav{border-top:1px solid var(--color-line);background:var(--color-bg)}@media (min-width:768px){.site-header__mobile-nav{display:none!important}}.site-header__mobile-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.site-header__mobile-link{display:block;padding:.75rem 0;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);text-decoration:none;border-right:1px solid var(--color-line);transition:color 0.2s}.site-header__mobile-link:last-child{border-right:none}.site-header__mobile-link:hover{color:var(--color-ink)}.site-header__menu{list-style:none;display:flex;flex-direction:row;gap:1.75rem;margin:0;padding:0}.site-header__menu li a{color:var(--color-ink);text-decoration:none;font-size:.875rem}.site-header__menu li a:hover{color:rgb(29 32 27 / .6)}.site-header.is-scrolled{box-shadow:0 1px 12px rgb(50 64 45 / .06)}.hero__inner{position:relative;display:grid;min-height:calc(100vh - 10rem);gap:3rem;padding-block:3rem;align-items:center}@media (min-width:640px){.hero__inner{padding-block:4rem}}@media (min-width:1024px){.hero__inner{grid-template-columns:minmax(0,0.95fr) minmax(24rem,0.72fr)}}.hero__content{max-width:54rem}.hero__headline{font-family:var(--font-display);font-size:clamp(3.5rem, 8vw, 8.75rem);line-height:.9;letter-spacing:var(--tracking-tightish);color:var(--color-ink);margin:.5rem 0 0}.hero__eyebrow{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent-deep);display:block;margin-bottom:1.5rem}.hero__body{margin-top:1.75rem;max-width:52ch;font-size:1.125rem;line-height:1.7;color:rgb(29 32 27 / .75);font-family:var(--font-sans);font-weight:300}@media (min-width:640px){.hero__body{font-size:1.25rem}}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:2.25rem}.hero__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.hero__card{display:none;position:relative}@media (min-width:1024px){.hero__card{display:block}}.hero__card-inner{border-radius:.5rem;border:1px solid var(--color-line);background:rgb(255 255 255 / .92);padding:1rem;box-shadow:0 24px 70px rgb(50 64 45 / .12);backdrop-filter:blur(4px)}.hero__card-image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:.375rem;border:1px solid var(--color-line);background:var(--color-paper)}.hero__card-image{width:100%;height:100%;object-fit:cover}.hero__card-image-badges{position:absolute;left:1rem;right:1rem;top:1rem;display:flex;align-items:center;justify-content:space-between}.hero__card-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--color-line);border-top:none}.hero__product-showcase{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;padding:1rem}.hero__product-tile,.hero__order-panel{min-width:0;border:1px solid rgb(72 92 104 / .14);border-radius:.5rem;background:rgb(255 255 255 / .9)}.hero__product-tile{display:grid;align-content:start;text-decoration:none;overflow:hidden}.hero__product-tile--1{grid-row:span 2}.hero__product-image{width:100%;aspect-ratio:1 / 1;object-fit:contain;padding:.85rem;background:linear-gradient(180deg,rgb(232 238 240 / .42),rgb(255 255 255 / .86))}.hero__product-name,.hero__product-price{display:block;padding-inline:.8rem}.hero__product-name{padding-top:.7rem;color:var(--color-ink);font-family:var(--font-display);font-size:1.05rem;line-height:1.1}.hero__product-price{padding-block:.25rem .75rem;color:var(--color-steel);font-family:var(--font-mono);font-size:.74rem}.hero__order-panel{padding:.95rem;background:rgb(232 238 240 / .48)}.hero__order-panel ul{display:grid;gap:.45rem;margin:.75rem 0 0;padding:0;list-style:none;color:var(--color-muted);font-size:.83rem;line-height:1.45}.hero__order-panel li{position:relative;padding-left:1rem}.hero__order-panel li::before{content:"";position:absolute;left:0;top:.62em;width:.35rem;height:.35rem;border-radius:50%;background:var(--color-accent-deep)}.hero__stat{padding:1rem;border-right:1px solid var(--color-line)}.hero__stat:last-child{border-right:none}.hero__stat-value{font-family:var(--font-display);font-size:2.5rem;line-height:1;margin:0}.hero__stat-body{font-family:var(--font-sans);font-size:.875rem;color:rgb(29 32 27 / .75);margin:0}.hero__ticker{border-bottom:1px solid var(--color-line);background:rgb(247 245 239 / .7)}.hero__ticker-inner{display:grid;gap:1rem;padding-block:1.25rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted)}@media (min-width:640px){.hero__ticker-inner{grid-template-columns:repeat(4,1fr)}}.home-products{padding-block:5rem}@media (min-width:640px){.home-products{padding-block:6rem}}.home-products__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.home-products__title{font-family:var(--font-display);font-size:clamp(2.5rem, 5vw, 3.75rem);line-height:.98;margin:.5rem 0 0}.home-products__all{flex-shrink:0}.home-products__footer{margin-top:2.5rem;text-align:center}.home-products__empty{padding:3rem;text-align:center;color:var(--color-muted);border:1px dashed var(--color-line);border-radius:.5rem}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.product-grid--full{grid-template-columns:repeat(4,1fr)}}.product-card__img-wrap{position:relative;aspect-ratio:1;border-bottom:1px solid var(--color-line);background:var(--color-bg);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1rem}.product-card__img{width:100%;height:100%;object-fit:contain;transition:transform 0.3s}.product-card__img-wrap:hover .product-card__img{transform:scale(1.02)}.product-card__img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-line);text-decoration:none}.product-card--no-image{border-top:2px solid var(--color-line)}.product-card--no-image .product-card__body{padding-top:1.25rem}.product-card__coa{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);text-decoration:none;padding:.5rem .75rem;border:1px solid var(--color-line);border-radius:.375rem;transition:border-color 0.2s}.product-card__coa:hover{border-color:var(--color-accent);color:var(--color-accent)}.product-card .add_to_cart_button,.product-card .single_add_to_cart_button{font-family:var(--font-mono)!important;font-size:0.75rem!important;text-transform:uppercase!important;letter-spacing:0.12em!important;border-radius:0.375rem!important;background:var(--color-ink)!important;color:var(--color-bg)!important;padding:.625rem 1rem!important;border:none!important;cursor:pointer!important;transition:background 0.2s!important;text-decoration:none!important}.product-card .add_to_cart_button:hover{background:rgb(29 32 27 / .85)!important}.how-it-works{padding-block:5rem}@media (min-width:640px){.how-it-works{padding-block:6rem}}.section-header{display:grid;gap:3rem;margin-bottom:3.5rem}@media (min-width:640px){.section-header{grid-template-columns:4fr 8fr}}.how-it-works__steps{display:grid;gap:2rem;list-style:none;padding:0;margin:0}@media (min-width:640px){.how-it-works__steps{grid-template-columns:repeat(3,1fr)}}.how-it-works__step{border-top:1px solid var(--color-line);padding-top:1.5rem}.how-it-works__num{font-family:var(--font-mono);font-size:2.5rem;color:var(--color-accent);margin-bottom:1.25rem;letter-spacing:var(--tracking-tightish);display:block;line-height:1}.how-it-works__step-title{font-family:var(--font-sans);font-weight:500;font-size:1.125rem;margin-bottom:.75rem}.how-it-works__step-body{color:rgb(29 32 27 / .65);line-height:1.6;font-family:var(--font-sans);font-weight:300;font-size:1rem}.why-wednesday{padding-block:5rem}@media (min-width:640px){.why-wednesday{padding-block:6rem}}.why-wednesday__inner{display:grid;gap:3rem}@media (min-width:1024px){.why-wednesday__inner{grid-template-columns:0.9fr 1.1fr;align-items:start}}.why-wednesday__title{font-family:var(--font-display);font-size:clamp(2.5rem, 5vw, 3.75rem);line-height:.98;max-width:9ch;margin-top:.75rem}.why-wednesday__points{display:grid;gap:1.25rem}@media (min-width:640px){.why-wednesday__points{grid-template-columns:repeat(3,1fr)}}.why-wednesday__point{border-top:1px solid var(--color-line);padding-top:1.5rem}.why-wednesday__mark{font-family:var(--font-display);font-size:2.5rem;color:var(--color-accent);margin-bottom:1.5rem;display:block;line-height:1}.why-wednesday__point-title{font-family:var(--font-sans);font-size:1.125rem;font-weight:500;line-height:1.2;margin-bottom:.75rem}.why-wednesday__point-body{font-size:1rem;line-height:1.6;color:rgb(29 32 27 / .65);font-family:var(--font-sans);font-weight:300}.standards{padding-block:5rem;background:rgb(247 245 239 / .8);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}@media (min-width:640px){.standards{padding-block:6rem}}.standards__inner{display:grid;gap:3rem}@media (min-width:1024px){.standards__inner{grid-template-columns:0.85fr 1.15fr;align-items:start}}.standards__title{font-family:var(--font-display);font-size:clamp(2.5rem, 5vw, 3.75rem);line-height:.98;max-width:11ch;margin-top:.75rem}.standards__body{margin-top:1.5rem;max-width:28rem;font-size:1rem;line-height:1.7;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300}@media (min-width:640px){.standards__body{font-size:1.125rem}}.standards__cards{display:grid;gap:1.25rem}@media (min-width:640px){.standards__cards{grid-template-columns:repeat(2,1fr)}}.standards__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.standards__list li{display:flex;gap:.75rem;font-size:1rem;line-height:1.6;color:rgb(29 32 27 / .75)}.standards__mark{color:var(--color-accent);flex-shrink:0;margin-top:.25rem}.faq{padding-block:5rem}@media (min-width:640px){.faq{padding-block:6rem}}.faq__inner{display:grid;gap:3rem}@media (min-width:1024px){.faq__inner{grid-template-columns:0.8fr 1.2fr}}.faq__title{font-family:var(--font-display);font-size:clamp(2.5rem, 5vw, 3.75rem);line-height:.98;margin-top:.75rem}.faq__list{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.faq__item{border-bottom:1px solid var(--color-line)}.faq__item:last-child{border-bottom:none}.faq__question{display:flex;cursor:pointer;list-style:none;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:1.5rem;font-size:1.125rem;font-family:var(--font-sans);font-weight:500}.faq__question::-webkit-details-marker{display:none}.faq__icon{color:var(--color-accent);transition:transform 0.2s;flex-shrink:0}details.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__answer{padding-bottom:1.5rem;max-width:var(--max-prose);font-size:1rem;line-height:1.6;color:rgb(29 32 27 / .65);font-family:var(--font-sans);font-weight:300}.faq__answer a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.research-notice{padding-block:4rem;background:rgb(247 245 239 / .8);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}@media (min-width:640px){.research-notice{padding-block:5rem}}.research-notice__inner{display:grid;gap:3rem}@media (min-width:640px){.research-notice__inner{grid-template-columns:4fr 8fr}}.research-notice__title{font-family:var(--font-display);font-size:clamp(1.75rem, 3vw, 2.5rem);line-height:1.1;margin-top:.5rem}.research-notice__body{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem;font-size:.9375rem;line-height:1.7;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300;max-width:var(--max-prose)}.research-notice__link{display:inline-flex;margin-top:1.5rem;font-family:var(--font-sans);font-size:.875rem;font-weight:500;text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--color-line);color:var(--color-ink)}.research-notice__link:hover{text-decoration-color:rgb(29 32 27 / .6)}.section-divider{margin-block:0}.site-footer__col p.section-label{margin-bottom:1rem;display:block}.site-footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__col ul li a{font-size:.875rem;font-family:var(--font-sans);text-decoration:none;color:var(--color-ink)!important}.site-footer__col ul li a:hover{text-decoration:underline;color:var(--color-muted)!important}.site-footer__grid{display:grid;gap:2.5rem}@media (min-width:640px){.site-footer__grid{grid-template-columns:4fr 2fr 2fr 4fr}}.site-footer__tagline{margin-top:1rem;font-size:.875rem;color:var(--color-muted);line-height:1.6;font-family:var(--font-sans);font-weight:300}.site-footer__badge{display:flex;align-items:center;gap:.5rem}.site-footer__disclaimer-bar{background:var(--color-ink);padding:1rem 0}.site-footer__disclaimer-text{font-size:.75rem;line-height:1.6;color:rgb(255 255 255 / .7);font-family:var(--font-sans);font-weight:300;margin:0}.site-footer__disclaimer-text strong{color:rgb(255 255 255 / .95);font-weight:500}.age-gate{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;background:rgb(29 32 27 / .75);padding:1.5rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.age-gate__panel{width:100%;max-width:34rem;border:1px solid var(--color-line);background:var(--color-bg);padding:2rem;text-align:center}@media (min-width:640px){.age-gate__panel{padding:2.5rem}}.age-gate__label{margin-bottom:1.25rem}.age-gate__title{font-family:var(--font-display);font-size:clamp(2.5rem, 5vw, 3.75rem);line-height:.98;margin-bottom:0}.age-gate__intro{margin-top:1rem;font-size:.9375rem;line-height:1.6;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300}.age-gate__form{margin-top:1.5rem}.age-gate__checks{display:flex;flex-direction:column;gap:.875rem;text-align:left}.age-gate__check{display:flex;align-items:flex-start;gap:.75rem;font-family:var(--font-sans);font-size:.875rem;color:rgb(29 32 27 / .9);line-height:1.5;cursor:pointer}.age-gate__check input[type="checkbox"]{margin-top:.25rem;width:1rem;height:1rem;flex-shrink:0;accent-color:var(--color-ink);cursor:pointer}.age-gate__error{margin-top:1rem;padding:.75rem;background:rgb(220 53 69 / .08);border:1px solid rgb(220 53 69 / .3);border-radius:.375rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:#b91c1c;text-align:center}.age-gate__btn{margin-top:1.5rem;width:100%}.shop-archive__hero{padding-block:3rem;border-bottom:1px solid var(--color-line);background:var(--color-paper)}@media (min-width:640px){.shop-archive__hero{padding-block:4rem}}.shop-archive__title{font-family:var(--font-display);font-size:clamp(2.5rem, 6vw, 5rem);line-height:.97;margin-top:.75rem}.shop-archive__subtitle{margin-top:1rem;max-width:48rem;font-size:1rem;line-height:1.7;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300}.shop-archive__body{padding-block:3rem}body.is-woocommerce .featured-image.page-header-image-single{display:none!important}.product-single{display:block!important}.product-single__inner{display:grid;gap:3rem;padding-block:3rem;max-width:80rem;margin-inline:auto;padding-inline:1.5rem}@media (min-width:640px){.product-single__inner{padding-inline:2rem}}@media (min-width:768px){.product-single__inner{grid-template-columns:1fr 1fr}}.product-single--no-image .product-single__gallery{display:none}@media (min-width:768px){.product-single--no-image .product-single__inner{grid-template-columns:1fr;max-width:52rem}}.product-single__main-image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:.375rem;border:1px solid var(--color-line)}.product-single__image-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;background:var(--color-paper);border:1px solid var(--color-line);border-radius:.375rem;color:var(--color-line)}.product-single__lot-badge{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.product-single__breadcrumb{margin-bottom:1.5rem}.product-single__meta{margin-bottom:.75rem}.product-single__title{font-family:var(--font-display);font-size:clamp(2rem, 4vw, 3.5rem);letter-spacing:var(--tracking-tightish);line-height:1;margin-bottom:1rem}.product-single__price{font-family:var(--font-sans);font-size:1.75rem;color:var(--color-accent-deep);margin-bottom:1.5rem}.product-single__short-desc{font-family:var(--font-sans);font-size:.9375rem;line-height:1.7;color:rgb(29 32 27 / .75);margin-bottom:1.5rem}.product-single__ruo-notice{margin-bottom:1.5rem;padding:1rem;border-left:3px solid var(--color-accent);background:rgb(247 245 239 / .6);font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);line-height:1.6}.product-single__ruo-notice p{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;color:var(--color-muted);margin:0}.product-single__ruo-notice strong{color:var(--color-ink)}.product-single__add-confirm{margin-bottom:1rem;padding:.875rem 1rem;background:rgb(95 111 82 / .06);border:1px solid rgb(95 111 82 / .2);border-left:3px solid var(--color-accent)}.product-single__add-confirm-label{display:flex;gap:.625rem;align-items:flex-start;cursor:pointer}.product-single__add-confirm-label input[type="checkbox"]{width:1rem;height:1rem;flex-shrink:0;margin-top:.15rem;accent-color:var(--color-accent);cursor:pointer}.product-single__add-confirm-label span{font-family:var(--font-sans);font-size:.8125rem;line-height:1.5;color:var(--color-ink)}.product-single__coa-block{margin-top:2rem;padding:1.25rem;border:1px solid var(--color-line);border-radius:.375rem;background:var(--color-paper)}.product-single__coa-lot{font-family:var(--font-mono);font-size:.6875rem;color:var(--color-muted);margin:.5rem 0 1rem}.product-single__description{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-line)}.product-single__description-body{margin-top:1rem;font-family:var(--font-sans);font-size:.9375rem;line-height:1.7;color:rgb(29 32 27 / .75)}.product-single__compliance{padding-block:2rem;border-top:1px solid var(--color-line);margin-top:2rem}.product-single__compliance-text{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);line-height:1.6;max-width:72ch;margin:0 auto;text-align:center}.micro-badge--link{cursor:pointer;text-decoration:none}.micro-badge--link:hover{border-color:var(--color-accent);color:var(--color-accent)}.micro-badge--ruo{background:rgb(29 32 27 / .04);border-color:var(--color-line);color:var(--color-muted)}.checkout-page{padding-block:3rem}@media (min-width:640px){.checkout-page{padding-block:4rem}}.checkout-page__inner{max-width:80rem;margin-inline:auto;padding-inline:1.5rem}@media (min-width:640px){.checkout-page__inner{padding-inline:2rem}}.checkout-page__header{margin-bottom:3rem}.checkout-page__title{font-family:var(--font-display);font-size:clamp(2rem, 5vw, 4rem);line-height:.98;margin-top:.75rem}.checkout-page__subtitle{margin-top:1rem;font-size:1rem;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300}.checkout-page__cols{display:grid;gap:3rem}@media (min-width:1024px){.checkout-page__cols{grid-template-columns:1fr 0.8fr}}.checkout-page__empty{padding:3rem;text-align:center;border:1px dashed var(--color-line);border-radius:.5rem}.order-review-card{background:var(--color-paper);border:1px solid var(--color-line);border-radius:.5rem;padding:1.5rem;position:sticky;top:6rem}.order-review-card__label{margin-bottom:1.25rem}.page-hero{padding-block:4rem;border-bottom:1px solid var(--color-line)}@media (min-width:640px){.page-hero{padding-block:5rem}}.page-hero--paper{background:rgb(247 245 239 / .8)}.page-hero__title{font-family:var(--font-display);font-size:clamp(3rem, 8vw, 5.5rem);line-height:.97;letter-spacing:var(--tracking-tightish);margin-top:.75rem}.page-hero__body{margin-top:1.25rem;max-width:56rem;font-size:1.125rem;line-height:1.7;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300}.page-section{padding-block:4rem}@media (min-width:640px){.page-section{padding-block:5rem}}.page-section--paper{background:rgb(247 245 239 / .8);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.page-section__grid{display:grid;gap:2.5rem}@media (min-width:1024px){.page-section__grid{grid-template-columns:0.8fr 1.2fr;align-items:start}}.page-section__title{font-family:var(--font-display);font-size:clamp(2.5rem, 5vw, 3.75rem);line-height:.98;margin-top:.75rem}.page-section__cards{display:grid;gap:1rem}@media (min-width:640px){.page-section__cards{grid-template-columns:repeat(3,1fr)}}.page-section__prose{display:flex;flex-direction:column;gap:1.25rem;font-size:1.125rem;line-height:1.7;color:rgb(29 32 27 / .7);font-family:var(--font-sans);font-weight:300;max-width:var(--max-prose)}.contact-layout{display:grid;gap:3rem}@media (min-width:1024px){.contact-layout{grid-template-columns:1.2fr 0.8fr;align-items:start}}.contact-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}.form-row{display:flex;flex-direction:column;gap:.5rem}.form-row label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted)}.form-row input,.form-row textarea{width:100%;background:var(--color-bg);border:1px solid var(--color-line);border-radius:.375rem;padding:.75rem 1rem;font-family:var(--font-sans);font-size:1rem;color:var(--color-ink);outline:none;transition:border-color 0.15s}.form-row input:focus,.form-row textarea:focus{border-color:rgb(29 32 27 / .5);box-shadow:0 0 0 1px rgb(29 32 27 / .15)}.form-row textarea{resize:vertical;min-height:6rem}.form-notice{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);line-height:1.6;margin:0}.peptide-info{display:flex;flex-direction:column;gap:2rem}.peptide-info__notice{background:rgb(247 245 239 / .8)}.peptide-info__grid{display:grid;gap:1rem}@media (min-width:640px){.peptide-info__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.peptide-info__grid{grid-template-columns:repeat(4,1fr)}}.peptide-info__footer{padding-top:1.5rem;border-top:1px solid var(--color-line)}.peptide-info__footer a{color:var(--color-accent);text-decoration:underline}.lab-results__notice{margin-bottom:2rem;padding:1.25rem;background:var(--color-paper);border:1px solid var(--color-line);border-radius:.375rem;font-size:.9375rem;line-height:1.6;color:rgb(29 32 27 / .75)}.lab-results__table-wrap{overflow-x:auto}.lab-results__table{width:100%;border-collapse:collapse;font-size:.9375rem}.lab-results__table th{text-align:left;padding:.75rem 1rem;background:var(--color-paper);font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.14em;color:var(--color-muted);border-bottom:2px solid var(--color-line)}.lab-results__table td{padding:1rem;border-bottom:1px solid var(--color-line);font-family:var(--font-sans);vertical-align:middle}.lab-results__table tr:last-child td{border-bottom:none}.lab-results__table a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.lab-results__pending{color:var(--color-muted);font-style:italic}.lab-results__coa-link{font-family:var(--font-sans);font-size:.875rem;color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.lab-results__badge{display:inline-block;padding:.25rem .625rem;border-radius:2rem;font-family:var(--font-mono);font-size:.5625rem;text-transform:uppercase;letter-spacing:.12em}.lab-results__badge--active{background:rgb(95 111 82 / .12);color:var(--color-accent-deep);border:1px solid rgb(95 111 82 / .3)}.lab-results__badge--pending{background:rgb(116 113 104 / .1);color:var(--color-muted);border:1px solid var(--color-line)}.lab-results__footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-line)}.lab-results__footer a{color:var(--color-accent);text-decoration:underline}.legal-content{max-width:52rem;margin-inline:auto}.legal-content__block{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--color-line)}.legal-content__block:last-of-type{border-bottom:none}.legal-content__block h2{font-family:var(--font-display);font-size:1.75rem;line-height:1.1;margin-bottom:1rem}.legal-content__block p,.legal-content__block ul{font-family:var(--font-sans);font-size:.9375rem;line-height:1.75;color:rgb(29 32 27 / .75);margin-bottom:.75rem}.legal-content__block ul{padding-left:1.5rem}.legal-content__block a{color:var(--color-accent);text-decoration:underline}.legal-content__block strong{color:var(--color-ink)}.legal-content__updated{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-line)}.wpcf7 .form-row{margin-bottom:1.25rem}.wpcf7 .form-label{display:block;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);margin-bottom:.4rem}.wpcf7 .form-input,.wpcf7 .form-textarea,.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{width:100%;background:var(--color-paper);border:1px solid var(--color-line);color:var(--color-ink);font-family:var(--font-sans);font-size:.9375rem;padding:.75rem 1rem;outline:none;border-radius:0;appearance:none;-webkit-appearance:none;transition:border-color 0.15s}.wpcf7 input:focus,.wpcf7 textarea:focus{border-color:var(--color-accent)}.wpcf7 .form-textarea,.wpcf7 textarea{resize:vertical}.wpcf7 .form-row--notice .form-notice{font-size:.8125rem;color:var(--color-muted);line-height:1.5;margin:0}.wpcf7 input[type="submit"],.wpcf7 .btn-primary{display:inline-block;background:var(--color-ink);color:#fff;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;padding:.875rem 2rem;border:none;cursor:pointer;transition:background 0.15s}.wpcf7 input[type="submit"]:hover,.wpcf7 .btn-primary:hover{background:var(--color-accent-deep)}.wpcf7-response-output{border:1px solid var(--color-line)!important;padding:.875rem 1.25rem!important;font-family:var(--font-sans);font-size:.875rem;margin-top:1.5rem!important;border-radius:0!important}.wpcf7-mail-sent-ok{border-color:var(--color-accent)!important;color:var(--color-accent-deep);background:rgb(95 111 82 / .06)}.wpcf7-validation-errors,.wpcf7-mail-sent-ng{border-color:#b43c3c!important;color:#7a1c1c;background:rgb(180 60 60 / .06)}.wpcf7-not-valid-tip{font-size:.75rem;color:#b43c3c;margin-top:.25rem;display:block}.wpcf7-spinner{margin-left:.75rem}body.woocommerce-checkout,body.woocommerce-cart,body.woocommerce-account{background:var(--color-bg)!important}.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{max-width:900px;margin:0 auto;padding:3rem 2rem 5rem}.woocommerce-cart-form table.shop_table .cart-no-thumb{display:block;width:0}.woocommerce-cart-form table.shop_table td.product-thumbnail:has(.cart-no-thumb){padding-right:0;width:.1px;overflow:hidden}.woocommerce-cart-form table.shop_table td.product-thumbnail{width:80px;padding-right:1rem}.woocommerce-cart-form table.shop_table td.product-thumbnail img{width:72px;height:72px;object-fit:contain;display:block;background:var(--color-paper);border-radius:4px}.woocommerce-cart-form table.shop_table{width:100%;border-collapse:collapse;font-family:var(--font-sans)}.woocommerce-cart-form table.shop_table th{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);border-bottom:1px solid var(--color-line);padding:.75rem 0;text-align:left}.woocommerce-cart-form table.shop_table td{padding:1.25rem 0;border-bottom:1px solid var(--color-line);vertical-align:middle;font-size:.9375rem}.woocommerce-cart-form table.shop_table .product-name a{color:var(--color-ink);text-decoration:none;font-weight:500}.woocommerce-cart-form table.shop_table .product-price,.woocommerce-cart-form table.shop_table .product-subtotal{color:var(--color-ink)}.woocommerce-cart-form .remove{color:var(--color-muted)!important;font-size:1.25rem;text-decoration:none}.woocommerce-cart-form .remove:hover{color:var(--color-ink)!important}.woocommerce-cart-form .button[name="update_cart"]{background:#fff0;border:1px solid var(--color-line);color:var(--color-ink);font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;padding:.625rem 1.25rem;cursor:pointer}.cart-page-header{padding:3rem 0 2rem}.cart-page-header__title{font-family:var(--font-display);font-size:clamp(2rem, 5vw, 3.5rem);font-weight:400;line-height:1.1;margin:.5rem 0 0}.cart_totals h2{display:none}.cart-collaterals{margin-top:3rem}.cart_totals h2{font-family:var(--font-display);font-size:1.5rem;margin-bottom:1rem}.cart_totals table{width:100%;border-collapse:collapse}.cart_totals table th,.cart_totals table td{padding:.875rem 0;border-bottom:1px solid var(--color-line);font-family:var(--font-sans)}.cart_totals table .order-total th,.cart_totals table .order-total td{font-weight:600;border-bottom:none}.wc-proceed-to-checkout .checkout-button{display:block;width:100%;background:var(--color-ink)!important;color:#fff!important;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;padding:1rem;text-align:center;text-decoration:none;margin-top:1.5rem;border:none;cursor:pointer}.wc-proceed-to-checkout .checkout-button:hover{background:var(--color-accent-deep)!important}.woocommerce-checkout #customer_details{margin-bottom:2.5rem}.woocommerce-checkout h3{font-family:var(--font-display);font-size:1.5rem;font-weight:400;letter-spacing:var(--tracking-tightish);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-line)}.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width:768px){.woocommerce-checkout .col2-set{grid-template-columns:1fr;gap:0}}.woocommerce-checkout .col-1,.woocommerce-checkout .col-2{width:100%}.woocommerce-checkout .form-row,.woocommerce-form .form-row{margin-bottom:1.25rem}.woocommerce-checkout .form-row label,.woocommerce-form .form-row label{display:block;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);margin-bottom:.4rem}.woocommerce-checkout .form-row input[type="text"],.woocommerce-checkout .form-row input[type="email"],.woocommerce-checkout .form-row input[type="tel"],.woocommerce-checkout .form-row input[type="password"],.woocommerce-checkout .form-row textarea,.woocommerce-checkout .form-row select,.woocommerce-form input[type="text"],.woocommerce-form input[type="email"],.woocommerce-form input[type="password"]{width:100%;background:var(--color-paper);border:1px solid var(--color-line);color:var(--color-ink);font-family:var(--font-sans);font-size:.9375rem;padding:.75rem 1rem;outline:none;appearance:none;-webkit-appearance:none;border-radius:0;transition:border-color 0.15s}.woocommerce-checkout .form-row input:focus,.woocommerce-checkout .form-row select:focus,.woocommerce-checkout .form-row textarea:focus{border-color:var(--color-accent);box-shadow:none}.woocommerce-checkout .form-row-wide{width:100%}.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{display:inline-block;width:calc(50% - 0.5rem)}.woocommerce-checkout .form-row-first{margin-right:1rem}@media (max-width:480px){.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:100%;margin-right:0}}.woocommerce-error{background:rgb(180 60 60 / .08);border-left:3px solid #b43c3c;list-style:none;padding:1rem 1.25rem;margin-bottom:1.5rem;font-family:var(--font-sans);font-size:.875rem;color:#7a1c1c}.woocommerce-error li{margin:0}#order_review_heading{font-family:var(--font-display);font-size:1.5rem;font-weight:400;letter-spacing:var(--tracking-tightish);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-line)}table#order_review,table.woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse;font-family:var(--font-sans);margin-bottom:1.5rem}table#order_review th,table.woocommerce-checkout-review-order-table th{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted);padding:.75rem 0;border-bottom:1px solid var(--color-line);text-align:left}table#order_review th:last-child,table.woocommerce-checkout-review-order-table th:last-child{text-align:right}table#order_review td,table.woocommerce-checkout-review-order-table td{padding:.875rem 0;border-bottom:1px solid var(--color-line);font-size:.9375rem}table#order_review .product-name,table.woocommerce-checkout-review-order-table .product-name{font-weight:500}table#order_review .product-total,table.woocommerce-checkout-review-order-table .product-total{text-align:right}table#order_review .order-total td,table#order_review .order-total th,table.woocommerce-checkout-review-order-table .order-total td,table.woocommerce-checkout-review-order-table .order-total th{font-weight:600;border-bottom:none;padding-top:1rem}#payment{margin-top:2rem}#payment .wc_payment_methods{list-style:none;padding:0;margin:0 0 1.5rem}#payment .wc_payment_methods li{padding:1rem 1.25rem;border:1px solid var(--color-line);margin-bottom:.5rem;background:var(--color-paper)}#payment .wc_payment_methods li.active,#payment .wc_payment_methods li:has(input:checked){border-color:var(--color-accent);background:rgb(95 111 82 / .04)}#payment .wc_payment_methods label{font-family:var(--font-sans);font-size:.9375rem;display:flex;align-items:center;gap:.625rem;cursor:pointer}#payment .payment_box{background:#fff0;padding:.75rem 0 0;font-size:.875rem;color:var(--color-muted);font-family:var(--font-sans)}#payment .payment_box::before{display:none}.research-affirmation{background:rgb(95 111 82 / .06);border:1px solid rgb(95 111 82 / .25);border-left:3px solid var(--color-accent);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.research-affirmation__title{font-family:var(--font-mono)!important;font-size:0.6875rem!important;text-transform:uppercase!important;letter-spacing:0.12em!important;color:var(--color-accent-deep)!important;margin:0 0 0.375rem!important;font-weight:500!important}.research-affirmation__intro{font-family:var(--font-sans)!important;font-size:0.8125rem!important;color:var(--color-muted)!important;margin:0 0 1rem!important;text-transform:none!important;letter-spacing:0!important}.research-affirmation__checks{display:flex;flex-direction:column;gap:.75rem}.research-affirmation__check{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer}.research-affirmation__check input[type="checkbox"]{width:1rem;height:1rem;flex-shrink:0;margin-top:.2rem;accent-color:var(--color-accent);cursor:pointer}.research-affirmation__check span{font-family:var(--font-sans)!important;font-size:0.8125rem!important;line-height:1.55!important;text-transform:none!important;letter-spacing:0!important;color:var(--color-ink)}.research-affirmation__check span a{color:var(--color-accent);text-decoration:underline}#place_order{display:block;width:100%;background:var(--color-ink)!important;color:#fff!important;font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;padding:1.125rem;border:none;cursor:pointer;transition:background 0.15s}#place_order:hover{background:var(--color-accent-deep)!important}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{margin-bottom:3rem}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,.woocommerce-checkout .woocommerce-privacy-policy-text{font-size:.8125rem;color:var(--color-muted);margin-bottom:1rem;line-height:1.6}.woocommerce-checkout .woocommerce-privacy-policy-text a,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a{color:var(--color-accent);text-decoration:underline}.woocommerce-order{font-family:var(--font-sans);max-width:700px;margin:0 auto;padding:4rem 2rem}.woocommerce-order p.order{font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}.woocommerce-order h2{font-family:var(--font-display);font-size:1.5rem;margin-bottom:1rem}.woocommerce-order ul.woocommerce-order-overview{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.woocommerce-order ul.woocommerce-order-overview li{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted)}.woocommerce-order ul.woocommerce-order-overview li strong{color:var(--color-ink);display:block;font-size:1rem;text-transform:none;letter-spacing:0}.woocommerce-checkout .woocommerce-invalid input,.woocommerce-checkout .woocommerce-invalid select{border-color:#b43c3c!important}.woocommerce-checkout .form-row .woocommerce-error,.woocommerce-checkout .form-row span.required{color:#b43c3c}.woocommerce-invalid-required-field label::after{color:#b43c3c}.woocommerce-error a{color:var(--color-ink)!important;font-weight:600}.woocommerce-error a:hover{text-decoration:underline}.woocommerce-message{background:rgb(95 111 82 / .08);border-top:3px solid var(--color-accent);padding:1rem 1.25rem;margin-bottom:1.5rem;font-family:var(--font-sans);font-size:.9375rem;display:flex;align-items:center;gap:1rem}.woocommerce-message a.button{background:var(--color-ink);color:#fff;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;padding:.5rem 1rem;text-decoration:none;white-space:nowrap}.woocommerce-info{border-top-color:var(--color-muted);background:var(--color-paper)}.woocommerce-error{border-top:3px solid #b43c3c}.woocommerce-account .woocommerce{max-width:900px;margin:0 auto;padding:3rem 2rem 5rem;display:flex;gap:3rem;align-items:flex-start}.woocommerce-account .woocommerce-MyAccount-navigation{min-width:160px;flex-shrink:0}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;border:1px solid var(--color-line)}.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:.75rem 1rem;font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;color:var(--color-muted);border-bottom:1px solid var(--color-line)}.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a{border-bottom:none}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{color:var(--color-ink);background:var(--color-paper)}.woocommerce-account .woocommerce-MyAccount-content{flex:1}.quantity{display:flex;align-items:center}.quantity input.qty{width:3.5rem!important;min-width:0;text-align:center;-moz-appearance:textfield}.quantity input.qty::-webkit-outer-spin-button,.quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media (max-width:640px){.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{padding:2rem 1rem 4rem}.woocommerce-cart-form table.shop_table_responsive,.woocommerce-cart-form table.shop_table_responsive tbody{display:block;width:100%}.woocommerce-cart-form table.shop_table_responsive thead{display:none}.woocommerce-cart-form table.shop_table_responsive tr{display:block;padding:1.25rem 0;border-bottom:1px solid var(--color-line)}.woocommerce-cart-form table.shop_table_responsive td{display:flex;justify-content:space-between;align-items:center;border:0;padding:.25rem 0;width:100%!important;font-size:.9375rem}.woocommerce-cart-form table.shop_table_responsive td::before{content:attr(data-title);font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);flex-shrink:0;padding-right:1rem}.woocommerce-cart-form table.shop_table_responsive .product-name{font-size:1rem;font-weight:500;padding-bottom:.375rem;justify-content:flex-start}.woocommerce-cart-form table.shop_table_responsive .product-name::before{display:none}.woocommerce-cart-form table.shop_table_responsive .product-remove{justify-content:flex-end;padding:0}.woocommerce-cart-form table.shop_table_responsive .product-remove::before{display:none}.woocommerce-cart-form table.shop_table_responsive td.product-thumbnail{display:none!important}.woocommerce-cart-form table.shop_table_responsive td.actions{display:block;padding-top:.75rem;border:0}.woocommerce-cart-form table.shop_table_responsive td.actions::before{display:none}.cart-collaterals .cart_totals{float:none;width:100%}}.coa-library__hero{background:var(--color-paper);padding-block:3rem 2rem;border-bottom:1px solid var(--color-line)}@media (min-width:640px){.coa-library__hero{padding-block:4rem}}.coa-library__title{font-family:var(--font-display);font-size:clamp(2rem, 6vw, 3.25rem);font-weight:400;color:var(--color-ink);margin:.5rem 0 1rem;line-height:1.15}.coa-library__subtitle{max-width:52ch;font-size:1.0625rem;color:var(--color-muted);line-height:1.7;margin:0}.coa-library__body{padding-block:3rem 5rem}.coa-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-bottom:3rem}.coa-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--color-bg);border:1px solid var(--color-line);border-radius:8px;transition:border-color 0.15s}.coa-card:hover{border-color:var(--color-muted)}.coa-card__img{flex-shrink:0}.coa-card__img img{width:56px;height:56px;object-fit:contain;border-radius:4px}.coa-card__info{flex:1;min-width:0}.coa-card__name{font-family:var(--font-display);font-size:1.0625rem;font-weight:500;color:var(--color-ink);margin:0 0 .375rem}.coa-card__lot{margin:0 0 .75rem}.coa-card__link{display:inline-block;padding:.35rem .875rem;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;border:1px solid var(--color-ink);border-radius:3px;color:var(--color-ink);transition:background 0.15s,color 0.15s}.coa-card__link:hover{background:var(--color-ink);color:var(--color-bg)}.coa-card__pending{font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin:0}.coa-library__note{max-width:60ch;font-size:.9375rem;color:var(--color-muted);line-height:1.75;padding-top:2rem;border-top:1px solid var(--color-line)}.coa-library__note a{color:var(--color-ink)}.shop-archive__filters{padding-top:1.5rem;padding-bottom:0}.shop-filter-tabs{display:flex;gap:.25rem;flex-wrap:wrap;border-bottom:1px solid var(--color-line);padding-bottom:0}.shop-filter-tabs__tab{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);padding:.5rem 1rem;text-decoration:none;border-bottom:2px solid #fff0;margin-bottom:-1px;transition:color 0.15s,border-color 0.15s}.shop-filter-tabs__tab:hover{color:var(--color-ink)}.shop-filter-tabs__tab--active{color:var(--color-ink);border-bottom-color:var(--color-gold)}@media (max-width:767px){.shop-filter-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shop-filter-tabs::-webkit-scrollbar{display:none}.shop-filter-tabs__tab{white-space:nowrap;flex-shrink:0}}:root{--tracking-tightish:0;--color-steel:#485c68;--color-steel-soft:#e8eef0;--color-copper:#8f6746;--color-alert:#b43c3c}body{overflow-x:hidden}:where(.site-header,.site-footer,.shop-archive,.product-single,.checkout-page,.woocommerce-cart,.woocommerce-checkout){overflow-wrap:break-word}:where(.btn-primary,.btn-ghost,.product-card__cta,.product-card__coa,.product-card .add_to_cart_button,.product-card .single_add_to_cart_button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-proceed-to-checkout .checkout-button,#place_order,.wpcf7 input[type="submit"],.shop-filter-tabs__tab){min-height:2.75rem;max-width:100%;align-items:center;justify-content:center;line-height:1.2;text-align:center;white-space:normal}:where(.btn-primary,.btn-ghost,#place_order,.wc-proceed-to-checkout .checkout-button){border-radius:.375rem}.hero__headline,.hero__heading{font-size:3.5rem}.shop-archive__title,.page-hero__title{font-size:3rem}.checkout-page__title,.home-products__title,.section-heading,.products-section__title,.why-wednesday__title,.standards__title,.faq__title,.page-section__title,.age-gate__title,.coa-library__title,.page-template h1{font-size:2.5rem}.research-notice__title{font-size:1.875rem}.product-single__title,.cart-page-header__title{font-size:2.25rem}@media (min-width:640px){.hero__headline,.hero__heading{font-size:5rem}.shop-archive__title,.page-hero__title{font-size:4.25rem}.checkout-page__title,.home-products__title,.section-heading,.products-section__title,.why-wednesday__title,.standards__title,.faq__title,.page-section__title,.age-gate__title,.coa-library__title,.page-template h1{font-size:3.25rem}.research-notice__title{font-size:2.25rem}.product-single__title,.cart-page-header__title{font-size:3rem}}@media (min-width:1024px){.hero__headline,.hero__heading{font-size:7rem}.shop-archive__title,.page-hero__title{font-size:5rem}.product-single__title{font-size:3.5rem}}.checkout-page__cols{align-items:start}.checkout-page__customer,.checkout-page__order-summary,#order_review,.woocommerce-checkout-review-order{min-width:0}.order-review-card{overflow:hidden}.woocommerce form.checkout_coupon,.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info{border:1px solid var(--color-line)!important;border-left:3px solid var(--color-steel)!important;background:var(--color-steel-soft)!important;color:var(--color-ink)!important;padding:1rem 1.25rem!important}#payment{padding:0;background:#fff0}#payment .wc_payment_methods li{border-radius:.375rem;background:var(--color-bg)}#payment .wc_payment_methods input[type="radio"]{width:1rem;height:1rem;flex:0 0 1rem;accent-color:var(--color-accent-deep)}#payment .payment_box,#payment .payment_box p{line-height:1.6}#payment .payment_method_bacs .payment_box,#payment .payment_method_cheque .payment_box,#payment .payment_method_cod .payment_box,.woocommerce-checkout .manual-payment-notice,.woocommerce-checkout .wednesday-manual-payment-notice,.woocommerce-checkout .manual-payment,.woocommerce-checkout .payment-instructions{margin-top:.875rem;padding:.875rem 0 .875rem 1rem;border:0;border-left:3px solid var(--color-steel);border-radius:0;background:#fff0;color:rgb(29 32 27 / .78)}#payment .payment_method_bacs .payment_box p:last-child,#payment .payment_method_cheque .payment_box p:last-child,#payment .payment_method_cod .payment_box p:last-child,.woocommerce-checkout .manual-payment-notice p:last-child,.woocommerce-checkout .wednesday-manual-payment-notice p:last-child,.woocommerce-checkout .payment-instructions p:last-child{margin-bottom:0}table.woocommerce-checkout-review-order-table{table-layout:fixed}table.woocommerce-checkout-review-order-table .product-name{width:64%}table.woocommerce-checkout-review-order-table .product-total,table.woocommerce-checkout-review-order-table td:last-child,table.woocommerce-checkout-review-order-table th:last-child{width:36%;overflow-wrap:anywhere}.micro-badge,.product-badge,.product-card__badge,.product-single__badge,.wednesday-product-badge{min-height:2rem;max-width:100%;line-height:1.25;overflow-wrap:anywhere}:where(.product-badges,.product-card__badges,.product-single__badges,.product-single__lot-badge){display:flex;flex-wrap:wrap;gap:.5rem}:where(.product-badge,.product-card__badge,.product-single__badge,.wednesday-product-badge){display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgb(72 92 104 / .22);border-radius:.375rem;background:rgb(232 238 240 / .8);color:var(--color-steel);padding:.45rem .7rem;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.1em}.micro-badge--ruo,.product-badge--ruo,.product-single__badge--ruo{background:rgb(29 32 27 / .04);border-color:var(--color-line);color:var(--color-muted)}:where(.product-accordions,.product-single__accordions,.wednesday-product-accordions,.woocommerce div.product .woocommerce-tabs){margin-top:2rem;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}:where(.product-accordion,.product-single__accordion,.wednesday-product-accordion,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel){border-bottom:1px solid var(--color-line)}:where(.product-accordion,.product-single__accordion,.wednesday-product-accordion):last-child,.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel:last-child{border-bottom:0}:where(.product-accordion summary,.product-single__accordion summary,.wednesday-product-accordion summary),.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.5rem;padding:1rem 0;color:var(--color-ink);font-family:var(--font-sans);font-size:1rem;font-weight:500;line-height:1.35;text-decoration:none}:where(.product-accordion summary,.product-single__accordion summary,.wednesday-product-accordion summary){cursor:pointer;list-style:none}:where(.product-accordion summary,.product-single__accordion summary,.wednesday-product-accordion summary)::after{content:"+";flex:0 0 1.75rem;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-line);border-radius:999px;color:var(--color-accent-deep);font-family:var(--font-mono)}:where(.product-accordion[open] summary,.product-single__accordion[open] summary,.wednesday-product-accordion[open] summary)::after{content:"-"}:where(.product-accordion__body,.product-single__accordion-body,.wednesday-product-accordion__body),.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel{padding:0 0 1.25rem;color:rgb(29 32 27 / .72);font-size:.9375rem;line-height:1.7}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;margin:0 0 1.25rem;list-style:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0;background:#fff0;padding:0}:where(.cross-sells,.upsells,.related.products,.product-cross-sell,.wednesday-cross-sell){margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-line)}:where(.cross-sells h2,.upsells h2,.related.products h2,.product-cross-sell__title,.wednesday-cross-sell__title){font-family:var(--font-display);font-size:2rem;line-height:1.1;margin-bottom:1.25rem}:where(.custom-order,.custom-order-surface,.wednesday-custom-order,.product-single__custom-order){margin-top:2rem;padding:1.25rem 0;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);background:#fff0}:where(.custom-order__title,.wednesday-custom-order__title,.product-single__custom-order-title){font-family:var(--font-sans);font-size:1.0625rem;font-weight:600;line-height:1.35;margin:0 0 .5rem}:where(.custom-order__body,.wednesday-custom-order__body,.product-single__custom-order-body){max-width:var(--max-prose);color:rgb(29 32 27 / .72);font-size:.9375rem;line-height:1.7}.product-single__order-path,.product-single__support-card,.wednesday-cart-bac-notice{border-color:rgb(164 135 75 / .34);background:rgb(255 252 245 / .86)}.wednesday-cart-bac-notice{margin:0 0 1.25rem;padding:1rem;border:1px solid rgb(164 135 75 / .34);border-radius:6px}.wednesday-cart-bac-notice p{margin:0 0 .75rem;color:var(--color-muted);line-height:1.55}.wednesday-cart-bac-notice .button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:4px;border:1px solid var(--color-ink);background:var(--color-ink);color:var(--color-paper);padding:.65rem .95rem;font-size:.82rem;font-weight:500;text-decoration:none}.product-card__coa:empty,.wednesday-coa-section:empty,.product-single__coa-block:empty,.coa-library__note:empty{display:none}.product-card__actions:empty{display:none}.product-card__footer{min-width:0}.product-card__actions{justify-content:flex-end;min-width:0}.product-card__price,.product-single__price{overflow-wrap:anywhere}.product-single__coa-block,.wednesday-coa-section{background:rgb(232 238 240 / .55);border-color:rgb(72 92 104 / .22)}.product-single__coa-btn{width:auto}:where(.wednesday-circle,.wednesday-circle-signup,.site-footer__signup,.footer-signup,.newsletter-signup){min-width:0}:where(.site-footer__signup,.footer-signup,.newsletter-signup,.wednesday-circle-signup){margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgb(216 211 200 / .8)}:where(.wednesday-circle__title,.site-footer__signup-title,.footer-signup__title,.newsletter-signup__title){font-family:var(--font-sans);font-size:1rem;font-weight:600;line-height:1.35;margin:0 0 .5rem}:where(.wednesday-circle__body,.site-footer__signup-body,.footer-signup__body,.newsletter-signup__body){color:var(--color-muted);font-size:.875rem;line-height:1.6;margin:0 0 .875rem}:where(.site-footer__signup-form,.footer-signup__form,.newsletter-signup__form,.wednesday-circle-signup__form){display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}:where(.site-footer__signup input[type="email"],.footer-signup input[type="email"],.newsletter-signup input[type="email"],.wednesday-circle-signup input[type="email"]){width:100%;min-width:0;min-height:2.75rem;border:1px solid var(--color-line);border-radius:.375rem;background:var(--color-bg);color:var(--color-ink);font:.9375rem var(--font-sans);padding:.75rem .9rem}.site-footer__signup-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}:where(.site-footer__signup button,.footer-signup button,.newsletter-signup button,.wednesday-circle-signup button){min-height:2.75rem;border:0;border-radius:.375rem;background:var(--color-ink);color:var(--color-bg);font-family:var(--font-mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;padding:.75rem 1rem;cursor:pointer}.site-footer__signup-consent{grid-column:1 / -1;display:flex;align-items:flex-start;gap:.5rem;color:var(--color-muted);font-size:.75rem;line-height:1.45}.site-footer__signup-consent input[type="checkbox"]{flex:0 0 auto;width:1rem!important;min-width:1rem!important;height:1rem!important;min-height:1rem!important;margin-top:.15rem;appearance:auto!important;-webkit-appearance:checkbox!important;background:canvas!important;accent-color:var(--color-accent-deep)}.site-footer__signup-status{margin:0 0 .75rem;color:var(--color-accent-deep);font-size:.875rem}.site-footer__signup-status--error{color:var(--color-alert)}@media (max-width:767px){.container-wide,.container-prose,.product-single__inner,.checkout-page__inner{padding-inline:1rem}.site-header__inner{gap:.75rem;min-width:0}.site-header__right{gap:.5rem;min-width:0}.site-header__mobile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.site-header__mobile-link,.site-header__mobile-grid a{display:flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem .25rem;line-height:1.2;overflow-wrap:anywhere}.shop-archive__hero,.checkout-page{padding-block:2.5rem}.shop-archive__body{padding-block:2rem 3.5rem}.product-card{min-height:0}.product-card__body{min-height:0;padding:1rem}.product-card__footer{align-items:stretch;flex-direction:column;gap:.875rem}.product-card__actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));width:100%}.product-card__actions>*{width:100%}.product-single__inner{gap:2rem;padding-block:2rem}.product-single__main-image,.product-single__image-placeholder{aspect-ratio:1}.product-single__add-confirm,.research-affirmation,.product-single__ruo-notice{padding:1rem}.research-affirmation__check,.product-single__add-confirm-label{gap:.625rem}.checkout-page__header{margin-bottom:2rem}.checkout-page__cols{gap:2rem}.order-review-card{position:static;padding:1rem}table.woocommerce-checkout-review-order-table th,table.woocommerce-checkout-review-order-table td{font-size:.875rem}#payment .wc_payment_methods li{padding:1rem}#place_order{min-height:3.25rem}:where(.site-footer__signup-form,.footer-signup__form,.newsletter-signup__form,.wednesday-circle-signup__form){grid-template-columns:1fr}}@media (max-width:480px){.hero__actions,.hero__ctas,.home-products__header{align-items:stretch;flex-direction:column}.hero__actions>*,.hero__ctas>*,.home-products__all,.home-products__all>*,.product-single form.cart,.product-single form.cart .single_add_to_cart_button{width:100%}.micro-badge,:where(.product-badge,.product-card__badge,.product-single__badge,.wednesday-product-badge){width:fit-content;max-width:100%}.site-footer__grid{gap:2rem}.site-footer__bottom{align-items:flex-start;flex-direction:column}}.home-products{padding-block:clamp(3.75rem, 7vw, 6rem)}.shop-archive__hero{padding-block:clamp(2.5rem, 5vw, 4rem);background:linear-gradient(90deg,rgb(255 255 255 / .96),rgb(255 255 255 / .86)),linear-gradient(135deg,rgb(232 238 240 / .72),rgb(247 245 239 / .92))}.shop-archive__subtitle{max-width:42rem}.catalog-offer-strip{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:-1rem 0 2rem;border:1px solid rgb(72 92 104 / .18);border-radius:.5rem;background:linear-gradient(90deg,rgb(255 255 255 / .96),rgb(232 238 240 / .34));overflow:hidden;padding:0}.shop-archive__filters .catalog-offer-strip{margin:0 0 1.25rem}.shop-archive__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-block:.85rem;border-block:1px solid rgb(72 92 104 / .14)}.shop-archive__count{color:var(--color-muted);font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.shop-archive__sort{display:inline-flex;align-items:center;gap:.55rem}.shop-archive__sort label{color:var(--color-muted);font-family:var(--font-mono);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.shop-archive__sort select{max-width:14rem;border:1px solid var(--color-line);border-radius:.375rem;background:#fff;color:var(--color-ink);padding:.55rem 2rem .55rem .7rem;font:inherit}.catalog-offer-strip span{display:inline-flex;align-items:center;flex:1 1 auto;justify-content:center;min-height:2.75rem;padding:.625rem 1.25rem;color:var(--color-steel);font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.08em;line-height:1;text-transform:uppercase;white-space:nowrap;position:relative}.catalog-offer-strip span+span::before{content:'·';position:absolute;left:0;color:rgb(72 92 104 / .3);font-size:1rem;line-height:1}.catalog-offer-strip span:last-child{border-right:0}.shop-archive__body{padding-block:clamp(2rem, 4vw, 3.5rem) clamp(4rem, 7vw, 6rem)}.product-grid{gap:clamp(1rem, 2vw, 1.5rem);align-items:stretch}.product-card{display:flex;min-height:100%;flex-direction:column;overflow:hidden;border-color:rgb(72 92 104 / .16);border-radius:.5rem;background:#fff;box-shadow:0 16px 42px rgb(50 64 45 / .055)}.product-card:hover{border-color:rgb(72 92 104 / .34);box-shadow:0 20px 52px rgb(50 64 45 / .09);transform:translateY(-2px)}.product-card__img-wrap{aspect-ratio:4 / 3;overflow:hidden;background:#f6f2ea;padding:0}.product-card__img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;filter:none;transform:scale(1.18);transform-origin:center}.product-card__body{display:flex;flex:1;flex-direction:column;gap:.85rem;padding:clamp(1rem, 2vw, 1.35rem)}.product-card__meta{min-height:2rem;margin:0}.product-card__name,.product-card__title{margin:0;font-size:clamp(1.45rem, 2vw, 1.85rem);line-height:1}.product-card__desc{display:-webkit-box;min-height:4.8em;margin:0;overflow:hidden;color:rgb(29 32 27 / .7);-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card__badges{margin-top:0}.product-card__size{margin:0;color:var(--color-steel)}.product-card__footer{margin-top:auto;padding-top:.9rem;border-top:1px solid rgb(216 211 200 / .72);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.75rem}.product-card__price{color:var(--color-accent-deep);font-size:1rem;min-width:0;line-height:1.3;overflow-wrap:anywhere}.product-card__cta{border-color:rgb(29 32 27 / .22);background:var(--color-ink);color:var(--color-bg)}.product-card__cta:hover{background:var(--color-accent-deep);color:var(--color-bg)}.product-card--other{border-color:rgb(143 103 70 / .28);background:linear-gradient(180deg,rgb(255 255 255 / .86),rgb(255 252 245 / .94)),rgb(143 103 70 / .04)}.product-card--other .product-card__footer{grid-template-columns:1fr}.product-card--other .product-card__size{overflow-wrap:normal;word-break:normal}.product-single{background:#fff;padding-block:0!important}body.single-product .inside-article{padding:0!important}.product-single__inner{max-width:88rem;gap:clamp(1.75rem, 4vw, 4.5rem);padding-block:clamp(1.75rem, 4vw, 4rem)}@media (min-width:900px){.product-single__inner{grid-template-columns:minmax(0,1.05fr) minmax(24rem,0.82fr);align-items:start}}.product-single__gallery{min-width:0}@media (min-width:900px){.product-single__gallery{position:sticky;top:6rem}}.product-single__main-image,.product-single__image-placeholder{width:100%;height:min(58vw, 620px);min-height:420px;border-color:rgb(72 92 104 / .2);border-radius:.5rem;overflow:hidden;background:#f6f2ea;box-shadow:0 24px 70px rgb(50 64 45 / .08)}.product-single__main-image{object-fit:cover;object-position:center;padding:0;filter:none}.product-single__image-note{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.9rem}.product-single__image-note span{display:flex;min-height:2.75rem;align-items:center;border-top:1px solid rgb(72 92 104 / .18);color:var(--color-steel);font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.product-single__breadcrumb{margin-bottom:1rem}.product-single__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-single__title{max-width:10ch;margin-bottom:.65rem}.product-single--custom-request .product-single__title{max-width:18ch}.product-single__price{margin-bottom:1rem;color:var(--color-accent-deep);font-size:clamp(1.45rem, 2vw, 1.9rem)}.product-single__short-desc{max-width:48rem;margin-bottom:1.25rem}.product-single__purchase-panel{margin:1.25rem 0 1.5rem;padding:clamp(1rem, 2vw, 1.35rem);border:1px solid rgb(72 92 104 / .2);border-top:4px solid var(--color-steel);border-radius:.5rem;background:linear-gradient(180deg,rgb(255 255 255 / .96),rgb(255 255 255 / .9)),linear-gradient(135deg,rgb(232 238 240 / .55),rgb(247 245 239 / .75));box-shadow:0 18px 45px rgb(50 64 45 / .07)}.product-single__purchase-head{display:grid;gap:.45rem;margin-bottom:1rem}.product-single__purchase-copy{max-width:42rem;margin:0;color:rgb(29 32 27 / .72);font-size:.95rem;line-height:1.6}.product-single__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.product-single__facts span{display:flex;align-items:center;min-height:2.75rem;padding:.65rem .75rem;border:1px solid rgb(72 92 104 / .14);border-radius:.375rem;background:rgb(255 255 255 / .72);color:var(--color-steel);font-family:var(--font-mono);font-size:.625rem;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.product-single__purchase-panel .product-single__ruo-notice,.product-single__purchase-panel .product-single__add-confirm{margin-bottom:.75rem;border-radius:.375rem;background:rgb(255 255 255 / .72)}.product-single__purchase-panel .product-single__option-note{border-left-color:var(--color-steel)}.product-single__purchase-panel form.cart{display:grid;gap:.875rem;margin:1rem 0 0}.product-single__purchase-panel form.cart table.variations{width:100%;margin:0;border-collapse:collapse}.product-single__purchase-panel form.cart table.variations tr{display:grid;gap:.45rem;margin-bottom:.75rem}.product-single__purchase-panel form.cart table.variations th,.product-single__purchase-panel form.cart table.variations td{display:block;padding:0;text-align:left}.product-single__purchase-panel form.cart table.variations label{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted)}.product-single__purchase-panel form.cart select{width:100%;min-height:3rem;border:1px solid rgb(72 92 104 / .24);border-radius:.375rem;background:#fff;color:var(--color-ink);font-family:var(--font-sans);font-size:.95rem;padding:.75rem .9rem}.product-single__purchase-panel form.cart .reset_variations{display:inline-flex;margin-top:.5rem;color:var(--color-muted);font-size:.82rem}.product-single__purchase-panel .single_variation_wrap,.product-single__purchase-panel .woocommerce-variation-add-to-cart{display:grid;gap:.875rem}.product-single__purchase-panel .woocommerce-variation-price{color:var(--color-accent-deep);font-size:1.1rem}.product-single__purchase-panel form.cart:not(.variations_form){grid-template-columns:1fr;align-items:stretch}.product-single__purchase-panel form.cart:not(.variations_form) .product-single__add-confirm{grid-column:1 / -1}.product-single__purchase-panel .quantity{width:100%;min-width:0;float:none!important;margin:0!important}.product-single__purchase-panel .quantity input.qty{width:100%!important;min-height:3.25rem;border:1px solid rgb(72 92 104 / .24);border-radius:.375rem;background:#fff}.product-single__purchase-panel .single_add_to_cart_button{width:100%;min-height:3.25rem;border-radius:0.375rem!important;background:var(--color-ink)!important;color:var(--color-bg)!important;font-family:var(--font-mono)!important;font-size:0.75rem!important;letter-spacing:0.12em!important;text-transform:uppercase!important}.product-single__compliance{display:none!important}.product-single__purchase-panel .single_add_to_cart_button:hover{background:var(--color-accent-deep)!important}.product-single__description{margin-top:1.25rem;padding-top:1.25rem}.product-single__description>.product-single__accordion{border-bottom:1px solid rgb(216 211 200 / .9)}.product-single__description>.product-single__accordion:first-child{border-top:1px solid rgb(216 211 200 / .9)}.product-single__accordion>summary.section-label{display:flex;min-height:3.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;color:var(--color-ink);font-family:var(--font-sans);font-size:1rem;font-weight:500;letter-spacing:0;line-height:1.35;list-style:none;text-transform:none}.product-single__accordion>summary.section-label::-webkit-details-marker{display:none}.product-single__accordion>summary.section-label::after{content:"+";display:inline-flex;flex:0 0 1.75rem;width:1.75rem;height:1.75rem;align-items:center;justify-content:center;border:1px solid rgb(72 92 104 / .22);border-radius:50%;color:var(--color-steel);font-family:var(--font-mono);font-size:.9rem}.product-single__accordion[open]>summary.section-label::after{content:"-"}.product-single__accordion-body{padding-bottom:1.25rem}.product-single__order-path,.product-single__support-card,.product-single__custom-order{padding:1rem;border:1px solid rgb(164 135 75 / .28);border-left:3px solid var(--color-gold);border-radius:.5rem;background:rgb(255 252 245 / .78)}.product-single__order-path .product-single__description-body,.product-single__support-card .product-single__description-body,.product-single__custom-order .product-single__description-body{margin-top:.45rem}.checkout-page{padding-block:clamp(2.25rem, 5vw, 4.5rem);background:#fff}body.woocommerce-checkout .woocommerce{max-width:none;padding:0}.checkout-page__header{max-width:60rem;margin-bottom:clamp(1.75rem, 4vw, 3rem)}.checkout-page__process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1.4rem}.checkout-page__process-step{min-width:0;border:1px solid rgb(72 92 104 / .18);border-radius:.5rem;background:rgb(255 255 255 / .86);padding:.95rem}.checkout-page__process-step span{display:inline-grid;place-items:center;width:1.65rem;height:1.65rem;margin-bottom:.8rem;border-radius:50%;background:var(--color-accent-deep);color:#fff;font-family:var(--font-mono);font-size:.68rem}.checkout-page__process-step strong{display:block;color:var(--color-ink);font-size:.9rem}.checkout-page__process-step p{margin:.35rem 0 0;color:var(--color-muted);font-size:.82rem;line-height:1.55}.checkout-page__cols{grid-template-columns:minmax(0,1fr) minmax(29rem,0.86fr);gap:clamp(1.5rem, 4vw, 3.5rem)}.checkout-page__customer,.order-review-card{min-width:0}.order-review-card{border-color:rgb(72 92 104 / .18);border-radius:.5rem;background:rgb(255 255 255 / .94);box-shadow:0 18px 48px rgb(50 64 45 / .07)}.order-review-card .checkout-page__subtitle{margin:0 0 1.2rem;font-size:.92rem;line-height:1.65}.order-review-card .shop_table{width:100%;table-layout:auto}.order-review-card .shop_table th,.order-review-card .shop_table td{vertical-align:top;overflow-wrap:normal;word-break:normal}.order-review-card .shop_table .product-name{width:58%}.order-review-card .shop_table .product-total{width:42%;text-align:right}.order-review-card .woocommerce-shipping-methods{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.order-review-card .woocommerce-shipping-methods li{display:block;line-height:1.35}.order-review-card .woocommerce-shipping-methods input{margin-right:.4rem;vertical-align:top}.order-review-card .woocommerce-shipping-methods label{display:inline;white-space:normal}.wednesday-manual-quote{color:var(--color-accent-deep);font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;line-height:1.35;text-transform:uppercase}.woocommerce-checkout h3,#order_review_heading{color:var(--color-ink)}.woocommerce-checkout .form-row input[type="text"],.woocommerce-checkout .form-row input[type="email"],.woocommerce-checkout .form-row input[type="tel"],.woocommerce-checkout .form-row input[type="password"],.woocommerce-checkout .form-row textarea,.woocommerce-checkout .form-row select{border-radius:.375rem;background:#fff}.research-affirmation{border-radius:.5rem;background:rgb(95 111 82 / .065)}.wednesday-manual-payment-instructions{border:1px solid rgb(72 92 104 / .2);border-radius:.5rem;background:rgb(255 255 255 / .96);box-shadow:0 18px 48px rgb(50 64 45 / .07);margin:2rem 0;padding:clamp(1.25rem, 3vw, 2rem)}.wednesday-manual-payment-instructions h2{margin:.25rem 0 .75rem;font-family:var(--font-display);font-size:clamp(1.65rem, 4vw, 2.5rem);font-weight:400;line-height:1.12}.wednesday-manual-payment-steps{display:grid;gap:.75rem;margin:1.2rem 0 0;padding:0;list-style:none;counter-reset:manual-payment}.wednesday-manual-payment-steps li{counter-increment:manual-payment;position:relative;padding:.95rem 1rem .95rem 3.2rem;border:1px solid rgb(72 92 104 / .14);border-radius:.45rem;background:rgb(247 245 239 / .62)}.wednesday-manual-payment-steps li::before{content:counter(manual-payment);position:absolute;left:1rem;top:.95rem;display:grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:50%;background:var(--color-accent-deep);color:#fff;font-family:var(--font-mono);font-size:.68rem}.wednesday-manual-payment-steps strong,.wednesday-manual-payment-steps span,.wednesday-manual-payment-summary span{display:block}.wednesday-manual-payment-steps strong{color:var(--color-ink);font-size:.95rem}.wednesday-manual-payment-steps span{margin-top:.25rem;color:var(--color-muted);font-size:.88rem;line-height:1.55}.wednesday-manual-payment-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-line);color:var(--color-muted);font-size:.88rem}.wednesday-cart-order-notice{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:1rem;margin:0 0 1.25rem;padding:clamp(1rem, 2.5vw, 1.35rem);border:1px solid rgb(72 92 104 / .18);border-radius:.5rem;background:rgb(232 238 240 / .35)}.wednesday-cart-order-notice p{margin:.35rem 0 0;color:var(--color-muted);line-height:1.6}.wednesday-checkout-marketing{margin-top:1rem;padding:.9rem 1rem;border:1px solid rgb(72 92 104 / .16);border-radius:.5rem;background:rgb(232 238 240 / .32)}#payment .wc_payment_methods li{border-radius:.5rem}@media (min-width:1024px){.checkout-page__order-summary{position:sticky;top:5.75rem}.research-affirmation__checks{gap:.55rem}.research-affirmation__check span{font-size:0.78rem!important;line-height:1.48!important}}body.single-product .woocommerce-products-header,body.single-product .entry-header,body.single-product .page-header,body.single-product .featured-image.page-header-image-single{display:none!important}body.single-product #main,body.single-product .site-main,body.single-product .inside-article,body.single-product .entry-content{margin-top:0!important;padding-top:0!important}.product-single__inner{padding-top:clamp(1rem, 2.4vw, 2.25rem)}.product-single__title{max-width:13ch;letter-spacing:0}.product-single--custom-request .product-single__title{max-width:18ch}.product-single__trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:0 0 1.05rem}.product-single__trust-row div{min-width:0;min-height:5.25rem;padding:.8rem;border:1px solid rgb(72 92 104 / .16);border-radius:.45rem;background:rgb(255 255 255 / .78)}.product-single__trust-row strong,.product-single__trust-row span{display:block}.product-single__trust-row strong{color:var(--color-ink);font-size:.85rem;line-height:1.25}.product-single__trust-row span{margin-top:.35rem;color:var(--color-muted);font-size:.78rem;line-height:1.45}.product-single__purchase-panel{margin-top:.9rem}.product-single__purchase-panel form.cart.variations_form table.variations select{display:none}.product-single__purchase-panel form.cart.variations_form table.variations tr{margin-bottom:.65rem}.product-single__purchase-panel form.cart.variations_form table.variations td{display:block}.product-single__variation-buttons{display:flex;flex-wrap:wrap;gap:.55rem}.product-single__variation-button{display:inline-flex;min-height:2.85rem;align-items:center;justify-content:center;border:1px solid rgb(72 92 104 / .24);border-radius:.375rem;background:#fff;color:var(--color-ink);cursor:pointer;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;line-height:1.2;padding:.72rem .95rem;text-transform:uppercase}.product-single__variation-button:hover,.product-single__variation-button.is-selected{border-color:var(--color-accent-deep);background:var(--color-ink);color:var(--color-bg)}.checkout-page__payment-banner,.wednesday-payment-brief{margin-top:1.15rem;border:1px solid rgb(164 135 75 / .3);border-left:4px solid var(--color-gold);border-radius:.5rem;background:rgb(255 252 245 / .9);color:rgb(29 32 27 / .78);font-size:.95rem;line-height:1.65;padding:1rem 1.15rem}.checkout-page__payment-banner strong,.wednesday-payment-brief h3{color:var(--color-ink)}.wednesday-payment-brief h3{margin:.25rem 0 .7rem;font-family:var(--font-display);font-size:1.45rem;font-weight:400;line-height:1.15}.wednesday-payment-brief ul{display:grid;gap:.45rem;margin:.8rem 0 0;padding-left:1.05rem}.wednesday-payment-brief li{padding-left:.15rem}.site-footer__signup-title{letter-spacing:0}.form-notice--success,.form-notice--error{margin-bottom:1rem;border:1px solid rgb(72 92 104 / .16);border-radius:.45rem;padding:.9rem 1rem}.form-notice--success{background:rgb(95 111 82 / .08)}.form-notice--error{background:rgb(180 60 60 / .08);border-color:rgb(180 60 60 / .2)}@media (max-width:1023px){.catalog-offer-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-offer-strip span:nth-child(2){border-right:0}.catalog-offer-strip span:nth-child(-n+2){border-bottom:1px solid rgb(72 92 104 / .14)}.checkout-page__cols{grid-template-columns:1fr}.checkout-page__process,.wednesday-manual-payment-summary,.wednesday-cart-order-notice,.product-single__trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.catalog-offer-strip{margin:-.5rem 0 1.5rem}.catalog-offer-strip span{min-height:3rem;padding:.65rem .75rem;font-size:.625rem}.shop-archive__filters .catalog-offer-strip{margin-bottom:1rem}.checkout-page__process,.wednesday-manual-payment-summary,.wednesday-cart-order-notice,.product-single__trust-row{grid-template-columns:1fr}.hero__product-showcase{grid-template-columns:1fr}.hero__product-tile--1{grid-row:auto}.shop-archive__toolbar{align-items:stretch;flex-direction:column}.shop-archive__sort,.shop-archive__sort select{width:100%}.product-card__desc{min-height:auto}.product-single{background:#fff}.product-single__inner{gap:1.35rem;padding-block:.95rem 2.5rem}.product-single__gallery{margin-inline:-.25rem}.product-single__main-image,.product-single__image-placeholder{height:min(82vw, 340px);min-height:270px;padding:.8rem}.product-single__image-note{grid-template-columns:1fr;gap:0;margin-inline:.25rem}.product-single__image-note span{min-height:2.25rem;font-size:.625rem}.product-single__breadcrumb{display:none}.product-single__title{max-width:none;font-size:2.5rem}.product-single__facts{grid-template-columns:1fr}.product-single__trust-row div{min-height:auto}.product-single__purchase-panel{margin-top:1rem}.product-single__purchase-panel form.cart:not(.variations_form){grid-template-columns:1fr}.product-single__purchase-panel .quantity,.product-single__purchase-panel .quantity input.qty{width:100%!important}.product-single__order-path,.product-single__support-card,.product-single__custom-order{padding:.95rem}.checkout-page{padding-block:1.75rem 3.25rem;background:#fff}}.site-header__logo-link{gap:.36rem}.site-header__logo{width:46px;height:34px;object-fit:contain}.site-header__brand-text{color:var(--color-accent-deep);font-family:var(--font-display);font-size:1.8rem;line-height:1;text-transform:none}.site-header__badge{color:var(--color-accent-deep)}.hero{position:relative;min-height:calc(88vh - 4.25rem);border-bottom:1px solid var(--color-line);background:linear-gradient(90deg,rgb(255 255 255 / .98) 0%,rgb(255 255 255 / .94) 34%,rgb(255 255 255 / .58) 59%,rgb(255 255 255 / .05) 100%),url(/wp-content/themes/wednesday-child/assets/images/logo-final-source.png) center right / cover no-repeat,var(--color-paper)}.hero__cream-panel{display:none!important}.hero__inner{display:flex;min-height:calc(88vh - 4.25rem);align-items:center;padding-block:clamp(4rem, 9vw, 7.5rem)}.hero__content{max-width:48rem}.hero__headline{max-width:9ch;font-size:clamp(4.15rem, 8.5vw, 7.75rem);line-height:.92}.hero__body{max-width:47ch;color:rgb(29 32 27 / .82);font-size:clamp(1.05rem, 1.7vw, 1.28rem);font-weight:400}.hero__card{display:none!important}.hero__actions{margin-top:2rem}.hero__actions .btn-primary{background:var(--color-accent);border-radius:999px;padding-inline:1.65rem}.hero__actions .btn-primary:hover{background:var(--color-accent-deep)}.hero__badges{margin-top:1.35rem}.hero__badges .micro-badge{background:rgb(255 255 255 / .78)}.hero__ticker{background:var(--color-bg);border-top:1px solid var(--color-line)}.hero__ticker-inner{padding-block:.9rem}.home-products{background:var(--color-bg)}.home-products__header{align-items:center}.home-products__title{font-size:clamp(2.8rem, 5.5vw, 4.4rem)}.catalog-offer-strip{border-radius:0;background:var(--color-bg);box-shadow:none}.product-grid{gap:1.15rem}.product-card{border-radius:.35rem;box-shadow:none}.product-card:hover{box-shadow:0 18px 44px rgb(29 32 27 / .08)}.product-card__img-wrap{aspect-ratio:1 / .84;background:#f4efe7}.product-card__img{transform:scale(1.12)}.product-card__body{gap:.7rem}.product-card__meta{min-height:0}.product-card__badges .micro-badge:nth-child(n+3){display:none}.standards{background:var(--color-paper)}.why-wednesday__mark,.standards__mark,.faq__icon{color:var(--color-accent)}.research-notice--cta{background:var(--color-bg)}.site-footer{padding-block:0}.site-footer__disclaimer-bar{padding-block:.78rem}.site-footer__grid{padding-block:clamp(3rem, 6vw, 4.5rem)}.site-footer__wordmark{font-size:2rem}.site-footer__signup{border-radius:0.35rem!important}.shop-archive__hero{background:linear-gradient(90deg,rgb(242 237 228 / .98),rgb(242 237 228 / .78)),url(/wp-content/themes/wednesday-child/assets/images/logo-final-source.png) center right / cover no-repeat,var(--color-cream)}.shop-filter-tabs{gap:0}.shop-filter-tabs__tab{min-height:2.4rem;border:1px solid #fff0;border-bottom-color:var(--color-line)}.shop-filter-tabs__tab--active{border-color:var(--color-line);border-bottom-color:var(--color-bg);background:var(--color-bg)}.product-single__inner{max-width:82rem}@media (min-width:900px){.product-single__inner{grid-template-columns:minmax(0,0.96fr) minmax(26rem,1fr)}}.product-single__main-image,.product-single__image-placeholder{max-height:650px;background:#f4efe7;box-shadow:none}.product-single__title{max-width:16ch;font-family:var(--font-sans);font-size:clamp(2.25rem, 4vw, 3.4rem);font-weight:700;line-height:1.06}.product-single__price{margin-bottom:.35rem;color:var(--color-ink);font-family:var(--font-sans);font-size:clamp(1.35rem, 2vw, 1.7rem);font-weight:700}.product-single__status{display:inline-flex;align-items:center;gap:.48rem;margin:0 0 1.2rem;color:var(--color-ink);font-size:.95rem}.product-single__status span{width:.72rem;height:.72rem;border:2px solid rgb(95 111 82 / .28);border-radius:50%;background:#45c66b}.product-single__meta{margin-bottom:1.05rem}.product-single__trust-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-block:1.35rem}.product-single__trust-row div{min-height:auto;padding:0;border:0;background:#fff0;text-align:center}.product-single__trust-row div::before{content:"";display:block;width:2rem;height:2rem;margin:0 auto .5rem;border:1.5px solid var(--color-ink);border-radius:50%;background:radial-gradient(circle at center,var(--color-ink) 0 2px,transparent 3px)}.product-single__trust-row strong{font-size:.86rem}.product-single__trust-row span{display:none}.product-single__purchase-panel{border:1.5px solid var(--color-ink);border-top-width:1.5px;border-radius:.7rem;background:var(--color-paper);box-shadow:none}.product-single__purchase-head{display:none}.product-single__facts{display:none}.product-single__purchase-panel .product-single__ruo-notice{border:0;border-radius:0;background:#fff0;padding:0 0 .85rem;color:rgb(29 32 27 / .72);font-family:var(--font-sans);font-size:.9rem;letter-spacing:0;text-transform:none}.product-single__purchase-panel .product-single__ruo-notice p{color:rgb(29 32 27 / .72);font-family:var(--font-sans);font-size:.9rem;letter-spacing:0;text-transform:none}.product-single__purchase-panel .product-single__add-confirm{border-radius:.45rem;background:var(--color-paper)}.product-single__purchase-panel .single_add_to_cart_button,#place_order{border-radius:0.55rem!important;background:#171717!important}.product-single__order-path,.product-single__support-card,.product-single__custom-order{border-left-width:0;border-color:rgb(29 32 27 / .12);background:var(--color-paper)}.checkout-page{background:var(--color-bg)}.checkout-page__header{max-width:46rem}.checkout-page__process{grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgb(29 32 27 / .12);border-radius:.55rem;overflow:hidden;gap:0}.checkout-page__process-step{border:0;border-right:1px solid rgb(29 32 27 / .12);border-radius:0;background:var(--color-paper)}.checkout-page__process-step:last-child{border-right:0}.checkout-page__process-step span{background:var(--color-accent)}.checkout-page__cols{gap:0}@media (min-width:1024px){.checkout-page__cols{grid-template-columns:minmax(0,1fr) minmax(25rem,0.72fr);border-top:1px solid var(--color-line)}.checkout-page__customer{padding:2.25rem 2.25rem 2.25rem 0}.checkout-page__order-summary{align-self:stretch;background:var(--color-cream);padding:2.25rem 0 2.25rem 2.25rem}}.order-review-card{border:0;border-radius:0;background:#fff0;box-shadow:none}.checkout-page__payment-banner,.wednesday-payment-brief{border-left-width:0;border-color:rgb(29 32 27 / .12);background:var(--color-paper)}.research-affirmation{background:var(--color-paper)}@media (max-width:767px){.site-header__brand-text{font-size:1.45rem}.site-header__logo{width:36px;height:27px}.hero{min-height:76vh;background:linear-gradient(180deg,rgb(242 237 228 / .98) 0%,rgb(242 237 228 / .92) 48%,rgb(242 237 228 / .54) 100%),url(/wp-content/themes/wednesday-child/assets/images/logo-final-source.png) center bottom / cover no-repeat,var(--color-cream)}.hero__inner{min-height:76vh;padding-block:4rem}.hero__headline{font-size:clamp(3.4rem, 18vw, 4.8rem)}.hero__body{max-width:34ch;font-size:1rem}.product-card__img{transform:scale(1.08)}.checkout-page__process{grid-template-columns:1fr}.checkout-page__process-step{border-right:0;border-bottom:1px solid rgb(29 32 27 / .12)}.checkout-page__process-step:last-child{border-bottom:0}}.product-card__desc{display:none}.product-card__badges{display:none}.product-single__quality-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1.25rem}.product-quality-badge{display:inline-flex;align-items:center;gap:.375rem;border-radius:.375rem;border:1px solid var(--color-gold-soft);background:rgb(192 155 90 / .07);padding:.4rem .7rem;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-gold);white-space:nowrap}.product-quality-badge::before{content:'✧';font-size:.5rem;opacity:.75}.product-card__img-wrap{background:var(--color-cream)}.product-card{background:var(--color-bg)}.product-card--other{background:linear-gradient(180deg,rgb(242 237 228 / .9),rgb(237 232 220 / .95));border-color:rgb(143 103 70 / .22)}.product-single{background:var(--color-bg)}.shop-archive__sort select{background:var(--color-bg)}.shop-archive__hero{background:linear-gradient(90deg,rgb(242 237 228 / .98),rgb(237 232 220 / .84)),linear-gradient(135deg,rgb(220 215 205 / .6),rgb(237 232 220 / .92))}.catalog-offer-strip{background:linear-gradient(90deg,rgb(242 237 228 / .96),rgb(237 232 220 / .5))}.hero__badges .micro-badge{background:rgb(242 237 228 / .88)}.product-card__size{display:none}.product-card__body{gap:.35rem}.product-card__footer{margin-top:.5rem}.product-card__cta{padding:.42rem .9rem;border:1px solid rgb(29 32 27 / .25);border-radius:.375rem;background:#fff0;color:var(--color-ink);font-size:.625rem;letter-spacing:.1em;text-decoration:none;transition:background 0.15s,border-color 0.15s}.product-card__cta:hover{background:rgb(29 32 27 / .06);border-color:rgb(29 32 27 / .45);color:var(--color-ink)}.product-card__name{font-family:var(--font-serif);font-size:clamp(0.95rem, 1.3vw, 1.15rem);font-weight:600;line-height:1.2;letter-spacing:0}.product-card__name a{color:var(--color-ink);text-decoration:none}.product-card__name a:hover{color:var(--color-accent-deep)}.product-card__price .woocommerce-Price-amount{font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:rgb(29 32 27 / .75)}.product-card:hover .product-card__img{transform:scale(1.06)}.shop-archive{background:var(--color-bg)}.woocommerce-page .site-main{background:var(--color-bg)}.product-grid,.product-grid--full{gap:2rem}@media (min-width:1280px){.product-grid,.product-grid--full{grid-template-columns:repeat(3,1fr)!important}}.product-card{border:none!important;border-radius:0!important;box-shadow:none!important;min-height:0!important;background:transparent!important}.product-card:hover{transform:none!important;box-shadow:none!important;border-color:transparent!important}.product-card__img-wrap{aspect-ratio:1 / 1!important;padding:0!important;border-bottom:none!important;border-radius:0!important;background:var(--color-cream)!important;overflow:hidden}.product-card__img-wrap a{display:block;width:100%;height:100%}.product-card__img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform 0.45s ease!important}.product-card:hover .product-card__img{transform:scale(1.04)!important}.product-card__body{padding:.9rem 0 0!important;gap:0!important;background:transparent!important}.product-card__meta{display:none!important}.product-card__name{font-family:var(--font-serif)!important;font-size:clamp(1.15rem, 1.6vw, 1.45rem)!important;font-weight:500!important;letter-spacing:0!important;line-height:1.1!important;margin:0 0 0.3rem!important}.product-card__name a{color:var(--color-ink)!important;text-decoration:none!important}.product-card__name a:hover{opacity:0.65!important;color:var(--color-ink)!important}.product-card__price,.product-card__price .woocommerce-Price-amount{font-family:var(--font-sans)!important;font-size:0.9rem!important;font-weight:400!important;color:var(--color-muted)!important}.product-card__footer{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;padding-top:0.2rem!important;margin-top:0!important}.product-card__actions,.product-card__cta{display:none!important}.product-card{position:relative!important}.product-card__overlay{position:absolute;inset:0;z-index:1;cursor:pointer}.shop-archive__hero{display:none!important}.catalog-offer-strip{display:none!important}.shop-archive__toolbar{display:none!important}.shop-archive__filters{padding-top:3rem!important;padding-bottom:0!important}.shop-filter-tabs{display:flex;flex-wrap:wrap;gap:.5rem;padding:1.25rem 0 1.75rem;border:none!important}.shop-filter-tabs__tab{font-family:var(--font-sans)!important;font-size:0.75rem!important;letter-spacing:0.06em!important;text-transform:uppercase!important;padding:.35rem 0.85rem!important;border:1px solid var(--color-line)!important;border-radius:2rem!important;background:transparent!important;color:var(--color-muted)!important;text-decoration:none!important;transition:border-color 0.15s,color 0.15s!important}.shop-filter-tabs__tab:hover,.shop-filter-tabs__tab--active{border-color:var(--color-ink)!important;color:var(--color-ink)!important;background:transparent!important}.shop-archive__body{padding-top:0!important}.shop-archive__simple-title{font-family:var(--font-serif);font-size:clamp(2rem, 4vw, 3.25rem);font-weight:400;letter-spacing:0;line-height:1;margin:0 0 .15em;color:var(--color-ink)}.home-products{padding-block:4rem!important}.home-products__header{margin-bottom:2rem!important}.home-products__title{font-family:var(--font-serif)!important;font-size:clamp(1.75rem, 3vw, 2.75rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1!important}.site-header__logo{width:32px!important;height:32px!important;border-radius:4px!important}.standards__title,.why-wednesday__title,.research-notice__title,.faq__title{font-family:var(--font-serif)!important;font-weight:400!important;letter-spacing:0!important}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-line);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-muted)}*{scrollbar-width:thin;scrollbar-color:var(--color-line) var(--color-bg)}h1{font-size:clamp(2.25rem, 5vw, 4rem);font-weight:400}h2{font-size:clamp(1.75rem, 3.5vw, 2.75rem);font-weight:400}h3{font-size:clamp(1.25rem, 2.5vw, 1.75rem);font-weight:400}h4{font-size:1.125rem;font-weight:500}p{font-size:1rem;line-height:1.65}.section-label{font-family:var(--font-sans)!important;font-size:0.6875rem!important;font-weight:500!important;letter-spacing:0.14em!important;text-transform:uppercase!important;color:var(--color-muted)!important}.site-header{background:var(--color-bg)!important;border-bottom:1px solid var(--color-line)!important;box-shadow:none!important}.site-header__inner{height:64px!important;padding-inline:2rem!important}.site-header__brand{display:flex!important;align-items:center!important;gap:0.625rem!important;text-decoration:none!important}.site-header__brand-text{font-family:var(--font-serif)!important;font-size:1.25rem!important;font-weight:400!important;letter-spacing:0!important;color:var(--color-ink)!important;line-height:1!important}.site-header__logo{width:28px!important;height:28px!important;border-radius:3px!important;display:block!important}.site-header .site-header__wordmark{display:inline-flex!important;align-items:center!important;gap:0.45rem!important;text-decoration:none!important;line-height:1!important;padding-block:0.1rem!important}.site-header .site-header__wordmark-mark{width:32px!important;height:32px!important;display:block!important;flex:0 0 auto!important}.site-header .site-header__wordmark-text{font-family:"DM Sans",system-ui,sans-serif!important;font-size:1.6rem!important;font-weight:700!important;font-style:normal!important;text-transform:lowercase!important;letter-spacing:-0.03em!important;color:#32402D!important;line-height:1!important;display:inline-flex!important;align-items:baseline!important}.site-header .site-header__wordmark-dot{display:inline-block!important;margin-left:0.02em!important;color:#32402D!important;font-weight:700!important}.site-header .site-header__wordmark:hover{opacity:0.78!important}.site-header__nav-link{font-size:0.8125rem!important;font-weight:400!important;letter-spacing:0.01em!important;color:var(--color-muted)!important}.site-header__nav-link:hover{color:var(--color-ink)!important}.site-header__badge{font-size:0.6875rem!important;background:var(--color-cream)!important;color:var(--color-muted)!important;border:1px solid var(--color-line)!important;border-radius:2px!important;padding:.2em 0.6em!important;letter-spacing:0.06em!important}.woocommerce-result-count,.woocommerce-ordering,.woocommerce-breadcrumb,p.woocommerce-result-count,form.woocommerce-ordering{display:none!important}.woocommerce ul.products li.product .button,.woocommerce ul.products li.product a.button,.woocommerce-loop-product__link+.button,.woocommerce-loop-add-to-cart-link,.add_to_cart_button,.added_to_cart,.ajax_add_to_cart,a.add_to_cart,.wc-block-grid__product-add-to-cart,.wp-block-button.wc-block-grid__product-add-to-cart{display:none!important}.woocommerce ul.products{list-style:none!important;padding:0!important;margin:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce span.onsale,.onsale{display:none!important}.product-grid,.product-grid--full,.woocommerce ul.products.columns-3,.woocommerce ul.products.columns-4{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:0!important;list-style:none!important;padding:0!important;margin:0!important}@media (min-width:768px){.product-grid,.product-grid--full,.woocommerce ul.products.columns-3,.woocommerce ul.products.columns-4{grid-template-columns:repeat(3,1fr)!important}}.product-card{background:var(--color-paper)!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:1px solid var(--color-line)!important;outline-offset:-1px!important;display:flex!important;flex-direction:column!important;position:relative!important;overflow:hidden!important;transition:background 0.2s!important}.product-card:hover{background:var(--color-cream)!important}.product-card__img-wrap{width:100%!important;aspect-ratio:3/4!important;overflow:hidden!important;background:var(--color-cream)!important;flex-shrink:0!important}.product-card__img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;transition:transform 0.4s ease!important}.product-card:hover .product-card__img{transform:scale(1.03)!important}.product-card__body{padding:1rem 1.125rem 1.25rem!important;display:flex!important;flex-direction:column!important;gap:0.25rem!important;flex:1!important}.product-card__desc,.product-card__badges,.product-card__size,.product-card__meta,.product-card__actions,.product-card__cta{display:none!important}.product-card__footer{display:flex!important;align-items:baseline!important;justify-content:space-between!important;margin-top:auto!important;padding-top:0.5rem!important}.product-card__name{font-family:var(--font-serif)!important;font-size:1.0625rem!important;font-weight:400!important;letter-spacing:0!important;line-height:1.2!important;margin:0!important;color:var(--color-ink)!important}.product-card__name a{text-decoration:none!important;color:inherit!important}.product-card__price,.product-card__price .woocommerce-Price-amount,.product-card .price,.product-card .price .woocommerce-Price-amount{font-family:var(--font-sans)!important;font-size:0.875rem!important;font-weight:400!important;color:var(--color-muted)!important}.product-card--other{background:var(--color-bg)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.product-card--other .product-card__name{font-size:1rem!important;color:var(--color-muted)!important}.product-card--other .product-card__cta{display:inline-block!important;font-size:0.8125rem!important;font-weight:500!important;text-decoration:none!important;border-bottom:1px solid var(--color-ink)!important;color:var(--color-ink)!important;padding-bottom:1px!important}.product-card--other .product-card__badges{display:none!important}.product-card--other .product-card__size{display:block!important;font-size:0.75rem!important;color:var(--color-muted)!important}.product-card--other .product-card__footer{flex-direction:column!important;align-items:flex-start!important;gap:0.75rem!important}.product-card--no-image .product-card__body{padding-top:2rem!important}.product-card__overlay{position:absolute!important;inset:0!important;z-index:1!important}.shop-archive__hero{display:none!important}.shop-archive__toolbar{display:none!important}.catalog-offer-strip{display:none!important}.shop-archive__filters{padding-top:2.5rem!important;padding-bottom:1.5rem!important}.shop-archive__simple-title{font-family:var(--font-serif)!important;font-size:clamp(2rem, 4vw, 3.25rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1!important;margin:0 0 1.5rem!important;color:var(--color-ink)!important}.shop-archive__body{padding-top:0!important;padding-bottom:5rem!important}.shop-filter-tabs{display:flex!important;flex-wrap:wrap!important;gap:0.5rem!important;margin-top:1.25rem!important}.shop-filter-tabs__tab{font-size:0.75rem!important;font-weight:400!important;letter-spacing:0.04em!important;padding:.3em 0.85em!important;border:1px solid var(--color-line)!important;border-radius:2rem!important;color:var(--color-muted)!important;text-decoration:none!important;transition:border-color 0.15s,color 0.15s,background 0.15s!important;background:transparent!important}.shop-filter-tabs__tab:hover,.shop-filter-tabs__tab--active{border-color:var(--color-ink)!important;color:var(--color-ink)!important;background:transparent!important}.woocommerce div.product .product_title,.product_title.entry-title{font-family:var(--font-serif)!important;font-size:clamp(2rem, 4vw, 3.25rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1.05!important;margin-bottom:0.5rem!important}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:1.125rem!important;color:var(--color-muted)!important;font-weight:400!important}.woocommerce div.product .woocommerce-product-details__short-description{font-size:1rem!important;line-height:1.7!important;color:var(--color-ink)!important}.woocommerce div.product .single_add_to_cart_button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button{background:var(--color-ink)!important;color:var(--color-bg)!important;border:none!important;border-radius:0!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:500!important;letter-spacing:0.05em!important;text-transform:uppercase!important;padding:.875rem 2rem!important;cursor:pointer!important;transition:opacity 0.2s!important}.woocommerce div.product .single_add_to_cart_button:hover{opacity:0.8!important}.woocommerce div.product div.images{border-radius:0!important;overflow:hidden!important}.woocommerce div.product div.images img{border-radius:0!important}.woocommerce-cart .woocommerce{padding-top:3rem!important}.cart-page__title,.woocommerce-cart h1.page-title{font-family:var(--font-serif)!important;font-size:clamp(2rem, 4vw, 3.25rem)!important;font-weight:400!important;letter-spacing:0!important;margin-bottom:2rem!important}.woocommerce-cart table.cart td,.woocommerce-cart table.cart th{font-size:0.875rem!important;vertical-align:middle!important}.woocommerce-cart .product-name a{font-family:var(--font-serif)!important;font-size:1rem!important}.woocommerce-cart .cart-collaterals .cart_totals{background:var(--color-paper)!important;border:1px solid var(--color-line)!important;border-radius:0!important;padding:1.5rem!important}.woocommerce-cart .cart_totals h2{font-size:1.125rem!important;margin-bottom:1rem!important}.woocommerce-cart .woocommerce-info{font-family:var(--font-serif)!important;font-size:1.25rem!important;border-color:var(--color-line)!important;background:transparent!important;color:var(--color-ink)!important}.checkout-page__title{font-family:var(--font-serif)!important;font-size:clamp(2rem, 4vw, 3.25rem)!important;font-weight:400!important;letter-spacing:0!important}.checkout-page__subtitle{font-size:0.9375rem!important;color:var(--color-muted)!important;line-height:1.6!important;max-width:56ch!important}.checkout-page__payment-banner{background:var(--color-cream)!important;border:1px solid var(--color-line)!important;border-radius:0!important;padding:1rem 1.25rem!important;font-size:0.875rem!important;color:var(--color-ink)!important;max-width:56ch!important}.woocommerce-checkout #payment{background:var(--color-paper)!important;border:1px solid var(--color-line)!important;border-radius:0!important}.woocommerce-checkout #place_order{background:var(--color-ink)!important;color:var(--color-bg)!important;border-radius:0!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:500!important;letter-spacing:0.08em!important;text-transform:uppercase!important;width:100%!important;padding:1rem!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--color-line)!important;border-radius:0!important;background:var(--color-paper)!important;font-family:var(--font-sans)!important;font-size:0.9375rem!important;color:var(--color-ink)!important;padding:.625rem 0.875rem!important}.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus{border-color:var(--color-ink)!important;outline:none!important;box-shadow:none!important}.woocommerce form .form-row label{font-size:0.75rem!important;font-weight:500!important;letter-spacing:0.05em!important;text-transform:uppercase!important;color:var(--color-muted)!important}.site-footer,footer.site-footer{background:var(--color-ink)!important;color:rgb(255 255 255 / .55)!important;border-top:none!important}.site-footer a{color:rgb(255 255 255 / .7)!important}.site-footer a:hover{color:#fff!important}.site-footer__disclaimer-bar,.site-footer .footer-disclaimer{background:rgb(0 0 0 / .25)!important;color:rgb(255 255 255 / .4)!important;font-size:0.6875rem!important;border-top:1px solid rgb(255 255 255 / .08)!important}.home-hero__title{font-family:var(--font-serif)!important;font-size:clamp(3rem, 8vw, 7rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:0.95!important}.home-hero{padding-block:clamp(4rem, 10vw, 8rem)!important;min-height:60vh!important;display:flex!important;align-items:center!important}.home-products{padding-block:5rem!important}.home-products__header{margin-bottom:0!important;padding-bottom:2rem!important}.home-products__title{font-family:var(--font-serif)!important;font-size:clamp(1.75rem, 3vw, 2.75rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1!important;margin:0!important}.home-products__footer{margin-top:3rem!important;text-align:center!important}.micro-badge{display:inline-block!important;font-size:0.625rem!important;font-weight:500!important;letter-spacing:0.1em!important;text-transform:uppercase!important;color:var(--color-muted)!important;background:transparent!important;border:1px solid var(--color-line)!important;border-radius:2px!important;padding:.18em 0.55em!important}.btn-primary{display:inline-block!important;background:var(--color-ink)!important;color:var(--color-bg)!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:500!important;letter-spacing:0.08em!important;text-transform:uppercase!important;text-decoration:none!important;padding:.875rem 2.25rem!important;border:none!important;border-radius:0!important;transition:opacity 0.2s!important;cursor:pointer!important}.btn-primary:hover{opacity:0.8!important;color:var(--color-bg)!important}.btn-ghost{display:inline-block!important;background:transparent!important;color:var(--color-muted)!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:400!important;letter-spacing:0.04em!important;text-decoration:none!important;padding:.5rem 0!important;border-bottom:1px solid var(--color-line)!important;border-radius:0!important;transition:color 0.2s,border-color 0.2s!important}.btn-ghost:hover{color:var(--color-ink)!important;border-color:var(--color-ink)!important}.page-content,.entry-content{max-width:72ch!important;margin-inline:auto!important;font-size:1rem!important;line-height:1.7!important;color:var(--color-ink)!important}.page-content h1,.entry-content h1{font-size:clamp(2rem, 4vw, 3rem)!important;margin-bottom:1rem!important}.page-content h2,.entry-content h2{font-size:1.625rem!important;margin-top:2.5rem!important;margin-bottom:0.75rem!important}.page-content h3,.entry-content h3{font-size:1.25rem!important;margin-top:2rem!important;margin-bottom:0.5rem!important}.page-content p,.entry-content p{margin-bottom:1.25rem!important}.page-content a,.entry-content a{border-bottom:1px solid var(--color-line)!important;text-decoration:none!important}.page-content a:hover,.entry-content a:hover{border-color:var(--color-ink)!important}.page-coa-library h1,.page-peptide-info h1{font-family:var(--font-serif)!important;font-size:clamp(2rem, 4vw, 3.25rem)!important;font-weight:400!important;letter-spacing:0!important}.page-about h1{font-family:var(--font-serif)!important;font-size:clamp(2.25rem, 5vw, 4rem)!important;font-weight:400!important;letter-spacing:0!important}.contact-form label{font-size:0.75rem!important;font-weight:500!important;letter-spacing:0.05em!important;text-transform:uppercase!important;color:var(--color-muted)!important;display:block!important;margin-bottom:0.375rem!important}.contact-form input,.contact-form textarea{border:1px solid var(--color-line)!important;border-radius:0!important;background:var(--color-paper)!important;width:100%!important;padding:.625rem 0.875rem!important;font-family:var(--font-sans)!important;font-size:0.9375rem!important;color:var(--color-ink)!important}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--color-ink)!important;outline:none!important}.age-gate{background:var(--color-bg)!important}.age-gate__title{font-family:var(--font-serif)!important;font-size:clamp(2rem, 5vw, 3.5rem)!important;font-weight:400!important;letter-spacing:0!important}.container-wide{width:100%!important;max-width:1440px!important;margin-inline:auto!important;padding-inline:clamp(1.25rem, 4vw, 3rem)!important}.inside-article,.site-main .inside-article{padding:0!important}.entry-header{display:none!important}.page-hero+.entry-header,.has-page-header .entry-header{display:block!important}.woocommerce-notices-wrapper .woocommerce-message,.woocommerce-notices-wrapper .woocommerce-info,.woocommerce-notices-wrapper .woocommerce-error{border-radius:0!important;font-size:0.875rem!important;font-family:var(--font-sans)!important}@media (max-width:767px){.product-grid,.product-grid--full{grid-template-columns:repeat(2,1fr)!important}.product-card__name{font-size:0.9375rem!important}.site-header__inner{padding-inline:1rem!important;height:56px!important}.home-hero{min-height:50vh!important}.container-wide{padding-inline:1rem!important}}@media (max-width:480px){.product-grid,.product-grid--full{grid-template-columns:1fr!important}}.hero__headline,.hero__heading{font-family:var(--font-display)!important;font-size:clamp(2.25rem, 4.5vw, 3.75rem)!important;line-height:1!important;letter-spacing:0!important;margin:.375rem 0 0!important}.hero{min-height:auto!important}.hero__inner,.hero__grid{min-height:auto!important;padding-block:clamp(3rem, 6vw, 5rem)!important;display:grid!important;gap:3rem!important;align-items:center!important}@media (min-width:1024px){.hero__inner,.hero__grid{grid-template-columns:minmax(0,1fr) minmax(0,0.7fr)!important}}.hero__content{max-width:46ch!important}.hero__body{font-size:1rem!important;line-height:1.65!important;margin-top:1.25rem!important;max-width:44ch!important}.hero__actions{margin-top:1.75rem!important;gap:0.875rem!important}.hero__badges{margin-top:1.5rem!important}.hero__ticker{border-top:1px solid var(--color-line)!important;border-bottom:1px solid var(--color-line)!important;padding-block:0.875rem!important;background:var(--color-cream)!important}.hero__ticker-inner{display:flex!important;flex-wrap:wrap!important;gap:.5rem 2.5rem!important;align-items:center!important}.hero__ticker-inner span{font-size:0.6875rem!important;font-weight:500!important;letter-spacing:0.1em!important;text-transform:uppercase!important;color:var(--color-muted)!important}.product-card__img-wrap{aspect-ratio:1 / 1!important;background:var(--color-cream)!important}.product-card__img{object-fit:contain!important;padding:1rem!important}.btn-primary,.woocommerce-checkout #place_order,.woocommerce div.product .single_add_to_cart_button{font-size:0.875rem!important;letter-spacing:0.06em!important;padding:.875rem 2rem!important}.btn-ghost{font-size:0.875rem!important}.standards{padding-block:5rem!important;background:var(--color-paper)!important}.standards__inner{display:grid!important;gap:3rem 5rem!important;align-items:start!important}@media (min-width:900px){.standards__inner{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)!important}}.standards__title{font-family:var(--font-serif)!important;font-size:clamp(1.75rem, 3vw, 2.5rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1.05!important;margin:.5rem 0 1rem!important}.standards__body{font-size:0.9375rem!important;color:var(--color-muted)!important;line-height:1.65!important;max-width:40ch!important}.standards__cards{display:grid!important;gap:1rem!important}@media (min-width:640px){.standards__cards{grid-template-columns:1fr 1fr!important}}.info-card{background:var(--color-cream)!important;padding:1.5rem!important;border:none!important;border-radius:0!important}.standards__list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:0.875rem!important}.standards__list li{display:flex!important;gap:0.625rem!important;font-size:0.875rem!important;line-height:1.55!important;color:var(--color-ink)!important;align-items:baseline!important}.standards__mark{color:var(--color-accent)!important;flex-shrink:0!important;font-size:0.6rem!important}.why-wednesday{padding-block:5rem!important}.why-wednesday__inner{display:grid!important;gap:3rem 5rem!important;align-items:start!important}@media (min-width:900px){.why-wednesday__inner{grid-template-columns:minmax(0,0.7fr) minmax(0,1fr)!important}}.why-wednesday__intro .section-label{display:block!important;margin-bottom:0.5rem!important}.why-wednesday__title{font-family:var(--font-serif)!important;font-size:clamp(1.75rem, 3vw, 2.5rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1.05!important;margin:.25rem 0 0!important}.why-wednesday__points{display:grid!important;gap:2rem!important}@media (min-width:640px){.why-wednesday__points{grid-template-columns:repeat(3,1fr)!important}}.why-wednesday__point{display:grid!important;gap:0.5rem!important}.why-wednesday__mark{font-size:0.7rem!important;color:var(--color-accent)!important;margin:0!important}.why-wednesday__point-title{font-family:var(--font-serif)!important;font-size:1.125rem!important;font-weight:400!important;margin:0!important;color:var(--color-ink)!important}.why-wednesday__point-body{font-size:0.875rem!important;line-height:1.6!important;color:var(--color-muted)!important;margin:0!important}.how-it-works{padding-block:5rem!important}.section-header{display:grid!important;gap:1rem 3rem!important;align-items:end!important;margin-bottom:3.5rem!important}@media (min-width:768px){.section-header{grid-template-columns:auto 1fr!important}}.section-header__label-col .section-label{white-space:nowrap!important}.section-header__title-col h2{font-family:var(--font-serif)!important;font-size:clamp(1.75rem, 3vw, 2.75rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1.05!important;margin:0!important}.how-it-works__steps{display:grid!important;gap:2rem 3rem!important;list-style:none!important;padding:0!important;margin:0!important}@media (min-width:640px){.how-it-works__steps{grid-template-columns:repeat(3,1fr)!important}}.how-it-works__num{font-family:var(--font-mono)!important;font-size:0.6875rem!important;letter-spacing:0.1em!important;color:var(--color-muted)!important;margin:0 0 0.75rem!important}.how-it-works__step-title{font-family:var(--font-serif)!important;font-size:1.25rem!important;font-weight:400!important;margin:0 0 0.5rem!important;color:var(--color-ink)!important}.how-it-works__step-body{font-size:0.875rem!important;line-height:1.6!important;color:var(--color-muted)!important;margin:0!important}.section-divider{border:none!important;border-top:1px solid var(--color-line)!important;margin-block:0!important}.home-faq{padding-block:5rem!important}.faq__title{font-family:var(--font-serif)!important;font-size:clamp(1.75rem, 3vw, 2.5rem)!important;font-weight:400!important;letter-spacing:0!important;margin:.25rem 0 2.5rem!important}.site-footer{background:var(--color-ink)!important;color:rgb(255 255 255 / .6)!important;border-top:none!important;padding-block:0!important}.site-footer__disclaimer-bar{background:rgb(0 0 0 / .3)!important;padding-block:0.875rem!important;border-bottom:1px solid rgb(255 255 255 / .07)!important}.site-footer__disclaimer-text{font-size:0.6875rem!important;color:rgb(255 255 255 / .45)!important;line-height:1.5!important;margin:0!important}.site-footer__disclaimer-text strong{color:rgb(255 255 255 / .6)!important;font-weight:500!important}.site-footer__grid{display:grid!important;grid-template-columns:1fr!important;gap:2.5rem!important;padding-block:3rem 2rem!important;align-items:start!important}@media (min-width:640px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr!important;gap:2rem 3rem!important}.site-footer__signup{grid-column:1 / -1!important;border-top:1px solid rgb(255 255 255 / .08)!important;padding-top:2.5rem!important;margin-top:0.5rem!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;max-width:36rem!important;margin-inline:auto!important;width:100%!important}}.site-footer__wordmark{font-family:var(--font-serif)!important;font-size:1.25rem!important;letter-spacing:0!important;color:rgb(255 255 255 / .9)!important;margin-bottom:0.75rem!important;display:block!important;text-transform:none!important}.site-footer__tagline,.site-footer__desc{font-size:0.8125rem!important;color:rgb(255 255 255 / .45)!important;line-height:1.6!important;max-width:32ch!important;margin:0!important}.site-footer__col .section-label{color:rgb(255 255 255 / .4)!important;display:block!important;margin-bottom:1rem!important}.site-footer__col ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:0.6rem!important}.site-footer__col ul li a,.site-footer__nav-list a{font-size:0.875rem!important;color:rgb(255 255 255 / .6)!important;text-decoration:none!important;font-family:var(--font-sans)!important;transition:color 0.15s!important}.site-footer__col ul li a:hover,.site-footer__nav-list a:hover{color:#fff!important}.site-footer__signup-title{font-family:var(--font-serif)!important;font-size:1.625rem!important;font-weight:400!important;letter-spacing:0!important;color:rgb(255 255 255 / .9)!important;margin:0 0 0.5rem!important}.site-footer__signup-body{font-size:0.875rem!important;color:rgb(255 255 255 / .5)!important;line-height:1.55!important;margin:0 0 1.25rem!important}.site-footer__signup-form{display:flex!important;gap:0!important;width:100%!important;max-width:28rem!important;margin-bottom:1rem!important}.site-footer__signup-form input[type="email"]{flex:1!important;border:1px solid rgb(255 255 255 / .2)!important;border-right:none!important;background:rgb(255 255 255 / .07)!important;color:#fff!important;font-family:var(--font-sans)!important;font-size:0.875rem!important;padding:.75rem 1rem!important;border-radius:0!important;outline:none!important}.site-footer__signup-form input[type="email"]::placeholder{color:rgb(255 255 255 / .35)!important}.site-footer__signup-form input[type="email"]:focus{border-color:rgb(255 255 255 / .4)!important}.site-footer__signup-form button{background:rgb(255 255 255 / .9)!important;color:var(--color-ink)!important;border:1px solid rgb(255 255 255 / .2)!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:600!important;letter-spacing:0.05em!important;padding:.75rem 1.25rem!important;cursor:pointer!important;border-radius:0!important;transition:background 0.15s!important;white-space:nowrap!important}.site-footer__signup-form button:hover{background:#fff!important}.site-footer__signup-consent{font-size:0.6875rem!important;color:rgb(255 255 255 / .35)!important;display:flex!important;gap:0.5rem!important;align-items:flex-start!important;text-align:left!important;max-width:28rem!important;line-height:1.45!important}.site-footer__signup-hp{display:none!important}.site-footer__bottom{border-top:1px solid rgb(255 255 255 / .08)!important;padding-block:1.25rem!important;margin-top:0!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;gap:0.75rem!important}.site-footer__copy{font-size:0.6875rem!important;color:rgb(255 255 255 / .35)!important;letter-spacing:0.08em!important;font-family:var(--font-sans)!important;text-transform:none!important}.site-footer__badge{font-size:0.6875rem!important;color:rgb(255 255 255 / .35)!important;letter-spacing:0.06em!important}.text-accent{color:var(--color-accent)!important}.home-products__header{display:flex!important;align-items:baseline!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:1rem!important;padding-bottom:2rem!important;margin-bottom:0!important}.home-products__title{font-family:var(--font-serif)!important;font-size:clamp(1.5rem, 2.5vw, 2.25rem)!important;font-weight:400!important;letter-spacing:0!important;line-height:1!important;margin:0!important}.home-products__all{font-size:0.8125rem!important;white-space:nowrap!important}.research-notice{background:var(--color-ink)!important;padding-block:0.875rem!important}.research-notice__text{font-size:0.75rem!important;color:rgb(255 255 255 / .55)!important;text-align:center!important;line-height:1.5!important;margin:0!important}@media (max-width:900px){.standards__inner,.why-wednesday__inner{grid-template-columns:1fr!important}.standards__cards{grid-template-columns:1fr!important}.hero__content{max-width:none!important}.hero__headline{font-size:clamp(2rem, 7vw, 2.75rem)!important}}@media (max-width:640px){.how-it-works__steps{grid-template-columns:1fr!important}.why-wednesday__points{grid-template-columns:1fr!important}.site-footer__grid{grid-template-columns:1fr 1fr!important;padding-block:2rem 1.5rem!important}.site-footer__brand{grid-column:1 / -1!important}.site-footer__signup{grid-column:1 / -1!important;border-top:1px solid rgb(255 255 255 / .08)!important;padding-top:1.5rem!important;align-items:flex-start!important;text-align:left!important}}body.woocommerce .entry-content,body.woocommerce-page .entry-content,body.single-product .entry-content,body.woocommerce-cart .entry-content,body.woocommerce-checkout .entry-content{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}@media (min-width:1024px){.hero__inner,.hero__grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr)!important}}.hero__content{max-width:none!important}.hero__body,.hero__subtext{max-width:54ch!important}.hero__headline,.hero__heading{max-width:20ch!important}.hero{padding-top:0!important}.woocommerce div.product form.cart .single_add_to_cart_button,button.single_add_to_cart_button{background:var(--color-ink)!important;color:var(--color-bg)!important;border:none!important;border-radius:0!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:500!important;letter-spacing:0.08em!important;text-transform:uppercase!important;padding:.875em 2em!important;cursor:pointer!important}.woocommerce div.product form.cart .single_add_to_cart_button:hover,button.single_add_to_cart_button:hover{background:rgb(29 32 27 / .85)!important}.shop-filter-tabs__tab{padding:.4em 1em!important;font-size:0.8rem!important}.shop-archive__filters{padding-top:2rem!important;padding-bottom:1.25rem!important}.home-products{padding-top:3.5rem!important}.info-card{padding:1.5rem!important;background:var(--color-cream)!important;border:none!important}.info-card__label{font-size:0.6875rem!important;letter-spacing:0.1em!important;text-transform:uppercase!important;color:var(--color-muted)!important;margin-bottom:1rem!important}.how-it-works__num{font-family:var(--font-sans)!important;font-size:0.75rem!important;color:var(--color-muted)!important;letter-spacing:0.06em!important;margin-bottom:1.5rem!important}@media (min-width:900px){.site-footer__grid{grid-template-columns:1.8fr 1fr 1fr 1fr!important}}:root{--wd-tan:#E4D5BE;--wd-tan-deep:#D8C4A2;--wd-green:#32402D;--wd-green-hi:#43543A;--wd-cream-hi:#F5F0E6;--wd-cream-lo:#EBE2D0;--wd-ink:#221F1A;--wd-gold:#B89455;--wd-gold-strong:#806020}html{background:#EFE8D9!important}body{background:radial-gradient(115% 50% at 50% -6%,rgb(184 148 85 / .16),transparent 62%),radial-gradient(85% 55% at 94% 4%,rgb(95 111 82 / .09),transparent 55%),linear-gradient(179deg,#F5F0E6 0%,#EFE8D9 50%,#EAE1CE 100%)!important;background-attachment:fixed!important;color:var(--wd-ink)!important}body::after{content:'';position:fixed;inset:0;z-index:9998;pointer-events:none;opacity:.16;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.site-header{background:rgb(245 240 230 / .9)!important;backdrop-filter:blur(10px) saturate(1.1)!important;-webkit-backdrop-filter:blur(10px) saturate(1.1)!important;border-bottom:1px solid rgb(34 31 26 / .09)!important}.btn-primary,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce div.product form.cart .single_add_to_cart_button,button.single_add_to_cart_button,.woocommerce-checkout #place_order,.wc-proceed-to-checkout a.checkout-button,a.checkout-button,.woocommerce #payment #place_order{background:var(--wd-green)!important;color:var(--wd-cream-hi)!important;border:none!important;border-radius:2px!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:600!important;letter-spacing:0.1em!important;text-transform:uppercase!important;line-height:1!important;padding:1.05em 2.4em!important;box-shadow:0 1px 2px rgb(34 31 26 / .1)!important;transition:background .18s ease,transform .18s ease,box-shadow .18s ease!important}.btn-primary:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce div.product form.cart .single_add_to_cart_button:hover,button.single_add_to_cart_button:hover,.woocommerce-checkout #place_order:hover,a.checkout-button:hover{background:var(--wd-green-hi)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px rgb(34 31 26 / .16)!important}.btn-ghost{background:transparent!important;color:var(--wd-ink)!important;border:1px solid rgb(34 31 26 / .3)!important;border-radius:2px!important;font-family:var(--font-sans)!important;font-size:0.8125rem!important;font-weight:600!important;letter-spacing:0.1em!important;text-transform:uppercase!important;padding:1.05em 2.4em!important;transition:border-color .18s,background .18s,color .18s!important}.btn-ghost:hover{border-color:var(--wd-green)!important;background:rgb(50 64 45 / .06)!important;color:var(--wd-green)!important}.product-card{background:transparent!important;outline:none!important;border:none!important;box-shadow:none!important}.product-card:hover{background:transparent!important}.product-card__img-wrap{aspect-ratio:1 / 1!important;background:var(--wd-tan)!important;border-radius:4px!important;overflow:hidden!important}.product-card__img{object-fit:cover!important;object-position:center!important;padding:0!important;width:100%!important;height:100%!important;transition:transform .5s cubic-bezier(.2,.7,.2,1)!important}.product-card:hover .product-card__img{transform:scale(1.045)!important}.product-card__body{background:transparent!important;padding:.9rem .1rem 0!important;gap:0.3rem!important}.product-card__name{font-size:1.1rem!important;line-height:1.25!important}.product-card__footer{padding-top:0.1rem!important;margin-top:0.1rem!important}.product-card__price,.product-card__price .woocommerce-Price-amount,.product-card .price,.product-card .price .woocommerce-Price-amount{font-size:0.9rem!important;color:var(--wd-ink)!important;opacity:0.66!important}.product-grid,.product-grid--full{gap:2.5rem 2rem!important}.product-card--other{background:rgb(216 196 162 / .22)!important;border:1px solid rgb(34 31 26 / .1)!important;border-radius:4px!important;justify-content:center!important;padding:1.75rem!important}.shop-filter-tabs__tab:hover,.shop-filter-tabs__tab--active{background:var(--wd-green)!important;border-color:var(--wd-green)!important;color:var(--wd-cream-hi)!important}.hero{background:radial-gradient(60% 75% at 88% 35%,rgb(95 111 82 / .1),transparent 62%),linear-gradient(168deg,#F7F2E8 0%,#EFE6D4 100%)!important;border-bottom:1px solid rgb(34 31 26 / .07)!important}.standards,.how-it-works{background:linear-gradient(180deg,rgb(216 196 162 / .2),rgb(216 196 162 / .08))!important}.research-notice--cta{background:radial-gradient(70% 90% at 18% 20%,rgb(95 111 82 / .1),transparent 60%),linear-gradient(170deg,#EFE7D6 0%,#E8DEC8 100%)!important;border-top:1px solid rgb(34 31 26 / .08)!important;border-bottom:1px solid rgb(34 31 26 / .08)!important}.research-notice--cta .research-notice__title,.research-notice--cta .research-notice__body,.research-notice--cta .research-notice__body p{color:var(--wd-ink)!important}.research-notice--cta .section-label{color:var(--wd-gold-strong)!important}.research-notice--cta .research-notice__link{color:var(--wd-green)!important;font-family:var(--font-sans)!important;font-weight:600!important;letter-spacing:0.08em!important;text-transform:uppercase!important;font-size:0.78rem!important;text-decoration-color:rgb(50 64 45 / .4)!important}.section-label{color:var(--wd-gold-strong)!important}.hero__headline,.hero__heading,.shop-archive__simple-title,.section-header h2,.standards__title,.why-wednesday__title,.home-products__title,.woocommerce div.product .product_title{letter-spacing:0!important}.woocommerce div.product div.images img,.product-single__gallery img{background:var(--wd-tan)!important;border-radius:4px!important}.product-single__accordion,.product-single__accordion-item{border-color:rgb(34 31 26 / .12)!important}.site-footer__col ul li a:hover{color:var(--wd-gold)!important}.site-footer__signup-form{flex-wrap:wrap!important;align-items:stretch!important}.site-footer__signup-form input[type="email"]{min-width:0!important;flex:1 1 12rem!important}.site-footer__signup-consent{flex:0 0 100%!important;width:100%!important;max-width:28rem!important;margin-top:0.9rem!important}@media (max-width:640px){.btn-primary,.btn-ghost,button.single_add_to_cart_button,.woocommerce-checkout #place_order,a.checkout-button{width:100%!important;text-align:center!important}.product-grid,.product-grid--full{gap:1.75rem 1.25rem!important}}.wednesday-elementor-content{width:100%}.wednesday-elementor-content:not(.has-content){display:none}.wednesday-elementor-content:not(.has-content):empty{display:none}.wednesday-elementor-content.has-content{padding-block:2rem}.wednesday-elementor-content--home.has-content,.wednesday-elementor-content--shop.has-content,.wednesday-elementor-content--product.has-content{padding-block:0}.hero__headline,.hero__heading,.home-products__title,.standards__title,.why-wednesday__title,.section-header__title,.section-header h2,.research-notice__title,.faq__title,.site-footer__wordmark,.product-card__name,.product-card__title{letter-spacing:0!important}.micro-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:2.5rem!important;padding:.6rem 0.95rem!important;border:1px solid rgb(34 31 26 / .18)!important;border-radius:3px!important;background:rgb(250 248 244 / .72)!important;color:rgb(34 31 26 / .78)!important;font-family:var(--font-sans)!important;font-size:0.75rem!important;font-weight:600!important;line-height:1!important;letter-spacing:0.06em!important;text-align:center!important}.micro-badge::before{display:none!important}.section-label{font-family:var(--font-sans)!important;font-size:0.75rem!important;font-weight:700!important;letter-spacing:0.08em!important;color:var(--wd-gold-strong)!important}.hero{min-height:auto!important;background:linear-gradient(180deg,rgb(250 248 244 / .96) 0%,rgb(239 231 214 / .92) 100%)!important;border-bottom:1px solid rgb(34 31 26 / .1)!important}.hero__cream-panel,.hero__card{display:none!important}.hero__inner,.hero__grid{display:block!important;min-height:auto!important;padding-block:clamp(4rem, 8vw, 7rem) clamp(3.25rem, 6vw, 5rem)!important}.hero__content{max-width:52rem!important;margin-inline:auto!important;text-align:center!important}.hero__eyebrow{margin:0 auto 1.2rem!important;color:var(--wd-green)!important}.hero__headline,.hero__heading{max-width:none!important;margin:0!important;font-family:var(--font-serif)!important;font-size:clamp(3.2rem, 8vw, 7.2rem)!important;font-weight:400!important;line-height:0.95!important;color:var(--wd-ink)!important}.hero__body,.hero__subtext{max-width:38rem!important;margin:1.5rem auto 0!important;color:rgb(34 31 26 / .72)!important;font-size:clamp(1rem, 1.5vw, 1.18rem)!important;line-height:1.65!important}.hero__actions,.hero__ctas{justify-content:center!important;margin-top:2rem!important;gap:0.8rem!important}.hero__actions .btn-primary,.hero__actions .btn-ghost{min-width:12.25rem!important;text-align:center!important}.hero__badges{justify-content:center!important;margin-top:1.5rem!important;gap:0.75rem!important}.hero__badges .micro-badge{min-width:12rem!important;font-size:0.78rem!important}.hero__ticker{background:rgb(228 213 190 / .48)!important;border-top:0!important;border-bottom:1px solid rgb(34 31 26 / .12)!important;padding-block:0!important}.hero__ticker-inner{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;min-height:4rem!important;align-items:stretch!important}.hero__ticker-inner span{display:flex!important;align-items:center!important;justify-content:center!important;padding:.85rem 0.75rem!important;border-left:1px solid rgb(34 31 26 / .1)!important;color:rgb(34 31 26 / .78)!important;font-family:var(--font-sans)!important;font-size:0.82rem!important;font-weight:700!important;line-height:1.2!important;letter-spacing:0.06em!important;text-align:center!important;text-transform:uppercase!important}.hero__ticker-inner span:last-child{border-right:1px solid rgb(34 31 26 / .1)!important}.home-products{padding-block:clamp(3.5rem, 6vw, 5.5rem)!important}.home-products__header{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;gap:0.75rem!important;padding-bottom:1.75rem!important}.home-products__header>*{justify-self:center!important}.home-products__title{font-family:var(--font-serif)!important;font-size:clamp(2.2rem, 4vw, 3.6rem)!important;font-weight:400!important;line-height:1!important;color:var(--wd-ink)!important}.home-products__all{margin-top:0.2rem!important}.catalog-offer-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;margin:0 auto 2rem!important;max-width:72rem!important;border:1px solid rgb(34 31 26 / .12)!important;background:rgb(250 248 244 / .54)!important}.catalog-offer-strip span{display:flex!important;align-items:center!important;justify-content:center!important;min-height:3.25rem!important;padding:.75rem 0.85rem!important;border-left:1px solid rgb(34 31 26 / .1)!important;color:rgb(34 31 26 / .72)!important;font-size:0.78rem!important;font-weight:600!important;line-height:1.25!important;text-align:center!important}.catalog-offer-strip span:first-child{border-left:0!important}.home-products .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2rem 1.35rem!important;max-width:78rem!important;margin-inline:auto!important}.home-products .product-card{min-height:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important}.home-products .product-card__img-wrap{aspect-ratio:1 / 1!important;border-radius:4px!important;background:#E2D0B4!important;overflow:hidden!important}.home-products .product-card__img{width:100%!important;height:100%!important;object-fit:contain!important;padding:clamp(0.35rem, 1vw, 0.75rem)!important;transform:none!important}.home-products .product-card:hover .product-card__img{transform:scale(1.025)!important}.home-products .product-card__body{align-items:center!important;gap:0.25rem!important;padding:.8rem .2rem 0!important;text-align:center!important}.home-products .product-card__meta,.home-products .product-card__desc,.home-products .product-card__badges,.home-products .product-card__size,.home-products .product-card__actions,.home-products .product-card__cta{display:none!important}.home-products .product-card__name,.home-products .product-card__title{margin:0!important;font-family:var(--font-serif)!important;font-size:clamp(1.05rem, 1.5vw, 1.32rem)!important;font-weight:400!important;line-height:1.16!important;color:var(--wd-ink)!important;text-align:center!important}.home-products .product-card__name a,.home-products .product-card__title a{color:var(--wd-ink)!important;text-decoration:none!important}.home-products .product-card__footer{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:0.25rem!important;padding:0!important}.home-products .product-card__price,.home-products .product-card__price .woocommerce-Price-amount,.home-products .product-card .price,.home-products .product-card .price .woocommerce-Price-amount{display:block!important;width:100%!important;color:rgb(34 31 26 / .86)!important;font-family:var(--font-sans)!important;font-size:1rem!important;font-weight:600!important;line-height:1.2!important;opacity:1!important;text-align:center!important}.home-products .product-card--other{min-height:100%!important;justify-content:center!important;padding:1.4rem!important;border:1px solid rgb(34 31 26 / .12)!important;border-radius:4px!important;background:rgb(228 213 190 / .38)!important}.home-products .product-card--other .product-card__body{padding:0!important}.home-products .product-card--other .product-card__desc,.home-products .product-card--other .product-card__badges,.home-products .product-card--other .product-card__size,.home-products .product-card--other .product-card__cta{display:block!important}.home-products .product-card--other .product-card__desc{max-width:22rem!important;margin:.6rem auto 0!important;color:rgb(34 31 26 / .66)!important;font-size:0.9rem!important;line-height:1.5!important}.standards,.why-wednesday,.how-it-works,.faq,.research-notice--cta{padding-block:clamp(3.75rem, 6vw, 5.5rem)!important}.standards__inner,.why-wednesday__inner,.faq__inner,.research-notice__inner{display:block!important;max-width:72rem!important;margin-inline:auto!important}.standards__intro,.why-wednesday__intro,.faq__intro,.research-notice__label-col,.research-notice__content{max-width:44rem!important;margin-inline:auto!important;text-align:center!important}.standards__title,.why-wednesday__title,.faq__title,.research-notice__title,.section-header__title{margin:.55rem 0 0!important;font-family:var(--font-serif)!important;font-size:clamp(2rem, 3.6vw, 3.2rem)!important;font-weight:400!important;line-height:1.04!important;color:var(--wd-ink)!important}.standards__body,.research-notice__body,.research-notice__body p{max-width:42rem!important;margin:1rem auto 0!important;color:rgb(34 31 26 / .68)!important;font-size:1rem!important;line-height:1.65!important}.standards__cards,.why-wednesday__points,.how-it-works__steps{display:grid!important;gap:1rem!important;margin-top:2.25rem!important}.standards__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.why-wednesday__points,.how-it-works__steps{grid-template-columns:repeat(3,minmax(0,1fr))!important}.why-wednesday__point,.how-it-works__step{border:1px solid rgb(34 31 26 / .12)!important;border-radius:4px!important;background:rgb(250 248 244 / .45)!important;padding:1.35rem!important;text-align:center!important}.why-wednesday__mark{display:none!important}.why-wednesday__point-title,.how-it-works__step-title{font-family:var(--font-serif)!important;font-size:1.32rem!important;font-weight:400!important;line-height:1.15!important;color:var(--wd-ink)!important}.why-wednesday__point-body,.how-it-works__step-body{color:rgb(34 31 26 / .66)!important;font-size:0.94rem!important;line-height:1.55!important}.how-it-works .section-header{display:block!important;max-width:44rem!important;margin:0 auto 2.25rem!important;text-align:center!important}.how-it-works__num{margin-bottom:0.85rem!important;color:var(--wd-gold-strong)!important;font-size:0.78rem!important;font-weight:700!important;text-align:center!important}.research-notice__link{display:inline-flex!important;margin-top:1.4rem!important}.site-footer__grid{gap:2rem!important;align-items:start!important}@media (min-width:960px){.site-footer__grid{grid-template-columns:minmax(16rem,1.4fr) repeat(3,minmax(8rem,0.8fr)) minmax(18rem,1.35fr)!important}.site-footer__brand,.site-footer__col,.site-footer__signup{grid-column:auto!important}.site-footer__signup{grid-column:auto!important;align-items:flex-start!important;max-width:none!important;margin:0!important;padding-top:0!important;border-top:0!important;text-align:left!important}}.site-footer__wordmark{font-size:1.55rem!important;line-height:1!important}.site-footer__col ul{gap:0.75rem!important}.site-footer__col ul li a,.site-footer__nav-list a{display:inline-flex!important;min-height:1.5rem!important;align-items:center!important}.site-footer__bottom{justify-content:space-between!important;text-align:left!important}.site-footer__badge{text-align:right!important}@media (max-width:1100px){.home-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.hero__ticker-inner,.catalog-offer-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero__ticker-inner span:nth-child(2n),.catalog-offer-strip span:nth-child(2n){border-right:1px solid rgb(34 31 26 / .1)!important}.home-products .product-grid,.standards__cards,.why-wednesday__points,.how-it-works__steps{grid-template-columns:1fr 1fr!important}.site-footer__bottom,.site-footer__badge{text-align:left!important}}@media (max-width:520px){.hero__headline,.hero__heading{font-size:clamp(2.7rem, 15vw, 4.5rem)!important}.hero__badges,.hero__actions,.hero__ctas{flex-direction:column!important;align-items:stretch!important}.hero__badges .micro-badge,.hero__actions .btn-primary,.hero__actions .btn-ghost{width:100%!important;min-width:0!important}.home-products .product-grid,.standards__cards,.why-wednesday__points,.how-it-works__steps{grid-template-columns:1fr!important}.home-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.55rem 1rem!important}.catalog-offer-strip,.hero__ticker-inner{grid-template-columns:1fr!important}.catalog-offer-strip span,.hero__ticker-inner span{border-left:0!important;border-right:0!important;border-top:1px solid rgb(34 31 26 / .1)!important}.catalog-offer-strip span:first-child,.hero__ticker-inner span:first-child{border-top:0!important}}@media (max-width:360px){.home-products .product-grid{grid-template-columns:1fr!important}}body{background:#F7F4EE!important}.hero{min-height:clamp(30rem, 58vw, 42rem)!important;display:flex!important;align-items:stretch!important;background:radial-gradient(45rem 28rem at 82% 36%,rgb(255 255 255 / .62),transparent 68%),radial-gradient(36rem 22rem at 12% 18%,rgb(255 255 255 / .42),transparent 72%),linear-gradient(135deg,#EEE7DA 0%,#DCD2BF 100%)!important;overflow:hidden!important}.hero__inner,.hero__grid{position:relative!important;display:grid!important;grid-template-columns:minmax(20rem,0.82fr) minmax(28rem,1.18fr)!important;align-items:center!important;gap:clamp(2rem, 5vw, 5rem)!important;min-height:inherit!important;padding-block:clamp(4.5rem, 7vw, 6rem)!important}.hero__content{max-width:33rem!important;margin:0!important;text-align:left!important;z-index:2!important}.hero__eyebrow{margin:0 0 0.9rem!important;color:var(--wd-green)!important;font-size:0.86rem!important;font-weight:700!important;letter-spacing:0.02em!important;text-transform:none!important}.hero__headline,.hero__heading{max-width:10ch!important;font-size:clamp(3.7rem, 6vw, 6.4rem)!important;line-height:0.94!important}.hero__body,.hero__subtext{max-width:34rem!important;margin:1.15rem 0 0!important;color:rgb(34 31 26 / .76)!important;font-size:1.02rem!important;line-height:1.48!important}.hero__actions,.hero__ctas{justify-content:flex-start!important;margin-top:1.5rem!important}.hero__actions .btn-primary,.hero__actions .btn-ghost{min-width:0!important}.hero__media{position:relative!important;min-height:clamp(22rem, 39vw, 35rem)!important;overflow:visible!important;z-index:1!important}.hero__wordmark{position:absolute!important;right:0!important;bottom:0.4rem!important;z-index:1!important;margin:0!important;color:#23331F!important;font-family:var(--font-serif)!important;font-size:clamp(5.2rem, 8.8vw, 9.8rem)!important;font-weight:400!important;line-height:0.9!important;letter-spacing:0!important;white-space:nowrap!important;pointer-events:none!important}.hero__vials{position:absolute!important;inset:4% 0 34%!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:clamp(0.65rem, 1.4vw, 1.25rem)!important;z-index:2!important}.hero__vial{width:clamp(8.5rem, 13vw, 14.25rem)!important;aspect-ratio:4 / 5!important;overflow:hidden!important;border-radius:0!important;background:rgb(250 248 244 / .52)!important;box-shadow:0 18px 36px rgb(34 31 26 / .1)!important}.hero__vial--1{transform:translateY(8%) rotate(-2deg)!important}.hero__vial--2{width:clamp(9.5rem, 14.5vw, 15.5rem)!important;transform:translateY(-2%)!important}.hero__vial--3{transform:translateY(11%) rotate(2deg)!important}.hero__vial-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.hero__ticker{background:#23331F!important;color:#F7F4EE!important;border:0!important}.hero__ticker-inner{min-height:3.35rem!important}.hero__ticker-inner span{border-color:rgb(255 255 255 / .12)!important;color:rgb(255 255 255 / .86)!important;font-size:0.78rem!important;letter-spacing:0.08em!important}.home-products{background:#FFFFFF!important;padding-block:clamp(3.8rem, 6vw, 6rem) clamp(4.5rem, 7vw, 7rem)!important}.home-products__header{display:flex!important;grid-template-columns:none!important;align-items:baseline!important;justify-content:space-between!important;max-width:74rem!important;margin:0 auto 2.2rem!important;padding:0!important;text-align:left!important}.home-products__header>*{justify-self:auto!important}.home-products__title{font-size:clamp(2.1rem, 3.2vw, 3.25rem)!important}.home-products__all{color:var(--wd-ink)!important;border-bottom:1px solid rgb(34 31 26 / .65)!important;font-family:var(--font-sans)!important;font-size:0.84rem!important;font-weight:700!important;letter-spacing:0!important;text-decoration:none!important;text-transform:none!important;padding:0!important}.home-products .catalog-offer-strip{display:none!important}.home-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(3.5rem, 7vw, 7rem) clamp(2rem, 5vw, 5rem)!important;max-width:74rem!important}.home-products .product-card__img-wrap{aspect-ratio:4 / 5!important;background:#F4F1EA!important;border-radius:0!important}.home-products .product-card__img{object-fit:cover!important;padding:0!important}.home-products .product-card__body{align-items:flex-start!important;padding:.82rem 0 0!important;text-align:left!important}.home-products .product-card__name,.home-products .product-card__title{width:100%!important;font-family:var(--font-serif)!important;font-size:1.08rem!important;text-align:left!important}.home-products .product-card__footer{justify-content:flex-start!important}.home-products .product-card__price,.home-products .product-card__price .woocommerce-Price-amount,.home-products .product-card .price,.home-products .product-card .price .woocommerce-Price-amount{text-align:left!important;font-size:0.86rem!important}.home-products .product-card--other{min-height:auto!important;align-self:stretch!important;justify-content:end!important;padding:clamp(1.25rem, 2.5vw, 2rem)!important;background:#F4F1EA!important}.standards{background:#A5A48A!important;color:#FFFFFF!important;padding-block:clamp(4.5rem, 8vw, 7rem)!important}.standards__inner{max-width:74rem!important}.standards__title{color:#FFFFFF!important;font-size:clamp(2.2rem, 4vw, 3.75rem)!important}.standards__body{color:rgb(255 255 255 / .82)!important}.standards__cards{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(1.2rem, 3vw, 2.5rem)!important;margin-top:clamp(2.4rem, 5vw, 4rem)!important}.standards .info-card{background:transparent!important;border:0!important;color:rgb(255 255 255 / .84)!important;padding:0!important;text-align:center!important}.standards__icon{margin:0 0 1rem!important;color:#FFFFFF!important;font-size:1.25rem!important}.standards__card-title{margin:0 0 0.65rem!important;color:#FFFFFF!important;font-family:var(--font-serif)!important;font-size:1.35rem!important;font-weight:400!important;line-height:1.1!important}.standards .info-card p:not(.standards__icon){margin:0!important;font-size:0.94rem!important;line-height:1.55!important}.research-notice--cta{background:#FFFFFF!important;border:0!important;padding-block:clamp(4.2rem, 7vw, 6.5rem)!important}.research-notice__inner{display:grid!important;grid-template-columns:minmax(11rem,0.7fr) minmax(0,1.3fr)!important;align-items:center!important;gap:clamp(2rem, 6vw, 6rem)!important;max-width:58rem!important}.research-notice__label-col,.research-notice__content{max-width:none!important;margin:0!important;text-align:left!important}.research-notice__title{color:var(--wd-ink)!important;font-size:clamp(2.1rem, 3.4vw, 3.25rem)!important}.research-notice__body,.research-notice__body p{margin-inline:0!important;max-width:41rem!important}.research-notice__link{margin-top:1.5rem!important}.research-notice--cta .research-notice__link.btn-primary{color:#FFFFFF!important;text-decoration:none!important}.faq{background:#F8F6F1!important}.site-footer,footer.site-footer{background:#C0A279!important;color:rgb(34 31 26 / .78)!important}.site-footer__disclaimer-bar{background:#162018!important}.site-footer a,.site-footer__col ul li a,.site-footer__nav-list a{color:rgb(34 31 26 / .82)!important}.site-footer a:hover,.site-footer__col ul li a:hover,.site-footer__nav-list a:hover{color:#162018!important}.site-footer__wordmark,.site-footer__signup-title{color:#162018!important}.site-footer__tagline,.site-footer__desc,.site-footer__signup-body,.site-footer__signup-consent,.site-footer__copy,.site-footer__badge{color:rgb(34 31 26 / .62)!important}.site-footer__col .section-label,.site-footer__signup .section-label{color:rgb(34 31 26 / .68)!important}.site-footer__signup-form input[type="email"]{background:rgb(255 255 255 / .46)!important;border-color:rgb(34 31 26 / .2)!important;color:#162018!important}.site-footer__signup-form input[type="email"]::placeholder{color:rgb(34 31 26 / .48)!important}.site-footer__signup-form button{background:#48B84D!important;border-color:#48B84D!important;color:#FFFFFF!important}.site-footer__bottom{border-color:rgb(34 31 26 / .14)!important}@media (max-width:900px){.hero__inner,.hero__grid{grid-template-columns:1fr!important;gap:1.75rem!important;padding-block:3.4rem 2.4rem!important}.hero__content{max-width:38rem!important;text-align:left!important}.hero__media{min-height:16rem!important}.hero__wordmark{display:none!important}.hero__vials{inset:0!important;justify-content:center!important}.hero__vial{width:clamp(6.2rem, 22vw, 9rem)!important}.home-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:2.5rem 1.2rem!important}.standards__cards,.research-notice__inner{grid-template-columns:1fr!important}.research-notice__label-col,.research-notice__content{text-align:center!important}.research-notice__body,.research-notice__body p{margin-inline:auto!important}}@media (max-width:520px){.hero__headline,.hero__heading{max-width:9ch!important;font-size:clamp(3.05rem, 15vw, 4.4rem)!important}.hero__actions,.hero__ctas{align-items:stretch!important}.home-products__header{align-items:flex-start!important;flex-direction:column!important;gap:0.75rem!important}.hero__ticker-inner{grid-template-columns:1fr!important}.hero__ticker-inner span{border-left:0!important;border-right:0!important;border-top:1px solid rgb(255 255 255 / .12)!important}.hero__ticker-inner span:first-child{border-top:0!important}}.site-header__menu li a.is-active{background:#32402D!important;color:#FAF7F0!important;border-radius:999px!important;padding:.35rem 0.85rem!important}.site-header__menu li a.is-active:hover{background:#21351F!important;color:#FAF7F0!important}.page-hero--centered{padding-block:clamp(4rem, 7vw, 6rem) clamp(3.25rem, 5vw, 4.5rem)!important;text-align:center!important}.page-hero--centered .section-label{text-align:center!important;margin-bottom:1rem!important}.page-hero--centered .page-hero__title,.page-hero--centered .page-hero__body{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.page-hero--centered .page-hero__title{max-width:22ch!important;font-size:clamp(2.6rem, 5vw, 4.4rem)!important;line-height:1.04!important;letter-spacing:-0.015em!important;margin-top:0.55rem!important}.page-hero--centered .page-hero__body{max-width:56ch!important;margin-top:1.4rem!important;font-size:clamp(1.02rem, 1.18vw, 1.14rem)!important;line-height:1.6!important}.catalog-guide__kicker{margin-bottom:1.75rem!important}.catalog-guide__kicker--center{text-align:center!important}.catalog-guide__category-grid{display:grid!important;grid-template-columns:1fr!important;gap:1.25rem!important}@media (min-width:768px){.catalog-guide__category-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}.catalog-guide__category{padding:1.5rem!important}.catalog-guide__category-title{font-family:"DM Sans",system-ui,sans-serif!important;font-size:1.05rem!important;font-weight:600!important;letter-spacing:-0.01em!important;margin:0 0 .6rem 0!important;color:var(--color-ink)!important}.catalog-guide__category p{font-size:0.95rem!important;line-height:1.55!important;color:rgb(29 32 27 / .78)!important;margin:0!important}.catalog-guide__tags{list-style:none!important;padding:0!important;margin:1.1rem 0 0 0!important;display:flex!important;flex-wrap:wrap!important;gap:0.4rem!important}.catalog-guide__tags li{font-family:"DM Sans",system-ui,sans-serif!important;font-size:0.7rem!important;letter-spacing:0.05em!important;text-transform:uppercase!important;color:rgb(50 64 45 / .85)!important;background:rgb(50 64 45 / .06)!important;border:1px solid rgb(50 64 45 / .18)!important;border-radius:999px!important;padding:.32em 0.75em!important;line-height:1!important}.catalog-guide__cols{display:grid!important;grid-template-columns:1fr!important;gap:2rem!important}@media (min-width:768px){.catalog-guide__cols{grid-template-columns:repeat(3,1fr)!important;gap:2.5rem!important}}.catalog-guide__col-title{font-family:"DM Sans",system-ui,sans-serif!important;font-size:1.05rem!important;font-weight:600!important;letter-spacing:-0.01em!important;margin:0 0 .6rem 0!important;color:var(--color-ink)!important}.catalog-guide__col p{font-size:0.95rem!important;line-height:1.6!important;color:rgb(29 32 27 / .78)!important;margin:0!important}.catalog-guide__scope{display:grid!important;grid-template-columns:1fr!important;gap:1.5rem!important;align-items:start!important}@media (min-width:1024px){.catalog-guide__scope{grid-template-columns:0.9fr 1.4fr!important;gap:3rem!important}}.catalog-guide__scope--centered{display:block!important;text-align:center!important}.catalog-guide__scope--centered .catalog-guide__scope-title{text-align:center!important;margin:0 auto!important;max-width:none!important;white-space:nowrap!important}.catalog-guide__scope--centered .catalog-guide__scope-body{margin:1.5rem auto 0!important;max-width:60rem!important;text-align:left!important}@media (max-width:720px){.catalog-guide__scope--centered .catalog-guide__scope-title{white-space:normal!important;font-size:clamp(1.5rem, 6vw, 2rem)!important}}.catalog-guide__scope-title{font-family:var(--font-display,"Tiempos Headline","DM Serif Display",serif)!important;font-size:clamp(1.85rem, 3vw, 2.6rem)!important;line-height:1.05!important;margin:0!important;letter-spacing:-0.01em!important;color:var(--color-ink)!important;font-weight:400!important}.catalog-guide__scope-body p{font-size:1rem!important;line-height:1.65!important;color:rgb(29 32 27 / .78)!important;margin:0 0 1rem 0!important}.catalog-guide__cta-strip{background:rgb(247 245 239 / .85)!important;border-top:1px solid var(--color-line)!important;border-bottom:1px solid var(--color-line)!important;padding-block:3rem!important}.catalog-guide__cta{display:flex!important;flex-direction:column!important;gap:1.2rem!important;align-items:flex-start!important;max-width:60rem!important;margin-inline:auto!important}@media (min-width:768px){.catalog-guide__cta{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:2.5rem!important}}.catalog-guide__cta-copy{flex:1 1 auto!important}.catalog-guide__cta-btn{flex:0 0 auto!important}.catalog-guide__cta-body{font-size:1.1rem!important;color:rgb(29 32 27 / .82)!important;margin:.4rem 0 0 0!important}.catalog-guide__cta .wl-button,.about-cta .wl-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.95rem 1.75rem!important;font-family:"DM Sans",system-ui,sans-serif!important;font-size:0.95rem!important;font-weight:500!important;letter-spacing:0.02em!important;text-decoration:none!important;border-radius:999px!important;border:1px solid transparent!important;transition:background 0.15s ease,color 0.15s ease,border-color 0.15s ease!important;white-space:nowrap!important;flex:0 0 auto!important}.catalog-guide__cta .wl-button--primary,.about-cta .wl-button--primary{background:#32402D!important;color:#FAF7F0!important}.catalog-guide__cta .wl-button--primary:hover,.about-cta .wl-button--primary:hover{background:#21351F!important;color:#FAF7F0!important}.about-pillars{display:grid!important;grid-template-columns:1fr!important;gap:1.5rem!important;border-top:1px solid var(--color-line)!important;padding-top:3rem!important}@media (min-width:768px){.about-pillars{grid-template-columns:repeat(2,1fr)!important;gap:1.75rem!important}}.about-pillar{padding:1.85rem!important;border-radius:4px!important}.about-pillar__title{font-family:"DM Sans",system-ui,sans-serif!important;font-size:1.15rem!important;font-weight:600!important;letter-spacing:-0.01em!important;margin:0 0 .7rem 0!important;color:var(--color-ink)!important}.about-pillar p{font-size:0.98rem!important;line-height:1.6!important;color:rgb(29 32 27 / .76)!important;margin:0!important}.about-closing-section{padding-block:clamp(2.5rem, 5vw, 4rem)!important}.about-closing{max-width:none!important;border-top:1px solid var(--color-line)!important;padding-top:clamp(2.25rem, 4vw, 3rem)!important;text-align:left!important}.about-closing p{font-size:1.18rem!important;line-height:1.6!important;color:rgb(29 32 27 / .82)!important;margin:0!important;max-width:64ch!important;text-align:left!important}@media (min-width:1024px){.about-closing p{font-size:1.28rem!important;line-height:1.55!important;max-width:62ch!important}}.about-closing--centered{text-align:center!important}.about-closing--centered p{margin-inline:auto!important;text-align:center!important}.page-hero--left .page-hero__title.page-hero__title--two-line,.page-hero__title--two-line{max-width:28ch!important}@media (min-width:768px){.page-hero--left .page-hero__title.page-hero__title--two-line,.page-hero__title--two-line{max-width:24ch!important}}.wd-cart-empty{padding-block:clamp(4rem, 8vw, 7rem) clamp(3rem, 6vw, 5rem)!important;border-bottom:1px solid var(--color-line)!important;text-align:center!important}.wd-cart-empty__inner{max-width:42rem!important;margin-inline:auto!important}.wd-cart-empty__title{font-family:var(--font-display,"Tiempos Headline",serif)!important;font-size:clamp(2.4rem, 4.5vw, 3.6rem)!important;line-height:1.05!important;letter-spacing:-0.01em!important;margin:.6rem 0 0 0!important;color:var(--color-ink)!important;font-weight:400!important}.wd-cart-empty__body{margin:1.1rem auto 0!important;max-width:36rem!important;font-size:1.1rem!important;line-height:1.6!important;color:rgb(29 32 27 / .74)!important}.wd-cart-empty__actions{display:inline-flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:0.75rem!important;margin-top:1.85rem!important}.wd-cart-empty__btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.95rem 1.75rem!important;font-family:"DM Sans",system-ui,sans-serif!important;font-size:0.95rem!important;font-weight:500!important;letter-spacing:0.02em!important;text-decoration:none!important;border-radius:999px!important;border:1px solid transparent!important;transition:background 0.15s ease,color 0.15s ease,border-color 0.15s ease!important}.wd-cart-empty__btn--primary{background:#32402D!important;color:#FAF7F0!important}.wd-cart-empty__btn--primary:hover{background:#21351F!important;color:#FAF7F0!important}.wd-cart-empty__btn--secondary{background:transparent!important;color:#32402D!important;border-color:rgb(50 64 45 / .35)!important}.wd-cart-empty__btn--secondary:hover{background:rgb(50 64 45 / .06)!important;border-color:#32402D!important}.site-footer__signup .site-footer__signup-form{max-width:18rem!important}.site-footer__signup .site-footer__signup-fineprint{max-width:18rem!important;margin-top:0.55rem!important;font-size:0.72rem!important;line-height:1.4!important;color:rgb(255 255 255 / .55)!important}.woocommerce-message,.woocommerce-info,.woocommerce-error{display:flex!important;align-items:center!important;justify-content:center!important;gap:1rem!important;max-width:60rem!important;margin:0 auto 1rem!important;padding:.9rem 1.5rem!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:0.95rem!important}.woocommerce-message .button,.woocommerce-message a.button{margin:0!important;padding:.4rem 1rem!important;background:#32402D!important;color:#FAF7F0!important;border-radius:999px!important;font-size:0.85rem!important;font-weight:500!important;text-decoration:none!important;white-space:nowrap!important}.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{display:none!important}.checkout-page__header--centered{text-align:center!important;max-width:60rem!important;margin-inline:auto!important;margin-bottom:2.5rem!important}.checkout-page__header--centered .section-label{text-align:center!important;margin-bottom:0.75rem!important}.checkout-page__header--centered .checkout-page__title{margin:0 auto!important;text-align:center!important}.checkout-page__header--centered .checkout-page__subtitle{margin:.85rem auto 0!important;max-width:56rem!important;text-align:center!important}.checkout-page__header--centered .checkout-page__payment-banner{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:0.55rem!important;margin:1.25rem auto 0!important;max-width:none!important;padding:.85rem 1.4rem!important;text-align:center!important}.checkout-page__header--centered .checkout-page__payment-banner strong{white-space:nowrap!important}.checkout-page__header--centered .checkout-page__payment-banner span{font-weight:400!important}.cart-collaterals .cross-sells{display:none!important}.cart_totals>h2:first-child::before{content:""}.cart_totals>h2:first-child{margin:0 0 1rem!important;font-family:var(--font-display,"Tiempos Headline",serif)!important;font-size:1.35rem!important;font-weight:400!important;letter-spacing:-0.005em!important;color:var(--color-ink)!important}.cart_totals{padding:1.5rem!important;background:#fff!important;border:1px solid var(--color-line)!important;border-radius:8px!important}body.woocommerce-cart .cart-page-header{text-align:center!important}body.woocommerce-cart .cart-page-header .section-label{text-align:center!important}body.woocommerce-cart .cart-page-header__title{margin-inline:auto!important;text-align:center!important}