/* Aesthetic Aminos — Site Kit
   Age gate, header lockup, front page. Tokens come from the Black Rite child
   theme; the fallbacks below only matter if this plugin is ever active without
   it, and they keep the gate legible rather than pretty. */

:root {
  --aask-pitch: var(--pitch, #08080A);
  --aask-card:  var(--card,  #0D0D10);
  --aask-edge:  var(--edge,  #26262A);
  --aask-hair:  var(--hairline, #1D1D21);
  --aask-ash:   var(--ash,   #8A8A92);
  --aask-legal: var(--legal, #4E4E56);
  --aask-body:  var(--body,  #C9C9CD);
  --aask-bone:  var(--bone,  #F2F2F0);
  --aask-disp:  var(--display, "Archivo Black", "Arial Black", sans-serif);
  --aask-mono:  var(--mono, "IBM Plex Mono", ui-monospace, Menlo, monospace);
}

/* --------------------------------------------------------------------------
   Header lockup
   -------------------------------------------------------------------------- */

.aa-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--aask-bone);
  text-decoration: none;
}
.aa-lockup:hover, .aa-lockup:focus { color: var(--aask-bone); }
.aa-lockup .aa-seal-svg { flex: none; display: block; }

.aa-lockup-words {
  display: flex;
  flex-direction: column;
  font-family: var(--aask-disp);
  font-size: 13px;
  line-height: .92;
  letter-spacing: -.01em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Age gate

   Fixed, opaque, and it owns the scroll while it is up. Opaque rather than a
   translucent scrim on purpose: the catalog should not be readable behind the
   question.
   -------------------------------------------------------------------------- */

html.aa-gated, html.aa-gated body { overflow: hidden !important; }

.aa-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: var(--aask-pitch);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.aa-gate-panel {
  width: 100%;
  max-width: 520px;
  border: 1px solid var(--aask-edge);
  background: var(--aask-card);
  padding: 44px 38px 32px;
  text-align: center;
  color: var(--aask-bone);
}

.aa-gate-seal { color: var(--aask-bone); margin-bottom: 26px; line-height: 0; }
.aa-gate-seal svg { display: inline-block; }

.aa-gate-eyebrow {
  font-family: var(--aask-mono);
  font-size: 9.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--aask-ash);
  margin: 0 0 14px;
}

.aa-gate-h {
  font-family: var(--aask-disp);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.035em;
  text-transform: uppercase;
  color: var(--aask-bone);
  margin: 0 0 18px;
}

.aa-gate-body {
  font-family: var(--aask-mono);
  font-size: 12px;
  line-height: 1.8;
  color: var(--aask-body);
  margin: 0 auto 28px;
  max-width: 40ch;
}

.aa-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.aa-gate-yes {
  font-family: var(--aask-mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--aask-bone);
  color: var(--aask-pitch);
  border: 1px solid var(--aask-bone);
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 0;
}
.aa-gate-yes:hover { background: #fff; }

.aa-gate-no {
  font-family: var(--aask-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--aask-ash);
  padding: 12px;
  text-decoration: none;
}
.aa-gate-no:hover { color: var(--aask-bone); }

.aa-gate-legal {
  font-family: var(--aask-mono);
  font-size: 8.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--aask-legal);
  line-height: 1.8;
  margin: 22px 0 0;
}

/* --------------------------------------------------------------------------
   Front page
   -------------------------------------------------------------------------- */

.aa-home { display: block; }

.aa-hero {
  text-align: center;
  padding: 76px 20px 60px;
  border-bottom: 1px solid var(--aask-hair);
}
.aa-hero-seal { color: var(--aask-bone); line-height: 0; margin-bottom: 30px; }
.aa-hero h1 {
  font-family: var(--aask-disp);
  font-size: clamp(34px, 6.2vw, 76px);
  line-height: .88;
  letter-spacing: -.05em;
  text-transform: uppercase;
  color: var(--aask-bone);
  margin: 0 auto 22px;
  max-width: 14ch;
}
.aa-hero-sub {
  font-family: var(--aask-mono);
  font-size: 13px;
  line-height: 1.85;
  color: var(--aask-body);
  margin: 0 auto 34px;
  max-width: 52ch;
}

.aa-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.aa-btn, .aa-btn-ghost {
  font-family: var(--aask-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 14px 26px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--aask-bone);
}
.aa-btn { background: var(--aask-bone); color: var(--aask-pitch); }
.aa-btn:hover { background: #fff; color: var(--aask-pitch); }
.aa-btn-ghost { background: transparent; color: var(--aask-bone); border-color: var(--aask-edge); }
.aa-btn-ghost:hover { border-color: var(--aask-bone); color: var(--aask-bone); }

.aa-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--aask-hair);
}
.aa-trust > div { padding: 40px 30px; border-right: 1px solid var(--aask-hair); }
.aa-trust > div:last-child { border-right: 0; }
.aa-trust h3 {
  font-family: var(--aask-disp);
  font-size: 17px;
  line-height: 1;
  letter-spacing: -.025em;
  text-transform: uppercase;
  color: var(--aask-bone);
  margin: 0 0 14px;
}
.aa-trust p {
  font-family: var(--aask-mono);
  font-size: 12px;
  line-height: 1.8;
  color: var(--aask-body);
  margin: 0;
}

.aa-section { padding: 54px 30px; border-bottom: 1px solid var(--aask-hair); }
.aa-section > h2 {
  font-family: var(--aask-disp);
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: var(--aask-bone);
  margin: 0 0 10px;
}
.aa-section-sub {
  font-family: var(--aask-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--aask-ash);
  margin: 0 0 32px;
}

.aa-steps { list-style: none; counter-reset: aastep; margin: 0; padding: 0; max-width: 70ch; }
.aa-steps li {
  counter-increment: aastep;
  position: relative;
  padding: 0 0 22px 46px;
  font-family: var(--aask-mono);
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--aask-body);
}
.aa-steps li::before {
  content: counter(aastep);
  position: absolute; left: 0; top: 0;
  font-family: var(--aask-mono);
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--aask-ash);
  border: 1px solid var(--aask-edge);
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
}
.aa-steps strong { color: var(--aask-bone); font-weight: 400; }

.aa-note {
  font-family: var(--aask-mono);
  font-size: 11px;
  line-height: 1.85;
  color: var(--aask-ash);
  margin: 6px 0 0;
  max-width: 70ch;
}

.aa-band { padding: 54px 30px; background: var(--aask-card); border-bottom: 1px solid var(--aask-hair); }
.aa-band h2 {
  font-family: var(--aask-disp);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.035em;
  text-transform: uppercase;
  color: var(--aask-bone);
  margin: 0 0 18px;
}
.aa-band p {
  font-family: var(--aask-mono);
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--aask-body);
  max-width: 74ch;
  margin: 0 0 14px;
}
.aa-band .aa-band-hard { color: var(--aask-bone); }

.aa-inline-link {
  font-family: var(--aask-mono);
  font-size: 10.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--aask-ash);
  text-decoration: none;
  border-bottom: 1px solid var(--aask-edge);
  padding-bottom: 2px;
}
.aa-inline-link:hover { color: var(--aask-bone); border-color: var(--aask-bone); }

@media (max-width: 900px) {
  .aa-trust { grid-template-columns: 1fr; }
  .aa-trust > div { border-right: 0; border-bottom: 1px solid var(--aask-hair); }
  .aa-trust > div:last-child { border-bottom: 0; }
}

@media (max-width: 767px) {
  .aa-gate-panel { padding: 34px 22px 26px; }
  .aa-hero { padding: 52px 16px 44px; }
  .aa-section, .aa-band { padding: 40px 18px; }
}

/* --------------------------------------------------------------------------
   Front page corrections

   Two things the theme does that the front page does not want: it uppercases
   inherited body copy, and it prints the page title above the content. A hero
   that already says the thing does not need "HOME" stacked on top of it.
   -------------------------------------------------------------------------- */

.aa-hero-sub,
.aa-trust p,
.aa-steps li,
.aa-band p,
.aa-note,
.aa-section-sub + * p {
  text-transform: none;
}

.aa-section-sub { text-transform: uppercase; }

body.home .entry-title,
body.home .ast-archive-title,
body.home header.entry-header { display: none; }

/* The hero already carries the top padding. */
body.home .site-content .ast-container,
body.home .entry-content { padding-top: 0; margin-top: 0; }

/* ==========================================================================
   Cart, checkout, account

   These screens shipped as Astra's defaults: light panels, slate headings,
   a blue button and a red asterisk. Everything below drags them onto the
   Black Rite palette. Selectors are pinned to WooCommerce's own classes
   rather than Astra's so a parent-theme update does not undo it.
   ========================================================================== */

/* --- Shared table shell ------------------------------------------------- */

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  background: transparent;
  border-color: var(--aask-hair);
  color: var(--aask-body);
}
.woocommerce table.shop_table { border: 1px solid var(--aask-edge); }

