/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Jost", ui-sans-serif, system-ui, -apple-system, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #211E18;
    --color-ink-900: #17150F;
    --color-ink-600: #3A3529;
    --color-ink-500: #524C3C;
    --color-gold: #C9A063;
    --color-gold-300: #DCC08C;
    --color-gold-400: #D0AE73;
    --color-gold-600: #B08945;
    --color-cream-50: #FCFAF4;
    --color-cream-100: #F7F3E9;
    --color-body: #2A261E;
    --color-muted: #6E6656;
    --color-line: #E2DAC7;
    --color-primary: #C9A063;
    --color-neutral: #2A261E;
    --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  }
}
@layer base {
  *, ::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;
  }
  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)) {
        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;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-706 {
    margin: calc(var(--spacing) * 706);
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      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);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      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-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      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;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-cream-50 {
    background-color: var(--color-cream-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-body {
    color: var(--color-body);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: var(--color-cream-50);
    color: var(--color-body);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
  a {
    color: inherit;
  }
  ::selection {
    background: var(--color-gold);
    color: #fff;
  }
}
@layer components {
  .cr-wrap {
    width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 1.5rem;
  }
  .cr-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold-600);
    font-weight: 500;
  }
  .cr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .95rem 2rem;
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all .25s ease;
    cursor: pointer;
  }
  .cr-btn--gold {
    background: var(--color-gold);
    color: #1B1812;
  }
  .cr-btn--gold:hover {
    background: var(--color-gold-400);
    transform: translateY(-1px);
  }
  .cr-btn--ghost {
    border-color: rgba(255,255,255,.45);
    color: #fff;
  }
  .cr-btn--ghost:hover {
    border-color: var(--color-gold);
    color: var(--color-gold-300);
  }
  .cr-btn--dark {
    background: var(--color-ink);
    color: var(--color-cream-100);
  }
  .cr-btn--dark:hover {
    background: var(--color-ink-600);
  }
  .cr-btn--outline {
    border-color: var(--color-ink);
    color: var(--color-ink);
  }
  .cr-btn--outline:hover {
    background: var(--color-ink);
    color: var(--color-cream-100);
  }
  .cr-logo {
    display: block;
    width: 190px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url("data:image/png;base64,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");
  }
  @media (max-width: 640px) {
    .cr-logo {
      width: 150px;
      height: 42px;
    }
  }
  .cr-catalog-head {
    text-align: center;
    margin-bottom: 3rem;
  }
  .cr-catalog-head h1 {
    font-size: clamp(2.2rem, 4vw, 3.1rem);
    margin-top: .6rem;
    color: var(--color-ink);
  }
  .cr-catalog-head__sub {
    color: var(--color-muted);
    margin-top: .9rem;
    font-size: 1.02rem;
  }
  .cr-topbar {
    background: var(--color-ink-900);
    color: rgba(247,243,233,.72);
    font-size: .74rem;
    letter-spacing: .06em;
    padding: .6rem 0;
  }
  .cr-header {
    background: var(--color-ink);
    color: var(--color-cream-100);
  }
  .cr-header a {
    text-decoration: none;
  }
  .cr-nav a {
    font-size: .74rem;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: rgba(247,243,233,.82);
    padding: .4rem 0;
    position: relative;
    transition: color .2s ease;
  }
  .cr-nav a:hover, .cr-nav .current-menu-item > a {
    color: var(--color-gold-300);
  }
  .cr-nav .current-menu-item > a::after,	.cr-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.35rem;
    height: 1px;
    background: var(--color-gold);
  }
  .cr-hero {
    background: radial-gradient(120% 90% at 78% 45%, rgba(201,160,99,.16) 0%, rgba(33,30,24,0) 62%),	linear-gradient(180deg, #211E18 0%, #1A1712 100%);
    color: var(--color-cream-100);
    position: relative;
    overflow: hidden;
  }
  .cr-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 3px 3px;
    opacity: .5;
  }
  .cr-hero__inner {
    position: relative;
    z-index: 2;
  }
  .cr-hero h1 {
    font-size: clamp(2.6rem, 5.4vw, 4.2rem);
    line-height: 1.04;
    letter-spacing: -0.02em;
  }
  .cr-feat {
    display: flex;
    align-items: center;
    gap: .7rem;
  }
  .cr-feat svg {
    width: 26px;
    height: 26px;
    stroke: var(--color-gold);
    flex: none;
  }
  .cr-feat span {
    font-size: .8rem;
    line-height: 1.25;
    color: rgba(247,243,233,.8);
  }
  .cr-trust {
    background: var(--color-cream-100);
    border-bottom: 1px solid var(--color-line);
  }
  .cr-trust__item {
    display: flex;
    align-items: center;
    gap: .9rem;
    padding: 1.6rem 0;
  }
  .cr-trust__item svg {
    width: 30px;
    height: 30px;
    stroke: var(--color-ink-500);
    flex: none;
  }
  .cr-trust__item strong {
    display: block;
    font-size: .92rem;
    font-weight: 500;
    color: var(--color-ink);
  }
  .cr-trust__item span {
    font-size: .82rem;
    color: var(--color-muted);
  }
  .cr-card {
    text-align: center;
    display: block;
    text-decoration: none;
  }
  .cr-card__media {
    position: relative;
    background: var(--color-cream-100);
    overflow: hidden;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cr-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2,.7,.3,1);
  }
  .cr-media {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .cr-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cr-media--hero {
    aspect-ratio: auto;
    max-height: none;
    max-width: 620px;
    margin-inline: auto;
    background: transparent;
  }
  .cr-media--hero img {
    height: auto;
    object-fit: contain;
  }
  .cr-media--choco {
    aspect-ratio: 4 / 5;
    max-height: 520px;
    margin-inline: auto;
  }
  .cr-media--choco img {
    object-fit: contain;
  }
  @media (max-width: 768px) {
    .cr-media--choco {
      aspect-ratio: 1 / 1;
      max-height: 380px;
    }
    .cr-media--hero {
      aspect-ratio: auto;
      max-height: none;
    }
  }
  .woocommerce ul.products li.product a img {
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: contain;
    object-position: center;
    background: #f3ece1;
    padding: 12px;
    box-sizing: border-box;
  }
  .woocommerce div.product div.images img {
    aspect-ratio: 3 / 4;
    height: auto;
    object-fit: contain;
  }
  .cr-card:hover .cr-card__media img {
    transform: scale(1.05);
  }
  .cr-card__name {
    font-family: var(--font-display);
    font-size: 1.2rem;
    margin-top: 1.1rem;
    color: var(--color-ink);
  }
  .cr-card__price {
    margin-top: .3rem;
    font-size: .95rem;
    color: var(--color-muted);
  }
  .cr-card__price .amount {
    color: var(--color-ink);
    font-weight: 500;
  }
  .cr-section {
    padding: 5.5rem 0;
  }
  .cr-section--cream {
    background: var(--color-cream-100);
  }
  .cr-section--dark {
    background: var(--color-ink);
    color: var(--color-cream-100);
  }
  .cr-section h2 {
    font-size: clamp(2rem, 3.6vw, 2.9rem);
  }
  .cr-footer {
    background: var(--color-ink-900);
    color: rgba(247,243,233,.7);
  }
  .cr-footer a {
    text-decoration: none;
    transition: color .2s;
  }
  .cr-footer a:hover {
    color: var(--color-gold-300);
  }
  .cr-footer h4 {
    font-family: var(--font-sans);
    font-size: .74rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 1.1rem;
    font-weight: 500;
  }
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-top-color: var(--color-gold) !important;
    background: var(--color-cream-100);
    list-style: none;
    padding: 1rem 1.25rem 1rem 3.2rem;
    font-size: .92rem;
  }
  .woocommerce .button, .woocommerce a.button, .woocommerce button.button,	.woocommerce input.button, .woocommerce #respond input#submit {
    background: var(--color-ink) !important;
    color: var(--color-cream-100) !important;
    border-radius: 0 !important;
    font-family: var(--font-sans);
    font-size: .76rem !important;
    font-weight: 500 !important;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .9rem 1.8rem !important;
    transition: background .25s ease;
  }
  .woocommerce .button:hover, .woocommerce a.button:hover,	.woocommerce button.button:hover, .woocommerce input.button:hover,	.woocommerce #respond input#submit:hover {
    background: var(--color-gold) !important;
    color: #1B1812 !important;
  }
  .woocommerce .button.alt, .woocommerce button.button.alt,	.woocommerce a.button.alt {
    background: var(--color-gold) !important;
    color: #1B1812 !important;
  }
  .woocommerce .button.alt:hover {
    background: var(--color-gold-400) !important;
  }
  .woocommerce ul.products {
    display: grid;
    gap: 2.5rem 2rem;
    margin: 0;
    padding: 0;
  }
  @media (min-width: 640px) {
    .woocommerce ul.products {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 900px) {
    .woocommerce ul.products {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 1180px) {
    .woocommerce ul.products {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    text-align: center;
  }
  .woocommerce ul.products li.product a img {
    margin: 0 0 1rem;
    background: var(--color-cream-100);
    transition: transform .6s cubic-bezier(.2,.7,.3,1);
  }
  .woocommerce ul.products li.product:hover a img {
    transform: scale(1.04);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--font-display) !important;
    font-size: 1.15rem !important;
    font-weight: 500;
    color: var(--color-ink);
    padding: 0 !important;
  }
  .woocommerce ul.products li.product .price {
    color: var(--color-ink) !important;
    font-size: 1rem !important;
    font-weight: 500;
    font-family: var(--font-sans);
  }
  .woocommerce ul.products li.product .onsale,	.woocommerce span.onsale {
    background: var(--color-gold) !important;
    color: #1B1812 !important;
    border-radius: 0;
    padding: .35rem .8rem;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    min-height: 0;
    line-height: 1.4;
  }
  .woocommerce div.product .product_title {
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--color-ink) !important;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--font-sans);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: var(--color-line);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: var(--font-sans);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before,	.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--color-muted);
    font-weight: 500;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--color-ink);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid var(--color-gold);
  }
  .woocommerce .quantity .qty {
    border: 1px solid var(--color-line);
    background: #fff;
    padding: .7rem .4rem;
    font-family: var(--font-sans);
  }
  .woocommerce-breadcrumb {
    font-size: .78rem !important;
    letter-spacing: .06em;
    color: var(--color-muted) !important;
    margin-bottom: 2rem !important;
  }
  .woocommerce-breadcrumb a {
    color: var(--color-muted) !important;
  }
  .woocommerce-breadcrumb a:hover {
    color: var(--color-gold-600) !important;
  }
  .woocommerce .woocommerce-ordering select,	.woocommerce-page .woocommerce-ordering select {
    border: 1px solid var(--color-line);
    background: #fff;
    padding: .6rem .8rem;
    font-family: var(--font-sans);
    font-size: .85rem;
  }
  .woocommerce .woocommerce-result-count {
    color: var(--color-muted);
    font-size: .85rem;
  }
  .woocommerce table.shop_table {
    border-radius: 0;
    border-color: var(--color-line);
  }
  .woocommerce-cart table.cart img {
    width: 72px;
  }
  .woocommerce form .form-row input.input-text,	.woocommerce form .form-row textarea,	.woocommerce form .form-row select {
    border: 1px solid var(--color-line);
    padding: .8rem .9rem;
    font-family: var(--font-sans);
    background: #fff;
  }
  .cr-logo {
    background-image: none !important;
    width: auto;
    height: 46px;
    display: block;
    color: var(--color-cream-100);
  }
  .cr-header .cr-logo {
    height: 44px;
  }
  .cr-footer .cr-logo {
    height: 40px;
    color: var(--color-cream-100);
    opacity: .95;
  }
  @media (max-width: 640px) {
    .cr-logo, .cr-header .cr-logo {
      height: 34px;
    }
  }
  .cr-cart-count {
    position: absolute;
    top: -6px;
    right: -9px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: var(--color-gold);
    color: #1B1812;
    border-radius: 999px;
    font-size: .66rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-sans);
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
