/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: verity
Theme URI: https://verity-metals.local
Description: A custom theme based on _tw
Version: 0.2.2
Author: Golden Commerce
Author URI: https://gogoldencommerce.com
Text Domain: verity
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

verity is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-medium: 500;
  --font-weight-extrabold: 800;
  --tracking-wider: 0.05em;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
.ml-2 {
	margin-bottom: 30px !important;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.start {
  inset-inline-start: var(--spacing);
}
.col-1 {
  grid-column: 1;
}
.col-2 {
  grid-column: 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-auto {
  margin-top: auto;
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}
.w-1\/3 {
  width: calc(1 / 3 * 100%);
}
.w-2\/3 {
  width: calc(2 / 3 * 100%);
}
.w-full {
  width: 100%;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[990px\] {
  max-width: 990px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-none {
  max-width: none;
}
.grow {
  flex-grow: 1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pb-30 {
  padding-bottom: calc(var(--spacing) * 30);
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-primary {
  color: var(--color-primary);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
@media (width >= 40rem) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
:root {
  --verity-black: #000000;
  --verity-ink: #151515;
  --verity-charcoal: #202020;
  --verity-card: #181818;
  --verity-card-alt: #404040;
  --verity-cream: #e6d19f;
  --verity-cream-light: #ead9ae;
  --verity-text: #fafafa;
  --verity-muted: #a5a5a5;
}
.page-content > *, .entry-content > * {
  max-width: var(--storefront-inner-container-width, 73.125rem) !important;
}
#page_content h2 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 5px;
}
#page_content h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 5px;
}
#page_content p {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400 !important;
}
.storefront-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--storefront-inner-container-width, 73.125rem);
  width: 100%;
}
.bg-dark {
  background-color: var(--verity-charcoal);
}
.bg-darker {
  background-color: var(--verity-card);
}
.bg-darkest {
  background-color: var(--verity-black);
}
.bg-secondary {
  background-color: var(--verity-card-alt);
}
.bg-primary {
  background-color: var(--verity-cream);
}
.text-primary {
  color: var(--verity-cream);
}
.text-light {
  color: var(--verity-text);
}
.text-inter {
  font-family: "Inter", Sans-serif !important;
}
.footer-nav a {
  font-size: 15px !important;
}
#footer_text p {
  font-size: 15px !important;
}
.shadow-primary {
  box-shadow: 0px 6px 30px -15px rgba(230, 208.99999999999997, 159, 0.8);
}
.pre-heading {
  font-family: "Inter", Sans-serif !important;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2 {
  font-family: "Merriweather", Sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.025em;
}
p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.025rem;
}
.button-primary {
  font-family: "Inter", Sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--verity-card);
  background-color: var(--verity-cream);
}
.button-secondary {
  font-family: "Inter", Sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--verity-text);
  background-color: var(--verity-black);
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--verity-ink);
  color: var(--verity-text);
  font-family: "Merriweather", serif;
}
#page,
#content {
  background: var(--verity-ink);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus-visible {
  color: var(--verity-cream);
}
.bg-dark {
  background-color: var(--verity-charcoal);
}
.bg-darker {
  background-color: var(--verity-card);
}
.bg-darkest {
  background-color: var(--verity-black);
}
.bg-secondary {
  background-color: var(--verity-card-alt);
}
.bg-primary {
  background-color: var(--verity-cream);
}
.text-primary {
  color: var(--verity-cream);
}
.text-light {
  color: var(--verity-text);
}
.shadow-primary {
  box-shadow: 0 6px 30px -15px rgba(230, 209, 159, 0.8);
}
.verity-button,
.button-primary,
.button-secondary {
  align-items: center;
  border: 1px solid rgba(230, 209, 159, 0.35);
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.1;
  min-height: 41px;
  padding: 0.875rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease,
		color 160ms ease,
		border-color 160ms ease;
}
.verity-button-primary,
.button-primary {
  background: var(--verity-cream);
  color: var(--verity-card);
}
.verity-button-primary:hover,
.verity-button-primary:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: var(--verity-cream-light);
  color: var(--verity-card);
}
.verity-button-secondary,
.button-secondary {
  background: var(--verity-card);
  color: #ffffff;
}
.verity-button-secondary:hover,
.verity-button-secondary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--verity-black);
  color: var(--verity-cream);
}
.verity-site-header {
  background: var(--verity-ink);
  color: #ffffff;
  position: relative;
  z-index: 20;
}
.verity-header-main {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 96px;
  padding: 0 0.875rem;
}
.verity-desktop-nav {
  justify-self: start;
}
.verity-primary-menu,
.verity-mobile-menu,
.verity-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.verity-primary-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
}
.verity-primary-menu a {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  padding-bottom: 0.55rem;
  padding-top: 0.55rem;
}
.verity-primary-menu .current-menu-item > a,
.verity-primary-menu .current_page_item > a,
.verity-primary-menu a[aria-current="page"] {
  border-bottom-color: var(--verity-cream);
  color: #ffffff;
}
.verity-brand {
  display: block;
  justify-self: center;
}
.verity-brand img {
  display: block;
  height: 72px;
  object-fit: contain;
  width: 72px;
}
.verity-header-actions {
  align-items: center;
  display: flex;
  gap: 1.15rem;
  justify-self: end;
}
.verity-shop-links {
  display: grid;
  font-family: "Merriweather", serif;
  font-size: 0.95rem;
  gap: 0.2rem;
  line-height: 1.1;
  min-width: 9.25rem;
}
.verity-shop-links a {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  gap: 0.45rem;
}
.verity-link-icon {
  background: #7d7d7d;
  display: inline-block;
  height: 0.55rem;
  transform: rotate(45deg);
  width: 0.55rem;
}
.verity-shop-links span {
  color: #7d7d7d;
  font-size: 0.72rem;
}
.verity-cart-link {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-family: "Merriweather", serif;
  font-size: 0.95rem;
  gap: 0.35rem;
  position: relative;
  white-space: nowrap;
}
.verity-cart-badge {
  align-items: center;
  background: #d74747;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  height: 1rem;
  justify-content: center;
  min-width: 1rem;
  padding: 0 0.25rem;
}
.verity-header-cta {
  min-width: 11.25rem;
}
.verity-metal-prices {
  align-items: center;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  gap: 1.35rem;
  justify-content: center;
  line-height: 1.2;
  margin-top: 0;
  padding: 0 1rem 0.85rem;
}
.verity-menu-toggle,
.verity-mobile-panel,
.verity-mobile-cta {
  display: none;
}
.verity-hero {
  background-position: center;
  background-size: cover;
  position: relative;
}
.verity-hero::before {
  background: linear-gradient(90deg, rgba(21, 21, 21, 0.96) 0%, rgba(21, 21, 21, 0.86) 46%, rgba(21, 21, 21, 0.62) 100%),
		linear-gradient(180deg, rgba(21, 21, 21, 0.08), rgba(21, 21, 21, 0.45));
  content: "";
  inset: 0;
  position: absolute;
}
.verity-hero-content {
  align-items: flex-start;
  display: flex;
  margin: 0 auto;
  max-width: 1120px;
  min-height: 570px;
  padding: 10.3rem 1.25rem 5.6rem;
  position: relative;
}
.verity-hero-copy {
  max-width: 47rem;
}
.verity-hero h1,
.verity-home h2 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
.verity-hero h1 {
  font-size: 2.85rem;
  line-height: 1.14;
  max-width: 42rem;
}
.verity-home h2 {
  font-size: 2.35rem;
  line-height: 1.2;
}
.verity-home h3 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}
.verity-home p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 0;
}
.verity-hero p {
  margin: 1.25rem 0 1.45rem;
  max-width: 45rem;
}
.verity-gold-rule {
  background: var(--verity-cream);
  display: block;
  height: 3px;
  margin: 1.45rem 0;
  width: 108px;
}
.verity-stats {
  background: var(--verity-ink);
  border-bottom: 2px solid var(--verity-cream);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 3.5rem 1.25rem;
  text-align: center;
}
.verity-stats strong {
  color: #ffffff;
  display: block;
  font-size: 2.45rem;
  line-height: 1;
}
.verity-stats span {
  color: #979797;
  display: block;
  font-size: 1rem;
  margin-top: 0.35rem;
}
.verity-section {
  background: var(--verity-charcoal);
  padding: 5.4rem 1.25rem;
}
.verity-section-inner {
  margin: 0 auto;
  max-width: 1120px;
}
.verity-kicker {
  color: var(--verity-cream) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 auto 1.35rem !important;
  text-transform: uppercase;
}
.verity-section-lede {
  margin-top: 1.55rem !important;
  max-width: 48rem;
}
.verity-feature-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}
.verity-feature-grid article {
  background: var(--verity-card);
  border-radius: 8px;
  box-shadow: 0 16px 34px -22px rgba(230, 209, 159, 0.95);
  min-height: 178px;
  padding: 2.7rem 2.5rem;
}
.verity-feature-grid p {
  font-size: 0.95rem;
  margin-top: 1.25rem;
}
.verity-rollover,
.verity-products,
.verity-resources {
  background: var(--verity-card);
}
.verity-split {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.95fr);
}
.verity-split img {
  aspect-ratio: 1.72 / 1;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.verity-split p + p {
  margin-top: 1rem;
}
.verity-check-list {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 1.35rem 0 2rem;
  padding: 0;
}
.verity-check-list li {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.35;
  padding-left: 1.8rem;
  position: relative;
  text-align: left;
}
.verity-check-list li::before {
  color: var(--verity-cream);
  content: "\2713";
  font-family: "Inter", sans-serif;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.verity-quote {
  background: var(--verity-ink);
  text-align: center;
}
.verity-quote .verity-section-inner {
  max-width: 820px;
}
.verity-quote h2 {
  font-size: 2.25rem;
  line-height: 1.32;
}
.verity-quote .verity-gold-rule {
  margin-left: auto;
  margin-right: auto;
}
.verity-products h2 {
  margin-bottom: 2rem;
}
.verity-product-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.verity-post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.verity-product-grid.grid-cols-1,
.verity-post-grid.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.verity-product-grid.grid-cols-2,
.verity-post-grid.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.verity-product-grid.grid-cols-3,
.verity-post-grid.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.verity-product-grid.grid-cols-4,
.verity-post-grid.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.verity-product-card {
  background: var(--verity-card-alt);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.verity-product-image {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  display: block;
  overflow: hidden;
}
.verity-product-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.verity-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.2rem 1.6rem;
}
.verity-product-body h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.16;
  min-height: 2.4rem;
}
.verity-product-category {
  color: #8d8d8d !important;
  font-size: 0.95rem !important;
  margin-top: 0.65rem !important;
}
.verity-product-price {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  margin-top: 0.65rem !important;
}
.verity-product-price ins {
  text-decoration: none;
}
.verity-product-button {
  align-items: center;
  align-self: flex-start;
  background: var(--verity-cream);
  color: var(--verity-card);
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.1;
  margin-top: auto;
  min-height: 42px;
  min-width: 10.25rem;
  padding: 0.85rem 1rem;
  text-align: center;
  text-transform: uppercase;
}
.verity-product-button:hover,
.verity-product-button:focus-visible {
  background: var(--verity-cream-light);
  color: var(--verity-card);
}
.verity-post-card {
  background: var(--verity-card);
  border: 1px solid rgba(230, 209, 159, 0.16);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}
.verity-post-card__media {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(230, 209, 159, 0.16), rgba(255, 255, 255, 0.05)),
		var(--verity-card-alt);
  color: var(--verity-cream);
  display: flex;
  font-family: "Merriweather", serif;
  font-size: 1.2rem;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}