.woocommerce table.shop_table thead th {
  font-family: var(--aask-mono);
  font-size: 9.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--aask-ash);
  font-weight: 400;
  background: transparent;
}

.woocommerce table.shop_table td.product-name a,
.woocommerce table.shop_table .product-name {
  font-family: var(--aask-mono);
  font-size: 12.5px;
  color: var(--aask-bone);
}
.woocommerce table.shop_table .amount,
.woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table td.product-subtotal {
  font-family: var(--aask-mono);
  color: var(--aask-bone);
}

/* Product thumbnail in the cart is the tile; keep it square and hairlined. */
.woocommerce table.shop_table td.product-thumbnail img {
  width: 68px; height: 68px; object-fit: cover;
  border: 1px solid var(--aask-hair);
}

/* Remove-line control. A glyph, not a coloured icon. */
.woocommerce a.remove {
  color: var(--aask-ash) !important;
  background: transparent !important;
  border: 1px solid var(--aask-edge);
  font-weight: 400;
  line-height: 1.4;
}
.woocommerce a.remove:hover {
  color: var(--aask-bone) !important;
  background: transparent !important;
  border-color: var(--aask-bone);
}

/* --- Totals / order review panels --------------------------------------- */

/* The heading strips shipped near-white with slate type. */
.woocommerce .cart_totals h2,
.woocommerce-checkout #order_review_heading,
.woocommerce .cross-sells h2 {
  background: transparent !important;
  color: var(--aask-bone) !important;
  font-family: var(--aask-disp);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
  padding: 0 0 16px;
  margin: 0;
  border-bottom: 1px solid var(--aask-edge);
}

