/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Steamly
Theme URI: https://underscoretw.com/
Description: Custom flat-design storefront for Steamly — shower steamers.
Version: 0.1.0
Author: Maelsec
Author URI: https://underscoretw.com/
Text Domain: steamly
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.

Steamly 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: "Jost", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: "Cormorant Garamond", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --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-black: #0e0e0e;
  --color-white: #fff;
  --spacing: 0.25rem;
  --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);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-extrabold: 800;
  --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-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);
  --color-ink: #1c1c1c;
  --color-line: #e7e4e0;
  --color-grey: #6f6f6f;
  --color-mint: #aedccb;
  --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;
}
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);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  padding: 15px 32px;
  border: 1px solid var(--color-ink);
  background: #fff;
  color: var(--color-ink);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition: color 0.35s ease, border-color 0.35s ease;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-black);
  transform: translateY(100%);
  transition: transform 0.35s ease;
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  transform: translateY(0);
}
.btn--dark {
  background: var(--color-black);
  color: #fff;
  border-color: var(--color-black);
}
.btn--dark::before {
  background: #fff;
}
.btn--dark:hover {
  color: var(--color-black);
}
.site-announce {
  background: var(--color-black);
  color: #fff;
  text-align: center;
  padding: 9px 16px;
}
.site-announce p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 300;
}
.main-header .primary-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .primary-menu a {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-ink);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.main-header .primary-menu a:hover {
  opacity: 0.55;
}
.site-logo .custom-logo, .site-logo img {
  height: 30px;
  width: auto;
  max-width: 200px;
  aspect-ratio: auto;
}
.header-icon {
  color: var(--color-ink);
  display: inline-flex;
  transition: opacity 0.2s ease;
}
.header-icon:hover {
  opacity: 0.55;
}
.header-icon svg {
  width: 21px;
  height: 21px;
}
.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--color-black);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  font-weight: 400;
}
.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--color-ink);
  transition: 0.25s ease;
}
.mobile-nav {
  display: none;
  border-top: 1px solid var(--color-line);
}
.nav-toggle-input:checked ~ .mobile-nav {
  display: block;
}
.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 8px 24px 16px;
}
.mobile-menu a {
  display: block;
  padding: 12px 0;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--color-line);
}
.site-foot {
  font-family: var(--font-sans);
  color: var(--color-ink);
  font-weight: 300;
  line-height: 1.6;
}
.site-foot a {
  color: inherit;
  text-decoration: none;
}
.foot-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}
.site-foot .border-y {
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.site-foot .loyalty {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.site-foot .loyalty::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(20,18,28,0.55), rgba(20,18,28,0.25) 60%, transparent);
}
.site-foot .loyalty-copy {
  position: relative;
  z-index: 2;
}
.site-foot .loyalty-copy .small {
  font-size: 11px;
  letter-spacing: 0.04em;
  max-width: 320px;
  margin: 0 0 14px;
  color: #f1edf2;
}
.site-foot .loyalty-copy h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 46px);
  margin: 0 0 18px;
  color: #fff;
}
.site-foot .loyalty-copy a {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  padding-bottom: 4px;
  color: #fff;
}
.site-foot .trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 42px 0;
  text-align: center;
}
.site-foot .trust .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
}
.site-foot .trust svg {
  width: 26px;
  height: 26px;
  stroke: #5a5a7a;
  fill: none;
}
.site-foot .trust p {
  font-size: 11px;
  color: var(--color-grey);
  letter-spacing: 0.02em;
  max-width: 170px;
  margin: 0;
}
.site-foot .press {
  background: var(--color-black);
  padding: 30px 0;
}
.site-foot .press-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.site-foot .press-row span {
  color: #f3f1ee;
  opacity: 0.9;
  white-space: nowrap;
}
.site-foot .p-gq {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 30px;
  font-style: italic;
}
.site-foot .p-stellar {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.site-foot .p-bs {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  letter-spacing: 0.04em;
}
.site-foot .p-breathe {
  font-family: var(--font-serif);
  font-size: 24px;
}
.site-foot .p-tel {
  font-family: var(--font-serif);
  font-size: 17px;
}
.site-foot .p-vogue {
  font-family: var(--font-serif);
  font-size: 26px;
  letter-spacing: 0.16em;
}
.site-foot .dark-foot {
  background: var(--color-black);
  color: #cfcdca;
  padding: 56px 0 0;
}
.site-foot .foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr 1.3fr 1fr;
  gap: 40px;
}
.site-foot .foot-grid h4 {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #f3f1ee;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 16px;
}
.site-foot .foot-grid p {
  font-size: 11.5px;
  line-height: 1.8;
  color: #a3a19e;
  margin: 0;
}
.site-foot .foot-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11.5px;
  color: #a3a19e;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-foot .foot-links a:hover {
  color: #fff;
}
.site-foot .brand-huge {
  text-align: center;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 24px);
  color: #f3f1ee;
  padding: 46px 0 40px;
}
.site-foot .botbar {
  border-top: 1px solid #262626;
  padding: 16px 0;
}
.site-foot .botbar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #8a8885;
  gap: 16px;
  flex-wrap: wrap;
}
.site-foot .payment-methods {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-foot .payment-methods li {
  display: flex;
  margin: 0;
  padding: 0;
}
.site-foot .payment-methods svg {
  display: block;
  width: 34px;
  height: auto;
  border-radius: 3px;
}
@media (max-width: 980px) {
  .site-foot .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .site-foot .trust {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
  .site-foot .press-row {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .site-foot .foot-grid {
    grid-template-columns: 1fr;
  }
  .site-foot .trust {
    grid-template-columns: 1fr 1fr;
  }
}
.ss-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 28px;
}
.ss-section {
  padding: 80px 0;
}
.ss-center {
  text-align: center;
}
.ss-mt {
  margin-top: 44px;
}
.ss-eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-grey);
  margin: 0 0 12px;
}
.ss-eyebrow--light {
  color: rgba(255, 255, 255, 0.85);
}
.ss-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  margin: 0 0 14px;
}
.ss-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.ss-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ss-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(30, 22, 16, 0.30), rgba(30, 22, 16, 0.5));
}
.ss-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 0 24px;
}
.ss-hero__title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(38px, 6vw, 62px);
  line-height: 1.04;
  margin: 0 0 30px;
  color: #fff;
}
.ss-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
}
.ss-card {
  text-align: center;
}
.ss-card__shot {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f2ef;
  margin-bottom: 18px;
}
.ss-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.ss-card__img--hover {
  opacity: 0;
}
.ss-card__shot:hover .ss-card__img--hover {
  opacity: 1;
}
.ss-card__name {
  display: block;
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--color-ink);
  text-decoration: none;
  margin-bottom: 4px;
}
.ss-card__price {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-grey);
  margin-bottom: 16px;
}
.ss-card__price .woocommerce-Price-amount {
  color: var(--color-ink);
}
.ss-card__btn {
  font-size: 10px;
  padding: 12px 22px;
}
.ss-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.ss-split--bordered {
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
}
.ss-split--soothe {
  background: linear-gradient(110deg, #cdbfd9, #d9cfe2 40%, #efe9f2);
}
.ss-split__media {
  position: relative;
  min-height: 380px;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.ss-split__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ss-split__copy {
  padding: 64px 7%;
  text-align: center;
}
.ss-split__copy h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.15;
  margin: 0 auto 16px;
  max-width: 22ch;
}
.ss-split__copy p {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-grey);
  line-height: 1.8;
  max-width: 42ch;
  margin: 0 auto 24px;
}
.ss-faq__wrap {
  max-width: 740px;
}
.ss-faq__list {
  margin-top: 32px;
}
.ss-faq__item {
  border-bottom: 1px solid var(--color-line);
}
.ss-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 2px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--color-ink);
}
.ss-faq__item summary::-webkit-details-marker {
  display: none;
}
.ss-faq__plus {
  font-size: 20px;
  color: var(--color-grey);
  transition: transform 0.2s ease;
}
.ss-faq__item[open] .ss-faq__plus {
  transform: rotate(45deg);
}
.ss-faq__ans {
  padding: 0 2px 20px;
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-grey);
  line-height: 1.75;
}
@media (max-width: 860px) {
  .ss-products {
    grid-template-columns: 1fr 1fr;
  }
  .ss-split {
    grid-template-columns: 1fr;
  }
  .ss-split__media {
    min-height: 280px;
  }
  .ss-split__copy {
    padding: 44px 28px;
  }
}
@media (max-width: 520px) {
  .ss-products {
    grid-template-columns: 1fr;
  }
}
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  pointer-events: none;
}
.cart-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 14, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cart-drawer.is-open .cart-drawer__overlay {
  opacity: 1;
}
.cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: 90vw;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
}
.cart-drawer.is-open .cart-drawer__panel {
  transform: translateX(0);
}
.cart-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-line);
}
.cart-drawer__title {
  font-family: var(--font-serif);
  font-size: 22px;
}
.cart-drawer__close {
  background: none;
  border: 0;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: var(--color-ink);
}
.widget_shopping_cart_content {
  padding: 16px 24px 24px;
  overflow-y: auto;
  flex: 1;
  font-family: var(--font-sans);
  font-size: 13px;
}
body.cart-open {
  overflow: hidden;
}
.ss-shop-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  padding: 64px 24px;
}
.ss-shop-hero__inner {
  max-width: 640px;
}
.ss-shop-hero h1 {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  margin: 0 0 16px;
  color: #fff;
}
.ss-shop-hero__inner p {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}
.ss-wc {
  padding: 60px 28px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2 {
  font-family: var(--font-serif) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  font-size: 20px;
}
.woocommerce ul.products li.product .price {
  font-family: var(--font-sans);
  color: var(--color-ink);
  font-size: 14px;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce .button, .woocommerce #respond input#submit, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce a.button.alt {
  background: var(--color-black) !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 12px;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce .button:hover, .woocommerce input.button:hover {
  background: #333 !important;
}
.woocommerce div.product .product_title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 40px);
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--color-ink);
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-top-color: var(--color-ink);
}
.woocommerce-shop .ss-shop-hero {
  margin-top: calc(-1 * var(--ss-nav-h, 72px));
  padding-top: calc(var(--ss-nav-h, 72px) + 70px);
  min-height: 520px;
}
.woocommerce-shop .main-header {
  background: transparent;
  border-bottom-color: transparent;
}
.woocommerce-shop .main-header .primary-menu a, .woocommerce-shop .main-header .header-icon {
  color: #fff;
}
.woocommerce-shop .main-header .site-logo .custom-logo, .woocommerce-shop .main-header .site-logo img {
  filter: brightness(0) invert(1);
}
.woocommerce-shop .main-header .nav-toggle span {
  background: #fff;
}
.woocommerce-shop .main-header.is-scrolled {
  background: #fff;
  border-bottom-color: var(--color-line);
}
.woocommerce-shop .main-header.is-scrolled .primary-menu a, .woocommerce-shop .main-header.is-scrolled .header-icon {
  color: var(--color-ink);
}
.woocommerce-shop .main-header.is-scrolled .site-logo .custom-logo, .woocommerce-shop .main-header.is-scrolled .site-logo img {
  filter: none;
}
.woocommerce-shop .main-header.is-scrolled .nav-toggle span {
  background: var(--color-ink);
}
.header-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-bottom: 1px solid var(--color-line);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 40;
}
.header-search.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-search__form {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
}
.header-search__input {
  flex: 1;
  border: 0;
  border-bottom: 1px solid var(--color-ink);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 16px;
  padding: 8px 2px;
  outline: none;
}
.header-search__submit {
  background: none;
  border: 0;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--color-ink);
}
.widget_shopping_cart_content {
  font-family: var(--font-sans);
  font-size: 13px;
}
.widget_shopping_cart_content ul.cart_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_shopping_cart_content ul.cart_list li {
  position: relative;
  padding: 16px 24px 16px 0;
  border-bottom: 1px solid var(--color-line);
  line-height: 1.5;
}
.widget_shopping_cart_content ul.cart_list li a {
  color: var(--color-ink);
  text-decoration: none;
}
.widget_shopping_cart_content ul.cart_list li a:not(.remove) {
  font-family: var(--font-serif);
  font-size: 16px;
}
.widget_shopping_cart_content ul.cart_list li img {
  width: 56px;
  height: auto;
  float: right;
  margin-left: 12px;
}
.widget_shopping_cart_content ul.cart_list li .quantity {
  color: var(--color-grey);
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
.widget_shopping_cart_content a.remove {
  position: absolute;
  top: 14px;
  right: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: var(--color-grey) !important;
  font-size: 16px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-top: 1px solid var(--color-ink);
  margin-top: 4px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
  display: block;
  text-align: center;
  margin: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  color: var(--color-grey);
  font-size: 14px;
  padding: 24px 0;
  text-align: center;
}
.shop-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  padding: 48px 28px 80px;
}
.shop-filters {
  font-family: var(--font-sans);
}
.shop-filters .filter-group {
  padding: 18px 0;
  border-bottom: 1px solid var(--color-line);
}
.shop-filters .filter-group:first-child {
  padding-top: 0;
}
.shop-filters .filter-title {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-ink);
  margin: 0 0 16px;
  font-weight: 400;
}
.ss-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--color-grey);
}
.ss-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ss-toggle__track {
  width: 34px;
  height: 18px;
  border-radius: 999px;
  background: var(--color-line);
  position: relative;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.ss-toggle__dot {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.ss-toggle input:checked + .ss-toggle__track {
  background: var(--color-black);
}
.ss-toggle input:checked + .ss-toggle__track .ss-toggle__dot {
  transform: translateX(16px);
}
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  margin-bottom: 36px;
}
.view-toggles {
  display: flex;
  gap: 4px;
}
.view-toggle {
  background: none;
  border: 0;
  padding: 6px;
  cursor: pointer;
  color: var(--color-grey);
  display: inline-flex;
}
.view-toggle.is-active {
  color: var(--color-ink);
}
.shop-toolbar .woocommerce-ordering {
  margin: 0;
}
.shop-toolbar .woocommerce-ordering select {
  font-family: var(--font-sans);
  font-size: 12px;
  border: 1px solid var(--color-line);
  padding: 9px 14px;
  border-radius: 0;
  background: #fff;
  color: var(--color-ink);
}
.shop-main ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-main.view-2 ul.products {
  grid-template-columns: repeat(2, 1fr);
}
.shop-main.view-list ul.products {
  grid-template-columns: 1fr;
}
.shop-main ul.products::before, .shop-main ul.products::after {
  content: none;
  display: none;
}
.shop-main ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  text-align: center;
  position: relative;
}
.shop-main li.product .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.shop-main li.product img {
  width: 100%;
  height: auto;
  margin: 0;
  background: linear-gradient(180deg, #fbfbfb, #f1f0ee);
}
.shop-main li.product .woocommerce-loop-product__title {
  font-family: var(--font-serif) !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  text-transform: none !important;
  padding: 16px 0 2px !important;
  color: var(--color-ink);
}
.shop-main li.product .ss-loop-sub {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--color-grey);
  margin: 0 0 8px;
}
.shop-main li.product .price {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--color-ink);
  display: block;
  margin-bottom: 14px;
}
.shop-main li.product .price del {
  color: var(--color-grey);
  opacity: 0.75;
  margin-left: 6px;
  font-weight: 400;
}
.shop-main li.product .price ins {
  text-decoration: none;
}
.shop-main li.product .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  bottom: auto;
  margin: 0;
  min-height: 0;
  min-width: 0;
  background: var(--color-mint);
  color: #1c3a30;
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 400;
  line-height: 1;
}
.shop-main li.product .button, .shop-main li.product .add_to_cart_button {
  font-size: 10px !important;
  padding: 12px 22px !important;
}
.shop-main.view-list ul.products li.product {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  text-align: left;
  align-items: center;
  border-bottom: 1px solid var(--color-line);
  padding-bottom: 28px;
}
.shop-main.view-list li.product .woocommerce-loop-product__title {
  padding-top: 0 !important;
}
.shop-filters .price_slider {
  margin: 16px 6px 20px;
}
.shop-filters .ui-slider {
  position: relative;
  height: 3px;
  background: var(--color-line);
  border-radius: 0;
}
.shop-filters .ui-slider .ui-slider-range {
  position: absolute;
  height: 3px;
  background: var(--color-black);
}
.shop-filters .ui-slider .ui-slider-handle {
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-black);
  cursor: pointer;
  margin-left: -7px;
}
.shop-filters .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--color-grey);
}
.shop-filters .price_slider_amount .button {
  font-size: 10px !important;
  padding: 10px 18px !important;
  order: 3;
}
.shop-filters .price_slider_amount .price_label {
  width: 100%;
  order: 1;
}
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.woocommerce div.product .woocommerce-product-gallery {
  margin: 0;
  float: none;
  width: auto;
}
.woocommerce div.product .summary {
  margin: 0;
  float: none;
  width: auto;
}
.woocommerce div.product .product_title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 12px;
}
.woocommerce div.product .summary .price {
  font-family: var(--font-sans);
  color: var(--color-ink);
  font-size: 20px;
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--color-grey);
  line-height: 1.8;
}
.woocommerce div.product form.cart {
  margin: 24px 0;
}
.woocommerce div.product form.cart .button, .woocommerce div.product .single_add_to_cart_button {
  width: 100%;
  padding: 16px !important;
}
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells {
  grid-column: 1 / -1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--color-ink);
  background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: var(--color-ink);
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce #reviews h2 {
  font-family: var(--font-serif);
  font-weight: 400;
}
@media (max-width: 860px) {
  .shop-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .shop-filters {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .shop-main ul.products, .shop-main.view-2 ul.products {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 520px) {
  .shop-main ul.products {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account .woocommerce {
  font-family: var(--font-sans);
}
.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--color-line);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-grey);
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--color-ink);
}
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3 {
  font-family: var(--font-serif);
  font-weight: 400;
}
.woocommerce-account h2 {
  font-family: var(--font-serif);
  font-weight: 400;
}
@media (max-width: 860px) {
  .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 0 24px 24px;
  overflow: visible;
}
.cart-drawer.is-loading .widget_shopping_cart_content {
  opacity: 0.55;
  pointer-events: none;
}
.ss-mini-ship {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-grey);
  padding: 16px 0;
  border-bottom: 1px solid var(--color-line);
  margin: 0;
}
.ss-mini-ship--ok {
  color: var(--color-ink);
}
.ss-mini {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ss-mini-item {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-line);
  position: static;
}
.ss-mini-item:last-child {
  border-bottom: 0;
}
.ss-mini-item__thumb {
  flex: 0 0 84px;
  width: 84px;
}
.ss-mini-item__thumb a {
  display: block;
}
.widget_shopping_cart_content .ss-mini-item__thumb img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  float: none !important;
  margin: 0 !important;
  display: block;
  background: #f4f2ef;
}
.ss-mini-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.ss-mini-item__name {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--color-ink);
  text-decoration: none;
  line-height: 1.25;
}
.ss-mini-item__price {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-ink);
}
.ss-mini-item__meta {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--color-grey);
  margin: 2px 0 0;
  white-space: pre-line;
  line-height: 1.55;
}
.ss-mini-item__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  flex-wrap: wrap;
}
.ss-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-line);
}
.ss-qty__dec, .ss-qty__inc {
  width: 32px;
  height: 34px;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: var(--color-ink);
}
.ss-qty__input {
  width: 40px;
  height: 34px;
  border: 0;
  border-left: 1px solid var(--color-line);
  border-right: 1px solid var(--color-line);
  text-align: center;
  font-family: var(--font-sans);
  font-size: 13px;
  -moz-appearance: textfield;
}
.ss-qty__input::-webkit-outer-spin-button, .ss-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ss-mini-remove {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--color-grey);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ss-mini-remove:hover {
  color: var(--color-ink);
}
.ss-mini-foot {
  padding-top: 16px;
  border-top: 1px solid var(--color-ink);
  margin-top: 4px;
}
.ss-mini-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 0 16px;
  margin: 0;
  border: 0;
}
.ss-mini-total span:last-child {
  font-size: 16px;
  letter-spacing: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.widget_shopping_cart_content .ss-checkout-btn {
  display: block;
  text-align: center;
  padding: 18px !important;
  font-size: 13px !important;
  letter-spacing: 0.16em;
}
.ss-viewcart {
  display: block;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.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;
}
.sticky {
  position: sticky;
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.z-50 {
  z-index: 50;
}
.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;
  }
}
.mx-auto {
  margin-inline: auto;
}
.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;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.max-w-none {
  max-width: none;
}
.max-w-wide {
  max-width: var(--container-wide);
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.resize {
  resize: both;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-line {
  border-color: var(--color-line);
}
.bg-background {
  background-color: var(--color-background);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.font-serif {
  font-family: var(--font-serif);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.tracking-\[0\.28em\] {
  --tw-tracking: 0.28em;
  letter-spacing: 0.28em;
}
.uppercase {
  text-transform: uppercase;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.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));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.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 >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