.verity-post-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}
.verity-post-card:hover .verity-post-card__media img {
  transform: scale(1.035);
}
.verity-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.6rem;
}
.verity-post-card__meta {
  color: var(--verity-cream);
  display: flex;
  flex-wrap: wrap;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.verity-post-card h2 {
  font-family: "Merriweather", serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0 0;
}
.verity-post-card h2 a {
  color: #ffffff;
  text-decoration: none;
}
.verity-post-card h2 a:hover {
  color: var(--verity-cream);
}
.verity-post-card p {
  color: var(--verity-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 1rem 0 1.4rem;
}
.verity-post-card__link {
  align-items: center;
  align-self: flex-start;
  color: var(--verity-cream);
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: auto;
  text-decoration: none;
  text-transform: uppercase;
}
.verity-post-card__link:hover {
  color: #ffffff;
}
.verity-post-pagination {
  margin-top: 3rem;
}
.verity-post-pagination .nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}
.verity-post-pagination .page-numbers {
  align-items: center;
  border: 1px solid rgba(230, 209, 159, 0.3);
  color: #ffffff;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 0 0.9rem;
  text-decoration: none;
}
.verity-post-pagination .page-numbers.current,
.verity-post-pagination a.page-numbers:hover {
  background: var(--verity-cream);
  color: #111111;
}
.verity-section-heading-row {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.verity-resource-grid {
  display: grid;
  gap: 1.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.verity-resource-card {
  background: var(--verity-charcoal);
  border-radius: 8px;
  overflow: hidden;
}
.verity-resource-image {
  aspect-ratio: 16 / 9;
  background: #111111;
  display: block;
  overflow: hidden;
}
.verity-resource-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.verity-resource-card > div {
  padding: 1.8rem 1.55rem 2.3rem;
}
.verity-resource-card h3 {
  font-size: 1.28rem;
  font-weight: 400;
}
.verity-resource-card p {
  font-size: 1rem;
  line-height: 1.46;
  margin-top: 1rem;
}
.verity-text-link {
  color: var(--verity-cream);
  display: inline-block;
  font-size: 0.95rem;
  margin-top: 1.25rem;
}
.verity-final-cta {
  background: var(--verity-cream);
  color: var(--verity-card);
  padding: 5rem 1.25rem;
  text-align: center;
}
.verity-final-cta > div {
  margin: 0 auto;
  max-width: 680px;
}
.verity-final-cta h2 {
  color: var(--verity-card);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.verity-final-cta p {
  color: var(--verity-card);
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 1.35rem auto 1.55rem;
}
.verity-footer {
  background: #000000;
  color: #ffffff;
  padding: 3.75rem 1.25rem 2.8rem;
}
.verity-footer-inner {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(16rem, 0.95fr) minmax(0, 1.55fr);
  margin: 0 auto;
  max-width: 1120px;
}
.verity-footer-contact {
  align-items: flex-start;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 7.75rem minmax(0, 1fr);
}
.verity-footer-contact img {
  display: block;
  height: auto;
  width: 7.25rem;
}
.verity-footer h2 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}
.verity-footer p,
.verity-footer address,
.verity-footer li {
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.45;
  margin: 0 0 0.6rem;
}
.verity-footer-links {
  display: grid;
  gap: 2.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.verity-footer li {
  margin-bottom: 0.35rem;
}
.verity-payment-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 4.5rem;
}
.verity-payment-row img {
  background: #343434;
  border-radius: 4px;
  display: block;
  height: 34px;
  object-fit: contain;
  padding: 0.25rem;
  width: 52px;
}
.verity-copyright {
  color: #8f8f8f;
  font-size: 0.92rem;
  margin: 1.4rem 0 0;
  text-align: center;
}
.verity-subpage {
  background: var(--verity-charcoal);
  color: #ffffff;
}
.verity-subpage-hero {
  background-position: center;
  background-size: cover;
  border-bottom: 2px solid var(--verity-cream);
  display: grid;
  min-height: 398px;
  place-items: center;
  position: relative;
  text-align: center;
}
.verity-services-page .verity-subpage-hero,
.verity-buyers-guide-page .verity-subpage-hero {
  min-height: 448px;
}
.verity-subpage-hero::before {
  background: linear-gradient(90deg, rgba(32, 32, 32, 0.64), rgba(32, 32, 32, 0.94) 17%, rgba(32, 32, 32, 0.95) 83%, rgba(32, 32, 32, 0.64)),
		rgba(32, 32, 32, 0.08);
  content: "";
  inset: 0;
  position: absolute;
}
.verity-subpage-hero > div {
  margin: 0 auto;
  max-width: 820px;
  padding: 3rem 1.25rem;
  position: relative;
}
.verity-subpage-hero h1 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  max-width: 760px;
}
.verity-services-page .verity-subpage-hero h1 {
  max-width: 520px;
}
.verity-buyers-guide-page .verity-subpage-hero h1 {
  max-width: 600px;
}
.verity-consultations-page .verity-subpage-hero h1 {
  max-width: 300px;
}
.verity-about-page .verity-subpage-hero h1 {
  max-width: 680px;
}
.verity-subpage-hero p:not(.verity-kicker):not(.verity-sub-kicker) {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 1.25rem auto 0;
  max-width: 760px;
}
.verity-subpage-hero .verity-gold-rule {
  margin-left: auto;
  margin-right: auto;
}
.verity-subpage-hero .verity-button {
  margin-top: 2rem;
}
.verity-sub-kicker {
  color: var(--verity-cream);
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1.45rem 0 0;
  text-transform: uppercase;
}
.verity-subpage-section {
  background: var(--verity-charcoal);
  padding: 5rem 1.25rem;
}
.verity-blog-header {
  background: var(--verity-charcoal);
  border-bottom: 1px solid rgba(230, 209, 159, 0.35);
  padding: 5.25rem 1.25rem 3rem;
  text-align: center;
}
.verity-blog-header__inner {
  margin-left: auto;
  margin-right: auto;
}
.verity-blog-header h1 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.verity-subpage .verity-blog-header p {
  color: var(--verity-cream);
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 1rem 0 0;
}
.verity-blog-section {
  padding-top: 4rem;
}
.verity-section-shade {
  background: var(--verity-card);
}
.verity-page-inner,
.verity-page-grid {
  margin: 0 auto;
  max-width: 1140px;
}
.verity-page-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.verity-panel {
  padding: 2.5rem;
}
.verity-panel-dark {
	background: #202020 !important;
	border-top: 3px solid var(--verity-cream);
}
.verity-panel-gray {
	border-top: 3px solid #c9c9c9;
}
.verity-glow-card,
.verity-horizontal-card,
.verity-foundation-card,
.verity-accordion details {
  background: var(--verity-card);
}
.verity-panel-gray {
  background: var(--verity-card-alt);
}
.verity-panel-gold-line {
  border-bottom: 4px solid var(--verity-cream);
}
.verity-panel-silver-line {
  border-bottom: 4px solid rgba(255, 255, 255, 0.56);
}
.verity-subpage h2,
.verity-subpage h3 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  letter-spacing: 0;
  margin: 0;
}
.verity-subpage h2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.18;
}
.verity-subpage h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.18;
}
.verity-subpage p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.45;
  margin: 0;
}
.verity-subpage p + p {
  margin-top: 1rem;
}
.verity-about-content .entry-content h1,
.verity-about-content .entry-content h2,
.verity-about-content .entry-content h3,
.verity-about-content .entry-content h4,
.verity-about-content .entry-content h5,
.verity-about-content .entry-content h6 {
  color: #ffffff;
}
.verity-about-page .verity-subpage-hero {
  min-height: 500px;
}
.verity-about-page .verity-subpage-hero > div {
  max-width: 920px;
}
.verity-about-page .verity-subpage-hero h1 {
  max-width: 780px;
}
.verity-about-page .verity-subpage-hero .verity-sub-kicker {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.verity-about-purpose,
.verity-about-principles,
.verity-about-heart {
  padding: 5rem 1.25rem;
}
.verity-about-purpose {
  background: var(--verity-card);
}
.verity-about-purpose .verity-page-inner,
.verity-about-heart .verity-page-inner {
  align-items: center;
  display: grid;
  gap: 4.4rem;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.95fr);
}
.verity-about-copy {
  display: grid;
  gap: 1.25rem;
}
.verity-about-copy .verity-gold-rule {
  margin: 0;
}
.verity-about-copy p strong {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.verity-about-media,
.verity-about-founder {
  margin: 0;
  min-width: 0;
}
.verity-about-media img,
.verity-about-founder img {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(230, 209, 159, 0.25);
  box-shadow: 0 26px 60px -34px rgba(230, 209, 159, 0.85);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.verity-about-principles {
  background: linear-gradient(180deg, rgba(32, 32, 32, 0.96), rgba(21, 21, 21, 0.98)),
		var(--verity-charcoal);
}
.verity-about-principle-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  justify-content: center;
  margin-top: 3.25rem;
  text-align: left;
}
.verity-about-principle-card {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.16);
  box-shadow: 0 22px 42px -30px rgba(230, 209, 159, 0.8);
  display: grid;
  flex: 0 1 calc(33.333% - 1rem);
  gap: 0.9rem;
  min-height: 255px;
  padding: 2.35rem 2rem;
}
.verity-about-principle-card:nth-last-child(-n + 2) {
  flex-basis: calc(32% - 1rem);
}
.verity-about-principle-card > span {
  color: rgba(230, 209, 159, 0.38);
  font-family: "Merriweather", serif;
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 1;
}
.verity-about-principle-card h3 {
  font-size: 1.55rem;
}
.verity-about-principle-card p {
  color: var(--verity-muted);
  font-size: 1rem;
  line-height: 1.55;
}
.verity-about-heart {
  background: #111111;
}
.verity-about-heart .verity-page-inner {
  grid-template-columns: minmax(24rem, 0.95fr) minmax(0, 1fr);
}
.verity-about-heart-copy {
  display: grid;
  gap: 1.25rem;
}
.verity-about-heart-copy h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.08;
  max-width: 680px;
}
.verity-about-heart-copy .verity-button {
  margin-top: 0.75rem;
  width: fit-content;
}
.verity-subpage .verity-post-card h2 {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0 0;
}
.verity-subpage .verity-post-card h2 a {
  color: #ffffff;
  text-decoration: none;
}
.verity-subpage .verity-post-card h2 a:hover {
  color: var(--verity-cream);
}
.verity-subpage .verity-post-card p {
  color: var(--verity-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 1rem 0 1.4rem;
}
.verity-panel h2 + p,
.verity-panel h3 + p,
.verity-glow-card h3 + p,
.verity-horizontal-card h3 + p {
  margin-top: 1.3rem;
}
.verity-center-heading {
  text-align: center;
}
.verity-center-heading > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.verity-center-heading > .verity-gold-rule {
  margin-left: auto;
  margin-right: auto;
}
.verity-step-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2.6rem 0;
  text-align: left;
}
.verity-step-grid-five {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.verity-step-grid-five .verity-glow-card {
  flex: 0 1 calc(33.333% - 1rem);
}
.verity-step-grid-five .verity-glow-card:nth-last-child(-n + 2) {
  flex-basis: calc(32% - 1rem);
}
.verity-glow-card,
.verity-horizontal-card {
  border-radius: 8px;
  box-shadow: 0 18px 34px -22px rgba(230, 209, 159, 0.92);
  padding: 2.5rem;
}
.verity-glow-card > span,
.verity-horizontal-card > span {
  color: var(--verity-cream);
  display: block;
  font-family: "Merriweather", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}
.verity-glow-card > span + h3 {
  margin-top: 1.1rem;
}
.verity-split-text-card {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.95fr);
}
.verity-split-text-card .verity-button {
  margin-top: 2rem;
}
.verity-foundation-card {
  border-radius: 12px;
  box-shadow: 0 20px 36px -18px rgba(255, 255, 255, 0.45);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  padding: 3rem 2rem;
}
.verity-foundation-card p {
  color: var(--verity-muted);
  font-size: 1rem;
  margin-top: 0.8rem;
}
.verity-page-cta {
  background: var(--verity-cream);
  color: var(--verity-card);
  padding: 4.8rem 1.25rem;
  text-align: center;
}
.verity-page-cta h2,
.verity-guide-download h2 {
  color: var(--verity-card);
  font-family: "Merriweather", serif;
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.verity-page-cta p,
.verity-guide-download p {
  color: var(--verity-card);
}
.verity-page-cta p {
  margin: 1.25rem 0 1.75rem;
}
.verity-split-chapter {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.95fr);
}
.verity-list-card-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.verity-horizontal-card {
  align-items: center;
  display: block;
  width: 48%;
  gap: 1.7rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1.85rem 2rem;
}
.verity-horizontal-card h3 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.verity-horizontal-card p {
  font-size: 1rem;
  margin-top: 5px !important;
}
.verity-red-card {
  box-shadow: 0 18px 34px -22px rgba(210, 69, 82, 0.95);
}
.verity-red-card .verity-kicker {
  color: #f46f7a !important;
}
.verity-check-columns {
  margin: 3rem auto;
  max-width: 860px;
  text-align: left;
}
.verity-check-columns h3 {
  font-size: 1.35rem;
}
.verity-guide-download {
  background: var(--verity-cream);
  padding: 4rem 1.25rem;
}
.verity-guide-download .verity-page-inner {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.95fr);
}
.verity-guide-download .verity-kicker {
  color: var(--verity-card) !important;
}
.verity-guide-form {
  display: grid;
  gap: 0.7rem;
}
.verity-guide-form input {
  background: #ffffff;
  border: 1px solid #5d5d5d;
  color: var(--verity-card);
  font-family: "Merriweather", serif;
  font-size: 1rem;
  min-height: 46px;
  padding: 0.8rem 1rem;
  width: 100%;
}
.verity-guide-form .verity-button {
  width: 100%;
}
.verity-accordion-groups {
  max-width: 970px;
}
.verity-accordion-group {
  margin-bottom: 5rem;
}
.verity-accordion-group h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 2.15rem;
  padding-bottom: 1rem;
}
.verity-accordion {
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2rem;
  text-align: left;
}
.verity-accordion details + details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.verity-accordion summary {
  align-items: center;
  color: var(--verity-cream);
  cursor: pointer;
  display: flex;
  font-size: 1.05rem;
  justify-content: space-between;
  line-height: 1.35;
  list-style: none;
  padding: 1.85rem 1.9rem;
}
.verity-accordion summary::-webkit-details-marker {
  display: none;
}
.verity-accordion summary::after {
  color: var(--verity-cream);
  content: "\203A";
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 160ms ease;
}
.verity-accordion details[open] summary::after {
  transform: rotate(-90deg);
}
.verity-accordion-content {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.9rem;
}
.verity-accordion-content p,
.verity-accordion-content li {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
}
.verity-accordion-content p + p,
.verity-accordion-content p + ul,
.verity-accordion-content p + ol {
  margin-top: 1rem;
}
.verity-accordion-content ul,
.verity-accordion-content ol {
  display: grid;
  gap: 0.7rem;
  margin: 1.15rem 0;
  padding-left: 1.6rem;
}
.verity-accordion-content li::marker {
  color: var(--verity-cream);
}
.verity-questions-cta {
  background: var(--verity-card-alt);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 6.5rem 1.25rem;
  text-align: center;
}
.verity-questions-cta h2 {
  font-size: 2.25rem;
}
.verity-questions-cta p {
  margin: 1.35rem auto 2rem;
  max-width: 680px;
}
.verity-questions-cta > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.verity-button-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.verity-button-outline:hover,
.verity-button-outline:focus-visible {
  background: #ffffff;
  color: var(--verity-card);
}
.verity-contact-strip .verity-page-inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}
.verity-contact-strip h2 {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.verity-contact-strip a {
  color: var(--verity-cream);
  font-size: 1.05rem;
  line-height: 1.45;
}
.verity-embed-band {
  background: var(--verity-charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 2rem 1.25rem 5rem;
}
.verity-embed-band iframe {
	min-width: 80% !important;
	filter: invert(1) hue-rotate(180deg) brightness(0.9) contrast(1.05);
	height: 100% !important;
    min-height: 800px !important;
    overflow: hidden;
    margin: 0 auto !important;
}
.verity-embed-placeholder {
  background: #000000;
  height: 455px;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
.verity-consultation-faq {
  max-width: 970px;
}
.verity-consultation-faq h2 {
  font-size: 2.15rem;
}
.verity-consultation-faq > p {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .verity-primary-menu {
    gap: 0.9rem;
  }
  .verity-header-actions {
    gap: 0.8rem;
  }
  .verity-shop-links {
    min-width: 7.75rem;
  }
  .verity-header-cta {
    min-width: 9.5rem;
  }
}
@media (max-width: 900px) {
  .verity-header-main {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 86px;
    padding: 0 0.625rem;
  }
  .verity-desktop-nav,
	.verity-header-actions,
	.verity-metal-prices {
    display: none;
  }
  .verity-brand {
    justify-self: start;
  }
  .verity-brand img {
    height: 78px;
    width: 78px;
  }
  .verity-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #ffffff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
  }
  .verity-menu-toggle:focus-visible {
    outline: 2px solid var(--verity-cream);
    outline-offset: 2px;
  }
  .verity-menu-icon,
	.verity-menu-icon::before,
	.verity-menu-icon::after {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 3px;
    position: relative;
    width: 21px;
  }
  .verity-menu-icon::before,
	.verity-menu-icon::after {
    content: "";
    left: 0;
    position: absolute;
  }
  .verity-menu-icon::before {
    top: -7px;
  }
  .verity-menu-icon::after {
    top: 7px;
  }
  .verity-menu-toggle.is-open {
    border: 2px solid var(--verity-cream);
    border-radius: 4px;
  }
  .verity-menu-toggle.is-open .verity-menu-icon {
    background: transparent;
  }
  .verity-menu-toggle.is-open .verity-menu-icon::before {
    top: 0;
    transform: rotate(45deg);
  }
  .verity-menu-toggle.is-open .verity-menu-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .verity-mobile-panel {
    background: #ffffff;
    color: var(--verity-card);
    display: block;
  }
  .verity-mobile-panel[hidden] {
    display: none;
  }
  .verity-mobile-menu a {
    color: var(--verity-card);
    display: block;
    font-size: 1.05rem;
    line-height: 1.2;
    padding: 0.75rem 1.25rem;
  }
  .verity-mobile-cta {
    background: var(--verity-ink);
    display: flex;
    justify-content: flex-end;
    padding: 0.25rem 0.625rem 0.65rem;
  }
  .verity-menu-open .verity-mobile-cta {
    display: none;
  }
  .verity-hero-content {
    align-items: flex-start;
    min-height: 610px;
    padding: 6.65rem 2.5rem 4.25rem;
  }
  .verity-hero h1 {
    font-size: 2.25rem;
    line-height: 1.16;
  }
  .verity-home h2 {
    font-size: 2rem;
  }
  .verity-home h3 {
    font-size: 1.42rem;
  }
  .verity-home p {
    font-size: 1rem;
  }
  .verity-stats {
    gap: 2.25rem;
    grid-template-columns: 1fr;
    padding: 2rem 1.25rem 2.6rem;
  }
  .verity-section {
    padding: 4.25rem 1.25rem;
  }
  .verity-feature-grid,
	.verity-split,
	.verity-resource-grid,
	.verity-footer-inner {
    grid-template-columns: 1fr;
  }
  .verity-feature-grid article {
    padding: 2.5rem;
  }
  .verity-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .verity-product-body {
    padding: 1.15rem 1rem 1.45rem;
  }
  .verity-product-body h3 {
    font-size: 0.98rem;
    min-height: 3.4rem;
  }
  .verity-product-button {
    min-width: 0;
    width: 100%;
  }
  .verity-section-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .verity-footer-contact {
    grid-template-columns: 7.25rem minmax(0, 1fr);
  }
  .verity-footer-links {
    grid-template-columns: 1fr;
  }
  .verity-subpage-hero {
    min-height: 430px;
  }
  .verity-subpage-hero > div {
    padding: 4.25rem 1.25rem;
  }
  .verity-subpage-hero h1 {
    font-size: 2.25rem;
  }
  .verity-subpage-hero p:not(.verity-kicker):not(.verity-sub-kicker) {
    font-size: 1rem;
  }
  .verity-subpage-section {
    padding: 4rem 1.25rem;
  }
  .verity-page-grid,
	.verity-split-text-card,
	.verity-split-chapter,
	.verity-guide-download .verity-page-inner,
	.verity-contact-strip .verity-page-inner,
	.verity-about-purpose .verity-page-inner,
	.verity-about-heart .verity-page-inner {
    grid-template-columns: 1fr;
  }
  .verity-about-page .verity-subpage-hero {
    min-height: 480px;
  }
  .verity-about-purpose,
	.verity-about-principles,
	.verity-about-heart {
    padding: 4rem 1.25rem;
  }
  .verity-subpage h2,
	.verity-page-cta h2,
	.verity-guide-download h2,
	.verity-questions-cta h2 {
    font-size: 2rem;
  }
  .verity-subpage h3 {
    font-size: 1.45rem;
  }
  .verity-panel,
	.verity-glow-card {
    padding: 2rem;
  }
  .verity-step-grid,
	.verity-step-grid-five {
    display: grid;
    grid-template-columns: 1fr;
  }
  .verity-step-grid-five .verity-glow-card,
	.verity-step-grid-five .verity-glow-card:nth-last-child(-n + 2),
	.verity-about-principle-card,
	.verity-about-principle-card:nth-last-child(-n + 2) {
    flex-basis: auto;
  }
  .verity-about-principle-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .verity-about-heart .verity-page-inner {
    gap: 2.75rem;
  }
  .verity-foundation-card {
    grid-template-columns: 1fr;
    padding: 2.25rem 1.5rem;
  }
  .verity-horizontal-card {
    align-items: start;
    grid-template-columns: 1fr;
  }
  .verity-accordion-group {
    margin-bottom: 3.5rem;
  }
  .verity-accordion-group h2 {
    font-size: 1.85rem;
  }
  .verity-accordion summary {
    padding: 1.35rem 1.25rem;
  }
  .verity-accordion-content {
    padding: 1.35rem 1.25rem;
  }
  .verity-questions-cta {
    padding: 5rem 1.25rem;
  }
  .verity-embed-placeholder {
    height: 330px;
  }
}
@media (max-width: 480px) {
  .verity-button {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .verity-mobile-cta .verity-button {
    min-width: 10rem;
  }
  .verity-hero-content {
    padding-left: 2.5rem;
    padding-right: 1.1rem;
  }
  .verity-product-grid {
    gap: 1rem;
  }
  .verity-product-body h3 {
    font-size: 0.96rem;
  }
  .verity-product-price {
    font-size: 1.25rem !important;
  }
  .verity-footer-contact {
    grid-template-columns: 1fr;
  }
  .verity-page-cta,
	.verity-guide-download {
    padding: 4rem 1.25rem;
  }
  .verity-about-page .verity-subpage-hero h1,
	.verity-about-heart-copy h2 {
    font-size: 2.1rem;
  }
  .verity-about-media img,
	.verity-about-founder img {
    aspect-ratio: 4 / 3;
  }
  .verity-about-heart-copy .verity-button {
    width: 100%;
  }
  .verity-guide-form input {
    min-height: 44px;
  }
  .verity-questions-cta > div {
    align-items: stretch;
    flex-direction: column;
  }
  .verity-questions-cta .verity-button {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .verity-product-grid.sm\:grid-cols-1,
	.verity-post-grid.sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .verity-product-grid.sm\:grid-cols-2,
	.verity-post-grid.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .verity-product-grid.sm\:grid-cols-3,
	.verity-post-grid.sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .verity-product-grid.sm\:grid-cols-4,
	.verity-post-grid.sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .verity-product-grid.lg\:grid-cols-1,
	.verity-post-grid.lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .verity-product-grid.lg\:grid-cols-2,
	.verity-post-grid.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .verity-product-grid.lg\:grid-cols-3,
	.verity-post-grid.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .verity-product-grid.lg\:grid-cols-4,
	.verity-post-grid.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.entry-content a:not(.button):not(.wp-block-button__link):not(.verity-button) {
  color: var(--storefront-link-color, var(--verity-cream));
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: var(--verity-card);
  border: 1px solid rgba(230, 209, 159, 0.18);
  border-top: 4px solid var(--storefront-primary-color, var(--verity-cream));
  color: #ffffff;
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.storefront-cart-table input.input-text {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.32);
  color: #ffffff;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
}
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--storefront-primary-color, var(--verity-cream));
  border: 1px solid rgba(230, 209, 159, 0.55);
  color: var(--verity-card);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--verity-black);
  color: var(--verity-cream);
}
.storefront-shop-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.storefront-shop-controls__summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.storefront-shop-controls .woocommerce-result-count,
.storefront-shop-controls .woocommerce-ordering {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.storefront-filter-drawer__trigger {
  align-items: center;
  background: var(--verity-cream);
  border: 1px solid rgba(230, 209, 159, 0.55);
  color: var(--verity-card);
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0.75rem 1.1rem;
  text-transform: uppercase;
}
.storefront-filter-drawer__trigger span {
  border-bottom: 5px solid currentColor;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  height: 0;
  position: relative;
  width: 16px;
}
.storefront-filter-drawer__trigger span::after {
  background: currentColor;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 4px;
  transform: translateX(-50%);
  width: 4px;
}
.storefront-cart-drawer-open,
.storefront-filter-drawer-open {
  overflow: hidden;
}
.storefront-cart-drawer,
.storefront-filter-drawer {
  inset: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 1000;
}
.storefront-cart-drawer.is-open,
.storefront-filter-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}
.storefront-cart-drawer__overlay,
.storefront-filter-drawer__overlay {
  background: rgba(0, 0, 0, 0.72);
  inset: 0;
  position: absolute;
}
.storefront-cart-drawer__panel,
.storefront-filter-drawer__panel {
  background: var(--verity-card);
  border-left: 1px solid rgba(230, 209, 159, 0.28);
  box-shadow: -22px 0 50px rgba(0, 0, 0, 0.45);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  max-width: min(92vw, 430px);
  position: relative;
  transform: translateX(100%);
  transition: transform 220ms ease;
  width: 100%;
}
.storefront-filter-drawer__panel {
  border-left: 0;
  border-right: 1px solid rgba(230, 209, 159, 0.28);
  box-shadow: 22px 0 50px rgba(0, 0, 0, 0.45);
  margin-left: 0;
  margin-right: auto;
  max-width: min(92vw, 380px);
  transform: translateX(-100%);
}
.storefront-cart-drawer.is-open .storefront-cart-drawer__panel,
.storefront-filter-drawer.is-open .storefront-filter-drawer__panel {
  transform: translateX(0);
}
.storefront-cart-drawer__header,
.storefront-filter-drawer__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(230, 209, 159, 0.18);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.5rem;
}
.storefront-cart-drawer__header h2,
.storefront-filter-drawer__header h2 {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.15;
  margin: 0;
}
.storefront-cart-drawer__close,
.storefront-filter-drawer__close {
  align-items: center;
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.3);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.6rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  width: 2.5rem;
}
.storefront-cart-drawer-content,
.storefront-filter-drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
.storefront-cart-drawer-content .woocommerce-mini-cart {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.storefront-cart-drawer-content .woocommerce-mini-cart-item {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.18);
  color: #ffffff;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 0.85rem;
  position: relative;
}
.storefront-cart-drawer-content .woocommerce-mini-cart-item img {
  background: #ffffff;
  height: 72px;
  object-fit: contain;
  width: 72px;
}
.storefront-cart-drawer-content .woocommerce-mini-cart-item .remove {
  color: #ffffff !important;
  position: absolute;
  right: 0.45rem;
  top: 0.3rem;
}
.storefront-cart-drawer-content .quantity,
.storefront-cart-drawer-content .woocommerce-mini-cart__total {
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.storefront-cart-drawer-content .woocommerce-mini-cart__total {
  border-top: 2px solid var(--verity-cream);
  margin-top: 1.25rem;
  padding-top: 1rem;
}
.storefront-cart-drawer-content .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 0.75rem;
}
.storefront-cart-drawer-content .woocommerce-mini-cart__buttons .button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  width: 100%;
}
.storefront-filter-drawer-content h3,
.storefront-filter-drawer-content .widget-title {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
.storefront-filter-drawer-fallback {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 1.8rem;
  padding-top: 1.8rem;
}
.storefront-filter-drawer-fallback--mobile {
  display: none;
}
.storefront-filter-drawer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.storefront-filter-drawer-content li {
  border-bottom: 1px solid rgba(230, 209, 159, 0.16);
  padding: 0.75rem 0;
}
.storefront-single-product-wrap {
  display: grid;
  gap: 2rem;
}
.storefront-single-product {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.storefront-product-gallery,
.storefront-checkout-panel,
.storefront-order-review,
.storefront-my-account-navigation,
.storefront-my-account-content,
.storefront-cart-collaterals .cart_totals {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.18);
  padding: 1.5rem;
}
.storefront-product-summary {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.storefront-product-summary h1,
.storefront-product-details h2 {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.15;
  margin: 0;
}
.storefront-product-price .price,
.storefront-product-price p {
  color: var(--verity-cream);
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0;
}
.storefront-product-cart form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.storefront-product-meta,
.storefront-product-meta a,
.storefront-product-excerpt,
.storefront-product-excerpt p {
  color: #ffffff;
}
.storefront-product-details {
  border-top: 1px solid rgba(230, 209, 159, 0.18);
  padding-top: 2rem;
}
.woocommerce-cart article > .flex,
.woocommerce-checkout article > .flex,
.woocommerce-account article > .flex {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.woocommerce-cart #page_content,
.woocommerce-checkout #page_content,
.woocommerce-account #page_content {
  color: #ffffff;
  max-width: var(--storefront-inner-container-width, 73.125rem);
  width: 100%;
}
.woocommerce-cart #page_content > .woocommerce,
.woocommerce-checkout #page_content > .woocommerce,
.woocommerce-account #page_content > .woocommerce {
  width: 100%;
}
.woocommerce-cart #page_content > .woocommerce,
.woocommerce-checkout #page_content > .woocommerce {
  display: grid;
  gap: 2rem;
}
.woocommerce-cart .woocommerce-cart-form,
.storefront-cart-form {
  min-width: 0;
  overflow-x: auto;
  width: 100%;
}
.storefront-cart-page {
  display: grid;
  gap: 2rem;
}
.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-account table.shop_table,
.storefront-cart-table {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.18);
  border-collapse: collapse;
  color: #ffffff;
  margin: 0;
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
  min-width: 720px;
}
.woocommerce-cart .cart_totals table.shop_table {
  min-width: 0;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td,
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td,
.storefront-cart-table th,
.storefront-cart-table td {
  border-bottom: 1px solid rgba(230, 209, 159, 0.14);
  padding: 1rem;
  vertical-align: middle;
}
.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th,
.woocommerce-account table.shop_table th,
.storefront-cart-table th {
  color: var(--verity-cream);
  font-family: "Inter", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.woocommerce-cart table.shop_table a:not(.button):not(.remove),
.woocommerce-checkout table.shop_table a:not(.button):not(.remove),
.woocommerce-account table.shop_table a:not(.button):not(.remove),
.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: var(--verity-cream);
}
.woocommerce-cart .product-thumbnail img,
.storefront-cart-table .product-thumbnail img {
  background: #ffffff;
  height: 72px;
  object-fit: contain;
  width: 72px;
}
.woocommerce-cart .remove,
.storefront-cart-table .remove {
  align-items: center;
  border: 1px solid rgba(230, 209, 159, 0.35);
  color: #ffffff !important;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 28px;
}
.woocommerce-cart .remove:hover {
  background: var(--verity-cream);
  color: var(--verity-card) !important;
}
.woocommerce-cart table.shop_table td.actions {
  padding: 1.25rem;
}
.storefront-cart-actions,
.storefront-coupon,
.storefront-cart-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.woocommerce-cart table.shop_table td.actions .coupon {
  align-items: center;
  display: inline-flex;
  float: none;
  flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce-cart table.shop_table td.actions .coupon .input-text {
  min-width: min(260px, 100%);
}
.woocommerce-cart table.shop_table td.actions > .button {
  float: right;
}
.woocommerce-cart .cart-collaterals,
.storefront-cart-collaterals {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.storefront-cart-collaterals .cart_totals {
  flex: 0 1 430px;
  margin-left: auto;
  max-width: 430px;
  width: 100%;
}
.woocommerce-cart .cart_totals h2 {
  border-bottom: 2px solid var(--verity-cream);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
}
.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .return-to-shop {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
  width: 100%;
}
.woocommerce-cart .return-to-shop {
  margin-top: 1rem;
}
.woocommerce form .form-row {
  margin: 0 0 1rem;
  padding: 0;
}
.woocommerce form .form-row label,
.woocommerce form .form-row .required {
  color: #ffffff;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
  display: block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
}
.woocommerce .password-input {
  display: block;
  position: relative;
}
.woocommerce .password-input input {
  padding-right: 3rem;
}
.woocommerce .show-password-input {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  height: 2rem;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
.storefront-checkout-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
}
.woocommerce-checkout form.checkout:not(.storefront-checkout) {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  grid-template-rows: auto 1fr;
}
.woocommerce-checkout form.checkout:not(.storefront-checkout) .woocommerce-NoticeGroup,
.woocommerce-checkout form.checkout:not(.storefront-checkout) .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout:not(.storefront-checkout) .woocommerce-form-login-toggle {
  grid-column: 1 / -1;
}
.woocommerce-checkout form.checkout:not(.storefront-checkout) #customer_details {
  grid-column: 1;
  grid-row: 1 / 3;
}
.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review_heading,
.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review {
  grid-column: 2;
}
.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review_heading {
  grid-row: 1;
}
.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review {
  grid-row: 2;
}
.storefront-checkout-main,
.storefront-checkout-sidebar,
.woocommerce-checkout form.checkout:not(.storefront-checkout) #customer_details,
.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review {
  min-width: 0;
}
.storefront-checkout-details {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
.woocommerce-checkout .col2-set {
  display: grid;
  gap: 1.5rem;
  width: 100%;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout form.checkout:not(.storefront-checkout) .col2-set .col-1,
.woocommerce-checkout form.checkout:not(.storefront-checkout) .col2-set .col-2,
.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review,
.woocommerce-checkout #page_content .woocommerce-form-login,
.woocommerce-checkout #page_content .woocommerce-form-coupon,
.storefront-checkout-gate {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.18);
  border-radius: 0;
  padding: 1.5rem;
}
.storefront-checkout-gate {
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}
.storefront-checkout-gate h2,
.storefront-checkout-gate p {
  margin: 0;
}
.storefront-checkout-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.storefront-order-review-heading,
.storefront-checkout h3,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3 {
  border-bottom: 2px solid var(--verity-cream);
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
}
.woocommerce-checkout #payment {
  background: transparent;
  color: #ffffff;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(230, 209, 159, 0.14);
  list-style: none;
  margin: 0;
  padding: 0 0 1rem;
}
.woocommerce-checkout #payment div.payment_box {
  background: var(--verity-card);
  color: #ffffff;
  margin: 1rem 0;
  padding: 1rem;
}
.woocommerce-checkout #payment div.form-row {
  padding: 1rem 0 0;
}
.storefront-my-account {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(240px, 0.3fr) minmax(0, 1fr);
}
.woocommerce-account #page_content > .woocommerce:has(> .woocommerce-MyAccount-navigation) {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(240px, 0.3fr) minmax(0, 1fr);
}
.woocommerce-account #page_content > .woocommerce:not(:has(.woocommerce-MyAccount-navigation)):not(:has(.storefront-my-account)) {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  width: 100%;
}
.woocommerce-account #page_content > .woocommerce > .woocommerce-MyAccount-navigation,
.woocommerce-account #page_content > .woocommerce > .woocommerce-MyAccount-content,
.woocommerce-account .storefront-my-account-navigation,
.woocommerce-account .storefront-my-account-content {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.18);
  padding: 1.5rem;
}
.woocommerce-account #page_content > .woocommerce > .woocommerce-MyAccount-content,
.woocommerce-account .storefront-my-account-content {
  min-width: 0;
  overflow-x: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.storefront-my-account-navigation ul {
  display: grid;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link a,
.storefront-my-account-navigation a {
  background: var(--verity-card);
  border: 1px solid rgba(230, 209, 159, 0.14);
  color: #ffffff;
  display: flex;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  padding: 0.85rem 1rem;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover,
.storefront-my-account-navigation .is-active a,
.storefront-my-account-navigation a:hover {
  background: var(--verity-cream);
  border-color: var(--verity-cream);
  color: var(--verity-card);
}
.woocommerce-account .woocommerce-MyAccount-content p:first-child,
.woocommerce-account .storefront-my-account-content p:first-child {
  margin-top: 0;
}
.woocommerce-account #page_content > .woocommerce > h2 {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.18);
  border-bottom: 0;
  margin: 0;
  padding: 1.5rem 1.5rem 0.85rem;
}
.woocommerce-account #page_content .woocommerce-form-login,
.woocommerce-account #page_content .woocommerce-form-register,
.woocommerce-account #page_content .woocommerce-ResetPassword {
  background: #111111;
  border: 1px solid rgba(230, 209, 159, 0.18);
  border-radius: 0;
  padding: 1.5rem;
}
.woocommerce-account #page_content > .woocommerce > h2 + .woocommerce-form-login,
.woocommerce-account #page_content > .woocommerce > h2 + .woocommerce-form-register {
  border-top: 0;
}
.woocommerce-account .woocommerce-form-login .form-row:last-of-type,
.woocommerce-account .woocommerce-form-register .form-row:last-of-type {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.woocommerce-account .woocommerce-form-login__rememberme {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  .storefront-single-product,
	.storefront-checkout-layout,
	.storefront-my-account,
	.woocommerce-checkout form.checkout:not(.storefront-checkout),
	.woocommerce-account #page_content > .woocommerce:has(> .woocommerce-MyAccount-navigation) {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout form.checkout:not(.storefront-checkout) #customer_details,
	.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review_heading,
	.woocommerce-checkout form.checkout:not(.storefront-checkout) #order_review {
    grid-column: 1;
    grid-row: auto;
  }
  .woocommerce-cart .woocommerce-cart-form,
	.storefront-cart-table {
    display: block;
    overflow-x: auto;
  }
  .storefront-filter-drawer-fallback--mobile {
    display: block;
  }
}
@media (max-width: 640px) {
  .storefront-cart-actions,
	.storefront-coupon,
	.storefront-cart-actions__buttons,
	.woocommerce-cart table.shop_table td.actions .coupon,
	.storefront-checkout-gate__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .storefront-cart-actions__buttons .button,
	.storefront-coupon .button,
	.storefront-coupon .input-text,
	.woocommerce-cart table.shop_table td.actions .button,
	.woocommerce-cart table.shop_table td.actions .coupon .input-text,
	.storefront-checkout-gate__actions .verity-button {
    width: 100%;
  }
  .woocommerce-cart .cart-collaterals,
	.storefront-cart-collaterals {
    justify-content: stretch;
  }
}
.post-navigation {
  width: 100%;
}
.post-navigation .nav-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
  max-width: 300px;
  font-size: 15px;
}
.post-navigation .nav-links .nav-previous span:first-child, .post-navigation .nav-links .nav-next span:first-child {
  font-weight: bold;
  color: var(--storefront-primary-color);
}
.storefront-cart-actions__buttons .button {
  max-height: 40px;
  color: var(--verity-black) !important;
}
.checkout-button,
.coupon .button {
  background: var(--verity-cream) !important;
  color: var(--verity-black) !important;
}
.col2-set {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
}
label[for="payment_method_nmi"] img {
  display: inline-block;
}
.verity-about-principles .verity-kicker {
  margin: 0 auto 10px !important;
  display: block;
}
.verity-shop-links {
  display: flex;
  gap: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
}
.mini_cart_item,
.mini_cart_item a {
  display: flex !important;

}
.mini_cart_item{
	  flex-wrap: wrap;
}
.mini_cart_item a {
  gap: 10px;
}
.verity-product-body h3 {
  font-size: 1rem !important;
}
.verity-product-body .verity-product-button {
  margin-top: 10px;
}
.woocommerce-pagination {
  margin-top: 30px;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --tw-tracking: initial;
    }
  }
}

#customer_login {
	display: flex !important;
	flex-direction: row !important;
	
}
@media screen and (Max-width: 1100px){
	#customer_login {
		display: flex !important;
		flex-direction: column !important;
		
	}
}
.woocommerce-account #page_content > .woocommerce:not(:has(.woocommerce-MyAccount-navigation)):not(:has(.storefront-my-account)) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px !important;
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100% !important;
}
.woocommerce-account #page_content .woocommerce-form-login, .woocommerce-account #page_content .woocommerce-form-register, .woocommerce-account #page_content .woocommerce-ResetPassword {
    background: #111111;
    border: 1px solid rgba(230, 209, 159, 0.18);
    border-radius: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    padding: 40px !important;
}