.woocommerce .cart_totals,
.woocommerce-checkout #order_review {
  background: var(--aask-card);
  border: 1px solid var(--aask-edge);
  padding: 24px;
}

.woocommerce .cart_totals table.shop_table,
.woocommerce-checkout #order_review table.shop_table {
  border: 0;
  margin: 0;
}

.woocommerce .cart_totals th,
.woocommerce-checkout #order_review th {
  font-family: var(--aask-mono);
  font-size: 9.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--aask-ash);
  font-weight: 400;
}

.woocommerce .cart_totals tr.order-total td,
.woocommerce-checkout #order_review tr.order-total td,
.woocommerce .cart_totals tr.order-total th,
.woocommerce-checkout #order_review tr.order-total th {
  border-top: 1px solid var(--aask-edge);
  color: var(--aask-bone);
}
.woocommerce .cart_totals tr.order-total .amount,
.woocommerce-checkout #order_review tr.order-total .amount {
  font-family: var(--aask-disp);
  font-size: 20px;
  letter-spacing: -.03em;
  color: var(--aask-bone);
}

.woocommerce ul#shipping_method,
.woocommerce ul#shipping_method li {
  font-family: var(--aask-mono);
  font-size: 12px;
  color: var(--aask-body);
  list-style: none;
  margin: 0; padding: 0;
}
.woocommerce ul#shipping_method .amount { color: var(--aask-bone); }
.woocommerce .woocommerce-shipping-destination { color: var(--aask-ash); font-size: 11px; }

/* --- Payment methods ---------------------------------------------------- */

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--aask-edge);
  padding: 18px 0;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  font-family: var(--aask-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--aask-bone);
}

/* The instruction box shipped light grey on light grey. */
.woocommerce-checkout #payment div.payment_box {
  background: var(--aask-pitch) !important;
  border: 1px solid var(--aask-edge);
  color: var(--aask-body) !important;
  font-family: var(--aask-mono);
  font-size: 11.5px;
  line-height: 1.85;
  padding: 16px 18px;
  margin: 12px 0 0;
}
.woocommerce-checkout #payment div.payment_box p { color: var(--aask-body) !important; margin: 0; }
/* Kill the callout arrow — it is a coloured shape the brand has no room for. */
.woocommerce-checkout #payment div.payment_box::before { display: none !important; }

.woocommerce-checkout #payment .place-order { padding: 20px 0 0; }

/* --- Buttons ------------------------------------------------------------ */

/* Astra paints its accent blue on WooCommerce message buttons. */
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce .return-to-shop .button {
  background: var(--aask-bone) !important;
  color: var(--aask-pitch) !important;
  border: 1px solid var(--aask-bone) !important;
  font-family: var(--aask-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Secondary actions stay outlined, never filled. */
.woocommerce button[name="update_cart"],
.woocommerce .coupon .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a {
  background: transparent !important;
  color: var(--aask-bone) !important;
  border: 1px solid var(--aask-edge) !important;
  font-family: var(--aask-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.woocommerce button[name="update_cart"]:hover,
.woocommerce .coupon .button:hover { border-color: var(--aask-bone) !important; }
.woocommerce button[name="update_cart"]:disabled { opacity: .4; }

/* The two commit buttons are the only filled elements on these screens. */
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
  background: var(--aask-bone) !important;
  color: var(--aask-pitch) !important;
  border: 1px solid var(--aask-bone) !important;
  font-family: var(--aask-mono);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 16px 24px;
  width: 100%;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover { background: #fff !important; }

/* --- Form fields -------------------------------------------------------- */

.woocommerce form .form-row label,
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label {
  font-family: var(--aask-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--aask-ash);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single,
.woocommerce input.qty {
  background: var(--aask-pitch) !important;
  border: 1px solid var(--aask-edge) !important;
  color: var(--aask-bone) !important;
  font-family: var(--aask-mono);
  font-size: 12.5px;
  padding: 12px 14px;
}
.woocommerce input.qty { padding: 10px; text-align: center; }
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--aask-bone) !important;
  outline: none;
}
.woocommerce form .form-row ::placeholder { color: var(--aask-legal); }

/* A red asterisk is an accent colour, and this palette has none. */
.woocommerce .required,
.woocommerce form .form-row .required,
.woocommerce abbr.required {
  color: var(--aask-ash) !important;
  border: 0;
  text-decoration: none;
}
.woocommerce .optional { color: var(--aask-legal); }

/* Section headings on checkout and account. */
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3,
.woocommerce-order-received h2 {
  font-family: var(--aask-disp);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--aask-bone);
}

/* --- Order received ----------------------------------------------------- */

.woocommerce ul.woocommerce-order-overview,
.woocommerce ul.order_details {
  border: 1px solid var(--aask-edge);
  background: var(--aask-card);
  padding: 20px 24px;
  margin: 0 0 28px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.woocommerce ul.order_details li {
  font-family: var(--aask-mono);
  font-size: 9.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--aask-ash);
  border: 0;
  margin: 0; padding: 0;
}
.woocommerce ul.order_details li strong {
  display: block;
  margin-top: 6px;
  font-family: var(--aask-mono);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--aask-bone);
  font-weight: 400;
}

/* --- My account --------------------------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none; margin: 0; padding: 0;
  border: 1px solid var(--aask-edge);
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--aask-hair);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 16px;
  font-family: var(--aask-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--aask-ash);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover { color: var(--aask-bone); }

/* --- Footer credit ------------------------------------------------------ */

/* Astra's default copyright ends "| Powered by <link>". The link is replaced
   in PHP; this keeps the separator from stranding if the filter ever misses. */
.ast-small-footer .ast-footer-copyright p { color: var(--aask-legal); }

/* --- Corrections after first pass on the live site ---------------------- */

/* Astra sets a light grey row border with higher specificity than the block
   above, which left pale rules across the cart and the order review. */
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td,
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
  border-top-color: var(--aask-hair) !important;
  border-bottom-color: var(--aask-hair) !important;
  border-left-color: var(--aask-hair) !important;
  border-right-color: var(--aask-hair) !important;
}

/* The total is the one row that gets a stronger rule. */
.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.order-total td {
  border-top-color: var(--aask-edge) !important;
  border-bottom-color: transparent !important;
}

/* Astra full-bleeds these headings with a negative side margin that assumes
   its own panel padding. We set our own padding, so reset the margin or the
   heading hangs past the panel's left border. */
.woocommerce .cart_totals,
.woocommerce-checkout #order_review { padding: 24px !important; }

.woocommerce .cart_totals h2,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 18px !important;
  padding: 0 0 14px !important;
}

/* The shipping-method label inherits Astra's slate, which is invisible on
   pitch. It is the line quoting the rate, so it has to be legible. */
.woocommerce ul#shipping_method label,
.woocommerce ul#shipping_method li label,
.woocommerce-checkout ul#shipping_method label,
.woocommerce .cart_totals ul#shipping_method label {
  color: var(--aask-body) !important;
  font-family: var(--aask-mono);
  font-size: 12px;
}
.woocommerce ul#shipping_method label .amount,
.woocommerce ul#shipping_method .woocommerce-Price-amount {
  color: var(--aask-bone) !important;
}

/* On checkout the heading is a SIBLING of the review panel, not a child, and
   Astra gives it a 2px light border on three sides to cap its own box. Our
   panel already has a border, so two boxes ended up stacked with a gap.
   Strip the heading back to plain type and let the panel be the only box. */
.woocommerce-checkout #order_review_heading {
  border: 0 !important;
  background: transparent !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

/* --- Order received panels ---------------------------------------------- */

/* These headings ship with a near-white background and a light rule, which
   put bone type on bone. Same treatment as the cart totals heading. */
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-column__title,
.woocommerce-order-received h2 {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--aask-edge) !important;
  color: var(--aask-bone) !important;
  font-family: var(--aask-disp);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid var(--aask-edge) !important;
  background: var(--aask-card);
  color: var(--aask-body);
  font-family: var(--aask-mono);
  font-size: 12.5px;
  line-height: 1.9;
  font-style: normal;
  padding: 18px 20px;
}

.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-column--billing-address,
.woocommerce .woocommerce-column--shipping-address {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

/* The instruction paragraphs printed above the details table carry the
   Venmo copy, so they read as body text rather than fine print. */
.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order > p {
  font-family: var(--aask-mono);
  font-size: 13px;
  line-height: 1.9;
  color: var(--aask-body);
}
