/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --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);
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
}
:root {
  --green: #234c36;
  --ink: #263c30;
  --cream: #f8f7f1;
  --muted: #71796e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
button, a, input, select {
  touch-action: manipulation;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid #b59450;
  outline-offset: 4px;
}
.wrap {
  max-width: 1280px;
  width: calc(100% - 112px);
  margin: auto;
}
.announcement {
  background: var(--green);
  color: #f7f6e9;
  text-align: center;
  padding: 11px 30px;
  font-size: 11px;
  letter-spacing: 0.6px;
}
.announcement span {
  margin-left: 80px;
  opacity: 0.75;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 108px;
}
.brand {
  font-size: 42px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.brand div {
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1;
}
.brand span {
  font-family: Arial, sans-serif;
  display: block;
  font-size: 8px;
  letter-spacing: 2.3px;
  margin-top: 10px;
}
.header nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
}
.header nav a:hover {
  color: #799149;
}
.cart-button {
  border: 1px solid #cfd5c7;
  background: transparent;
  border-radius: 25px;
  padding: 10px 15px;
}
.cart-button span {
  background: var(--green);
  color: white;
  border-radius: 50%;
  padding: 4px 7px;
  margin-left: 12px;
  font-size: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  background: #eeeee3;
  border-radius: 6px;
  overflow: hidden;
}
.hero-copy {
  padding: 65px 50px 40px;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.8px;
  font-weight: 600;
  color: #6b795a;
}
.hero h1 {
  font: normal clamp(42px, 4.8vw, 68px) / 1.05 Georgia, serif;
  letter-spacing: -2px;
  margin: 27px 0 24px;
}
.hero h1 em, h2 em {
  font-weight: 400;
  color: #7b8c60;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  color: #737b6e;
  max-width: 340px;
}
.primary {
  display: inline-flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding: 16px 23px;
  background: var(--green);
  color: white;
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 23px;
}
.primary:hover {
  background: #346748;
}
.hero-note {
  font-size: 10px;
  color: #75816d;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
}
.hero-note span {
  font-size: 25px;
}
.hero-image {
  position: relative;
  min-height: 460px;
  background: #c6cdac;
}
.hero-image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.image-tag {
  position: absolute;
  bottom: 24px;
  left: 28px;
  font-size: 8px;
  letter-spacing: 1.8px;
  background: #f8f7f1e8;
  padding: 12px 16px;
  border-radius: 2px;
}
.round-seal {
  position: absolute;
  right: 25px;
  top: 27px;
  background: #f8f7e9;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 7px;
  letter-spacing: 1px;
  box-shadow: 0 0 0 7px #f8f7e940;
}
.round-seal b {
  font: italic 25px Georgia;
  letter-spacing: 0;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0;
  border-bottom: 1px solid #dedfd3;
  gap: 25px;
}
.benefits > span {
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 8px;
  font-size: 10px;
  color: var(--muted);
}
.benefits b {
  font-size: 12px;
  color: var(--ink);
  font-weight: 500;
}
.products {
  padding: 62px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2 {
  font: 36px/1.2 Georgia, serif;
  margin: 10px 0 20px;
  letter-spacing: -1px;
}
.section-head > span {
  font-size: 11px;
}
.demo-note {
  font-size: 10px;
  color: #767d70;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 24px;
}
.product {
  min-width: 0;
}
.product-photo {
  display: block;
  height: 250px;
  background: #eeeee5;
  border: 1px solid #e8e8de;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s;
}
.product:hover .product-photo img {
  transform: scale(1.04);
}
h3 {
  font: 20px Georgia, serif;
  margin: 9px 0;
}
.product button {
  background: transparent;
  border: 1px solid #cbd0c1;
  border-radius: 3px;
  padding: 10px 14px;
}
.about {
  background: #e8ecdf;
  text-align: center;
  padding: 55px 25px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.about > p:last-child {
  max-width: 530px;
  margin: 15px auto;
  color: var(--muted);
  line-height: 1.9;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #dcdfd3;
  font: 20px Georgia;
}
footer span {
  font: 10px Arial;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero {
    min-height: 580px;
  }
  .hero-copy {
    padding-top: 75px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header nav {
    gap: 18px;
  }
  .hero-copy {
    padding: 40px 25px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-image {
    min-height: 470px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .announcement span {
    display: none;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .header {
    min-height: 90px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }
  .brand div {
    font-size: 24px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    font-size: 11px;
    gap: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 35px 26px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero-image {
    min-height: 320px;
  }
  .hero-note {
    margin-top: 22px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 0;
  }
  .products {
    padding: 35px 0;
  }
  .section-head {
    align-items: start;
  }
  .section-head > span {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  .product-grid {
    gap: 15px;
  }
  .product-photo {
    height: 200px;
  }
  .product h3 {
    font-size: 19px;
  }
  .about {
    padding: 35px 24px;
  }
  footer {
    display: block;
  }
  footer span {
    display: block;
    margin-top: 15px;
    line-height: 1.6;
  }
}
.benefits > div {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.benefits > div + div {
  border-left: 1px solid #dddfd1;
}
.benefits > div > span {
  font-size: 30px;
  color: #728262;
}
.benefits p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.benefits b {
  display: block;
}
.section-head > a {
  font-size: 11px;
  border-bottom: 1px solid #91a080;
  padding-bottom: 6px;
}
.shop-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 26px;
}
.tabs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.tabs button {
  border: 1px solid #dce0d3;
  border-radius: 30px;
  background: transparent;
  padding: 10px 16px;
  font-size: 11px;
  white-space: nowrap;
}
.tabs button.active {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.search-sort {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cdd2c2;
  gap: 7px;
  padding: 8px;
}
.search > span {
  font-size: 22px;
}
.search input {
  width: 150px;
  border: 0;
  background: transparent;
  font: 11px Arial;
  outline-offset: 6px;
}
.search-sort select {
  font: 10px Arial;
  border: 0;
  background: transparent;
  max-width: 125px;
  color: #58644f;
}
.product .product-photo {
  width: 100%;
  padding: 20px 5px 0;
  display: block;
  border: 1px solid #e8e8de;
  height: 275px;
}
.product-badge {
  position: absolute;
  top: 15px;
  left: 14px;
  z-index: 1;
  font-size: 7px;
  letter-spacing: 1px;
  color: #778569;
}
.product:last-child .product-photo img {
  object-fit: cover;
}
.product:last-child .product-photo {
  padding: 0;
}
.product:last-child .product-badge {
  background: #f9f9ef;
  padding: 7px;
}
.product .name-button {
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
}
.size {
  font-size: 11px;
  color: var(--muted);
  margin: 0 0 17px;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-bottom > b {
  font-size: 12px;
  font-weight: 500;
}
.product .add {
  font-size: 11px;
  border-radius: 30px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.product .add:hover {
  background: var(--green);
  color: white;
}
.add span {
  font-size: 18px;
}
.collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
}
.collection > div {
  position: relative;
  overflow: hidden;
  border: 1px solid #a9b79d;
  padding: 38px;
  background: #e8ecde;
  border-radius: 5px;
  min-height: 310px;
}
.collection > div:nth-child(2) {
  background: #eeeadd;
}
.collection h2 {
  font-size: 35px;
  position: relative;
  z-index: 1;
}
.collection p:not(.eyebrow) {
  font-size: 11px;
  color: #6f7966;
  position: relative;
  z-index: 1;
}
.text-link {
  padding: 0 0 8px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #79906b;
  display: inline-block;
  font-size: 11px;
  color: var(--green);
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
.text-link span {
  margin-left: 25px;
}
.botanical {
  position: absolute;
  right: 5px;
  bottom: -55px;
  font-size: 240px;
  color: #718458;
  opacity: 0.3;
  transform: rotate(-25deg);
}
.collection img {
  position: absolute;
  right: -30px;
  bottom: 3px;
  width: 49%;
  height: 85%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: none !important;
  rotate: 0deg !important;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent), linear-gradient(to bottom, transparent, #000 5%, #000 86%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent), linear-gradient(to bottom, transparent, #000 5%, #000 86%, transparent);
  mask-composite: intersect;
}
.collection > div:nth-child(2) > p {
  max-width: 55%;
}
.about {
  background: none;
  border-top: 1px solid #dce1d3;
  border-bottom: 1px solid #dce1d3;
  padding: 55px 25px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  padding: 15px 0 60px;
}
.faq details {
  border-bottom: 1px solid #dce1d3;
  padding: 20px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 12px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq summary:after {
  content: "+";
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 0;
}
footer {
  align-items: center;
  gap: 20px;
}
footer .brand {
  font-size: 35px;
}
footer .brand div {
  font-size: 24px;
}
footer .brand span {
  margin-top: 8px;
  font-size: 7px;
}
footer > div:nth-child(2) > a {
  font: 11px Arial;
  margin-right: 25px;
}
footer p {
  font: 9px/1.8 Arial;
  color: var(--muted);
  margin-top: 15px;
}
footer > span {
  font-size: 9px;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #234c36;
  color: white;
  padding: 16px 25px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 10;
  box-shadow: 0 7px 30px #20372125;
  max-width: 90vw;
  white-space: nowrap;
  font-size: 12px;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
dialog {
  background: var(--cream);
  color: var(--ink);
  border: 0;
  border-radius: 9px;
  padding: 32px;
  max-height: 90dvh;
  overflow-y: auto;
  margin: auto;
  box-shadow: 0 20px 90px #14251a44;
}
dialog::backdrop {
  background: #182e256e;
  backdrop-filter: blur(3px);
}
.detail-dialog {
  width: min(740px, 94vw);
}
.detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.detail-content > img {
  width: 100%;
  mix-blend-mode: multiply;
}
.detail-content p {
  font-size: 12px;
  line-height: 1.8;
}
.detail-note {
  color: var(--muted);
}
.close {
  background: transparent;
  border: 0;
  font-size: 27px;
  padding: 2px 9px;
  border-radius: 50%;
  line-height: 1.2;
}
.detail-dialog > .close {
  display: block;
  margin-left: auto;
}
.bag-dialog {
  width: min(520px, 100vw);
  max-height: 100dvh;
  height: 100dvh;
  margin: 0 0 0 auto;
  border-radius: 0;
  padding: 30px;
}
.bag-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #dbe0d2;
}
.bag-heading .close {
  margin-top: 4px;
}
.bag-heading h2 {
  font-size: 32px;
}
.bag-heading small {
  font: 15px Arial;
  color: #7b856f;
}
.empty {
  text-align: center;
  padding: 50px 15px;
}
.empty p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.empty-icon {
  font-size: 70px;
  color: #7b9061;
}
.bag-item {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #dbe0d2;
  padding: 20px 0;
}
.bag-item > img {
  height: 95px;
  width: 85px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.bag-item > div {
  flex: 1;
}
.bag-item h3 {
  font-size: 19px;
}
.bag-item p {
  font-size: 11px;
  color: #75806b;
  margin: 7px 0;
}
.quantity {
  display: inline-flex;
  border: 1px solid #d4d9c9;
  align-items: center;
  border-radius: 4px;
  margin-top: 5px;
}
.quantity button {
  background: transparent;
  border: 0;
  font-size: 16px;
  width: 28px;
  height: 28px;
}
.quantity span {
  padding: 0 12px;
  font-size: 11px;
}
.remove {
  border: 0;
  background: transparent;
  font-size: 10px;
  text-decoration: underline;
  color: #7d826f;
}
.subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 25px 0 10px;
}
.order-form {
  border-top: 1px solid #dbe0d2;
  margin-top: 25px;
  padding-top: 20px;
}
.order-form > p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
}
.order-form label {
  display: block;
  font-size: 11px;
  margin-top: 15px;
}
.order-form input, .order-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #cfd6c5;
  padding: 12px;
  border-radius: 4px;
  background: #fcfcf8;
  color: var(--ink);
  font: 13px Arial;
}
.order-form .primary {
  width: 100%;
  margin-top: 20px;
}
.summary-box {
  margin-top: 25px;
  border: 1px solid #c8d4bd;
  border-radius: 5px;
  padding: 20px;
  background: #edf0e5;
}
.summary-box h3 {
  font-size: 19px;
}
.summary-box pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 11px/1.8 Arial;
}
.empty {
  grid-column: 1/-1;
}
@media (max-width: 1100px) {
  .shop-controls {
    flex-wrap: wrap;
  }
  .product .product-photo {
    height: 235px;
  }
  .collection > div {
    padding: 28px;
  }
  .collection h2 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .product .product-photo {
    height: 290px;
  }
  .collection {
    gap: 16px;
  }
  .collection > div {
    padding: 25px;
  }
  .collection img {
    opacity: 0.4;
    width: 55%;
  }
  .collection h2 {
    font-size: 30px;
  }
  .faq {
    gap: 30px;
  }
  .footer-brand {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .benefits > div {
    justify-content: start;
  }
  .benefits > div + div {
    border-left: 0;
  }
  .benefits b {
    font-size: 12px;
  }
  .section-head > a {
    display: none;
  }
  .tabs {
    gap: 6px;
  }
  .tabs button {
    padding: 9px 12px;
    font-size: 10px;
  }
  .search-sort {
    width: 100%;
    justify-content: space-between;
  }
  .search {
    flex: 1;
  }
  .search input {
    width: 100%;
  }
  .product .product-photo {
    height: 215px;
  }
  .product-badge {
    font-size: 6px;
    left: 8px;
    top: 10px;
  }
  .product .add {
    gap: 9px;
    padding: 6px 10px;
  }
  .product-bottom > b {
    font-size: 11px;
  }
  .collection {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }
  .collection > div {
    min-height: 290px;
    padding: 30px;
  }
  .collection img {
    opacity: 0.85;
  }
  .collection h2 {
    font-size: 35px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-bottom: 35px;
  }
  .faq h2 {
    margin-bottom: 5px;
  }
  footer > span {
    margin-top: 20px;
  }
  .detail-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .detail-content > img {
    max-height: 240px;
    object-fit: contain;
  }
  .detail-dialog {
    padding: 20px;
  }
  .detail-content h2 {
    font-size: 30px;
  }
  .bag-dialog {
    padding: 22px;
  }
  .toast {
    font-size: 11px;
    padding: 14px 18px;
  }
  .product-grid {
    row-gap: 28px;
  }
  .demo-note {
    line-height: 1.7;
  }
  .product .eyebrow {
    font-size: 8px;
  }
  .announcement {
    font-size: 9px;
    padding: 10px 15px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *:before, *:after {
    transition: none !important;
  }
}
.header-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.account-link {
  font-size: 12px;
  border-bottom: 1px solid #aab89c;
  padding: 7px 0;
}
.auth-page {
  min-height: 100dvh;
  background: radial-gradient(ellipse at top left, #e2e8d4, transparent 60%), var(--cream);
  padding: 45px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-page > .brand {
  margin-bottom: 45px;
}
.login-card {
  width: min(500px, 100%);
  padding: 48px;
  background: #fffef8;
  border: 1px solid #dce2d1;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 20px 80px #29482b08;
}
.login-card h1, .dashboard h1 {
  font: 52px/1.1 Georgia, serif;
  letter-spacing: -1.5px;
  margin: 18px 0;
}
.login-card h1 em, .dashboard h1 em {
  color: #7b8c60;
  font-weight: 400;
}
.login-card > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}
.login-card .primary, .login-card .secondary {
  width: 100%;
  justify-content: center;
}
.login-card .auth-note {
  font-size: 11px;
  margin-top: 23px;
}
.signed-in {
  background: #edf0e5;
  padding: 12px;
  border-radius: 4px;
  overflow-wrap: anywhere;
}
.signed-in strong {
  display: block;
  color: var(--ink);
  font-weight: 500;
}
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9d3bc;
  border-radius: 4px;
  padding: 11px 16px;
  background: transparent;
  font: 12px Arial;
  color: var(--green);
}
.secondary:hover {
  background: #e8eddf;
}
.login-card .secondary {
  margin-top: 12px;
}
.login-footer {
  color: #79836e;
  font-size: 11px;
  margin: 25px 0;
}
.login-footer a {
  color: var(--green);
  text-decoration: underline;
}
.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  border-bottom: 1px solid #dce2d1;
  gap: 20px;
}
.dashboard-header nav {
  display: flex;
  gap: 24px;
  font-size: 11px;
}
.dashboard {
  padding: 45px 0 65px;
}
.dashboard-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
.dashboard-title p {
  font-size: 12px;
  color: var(--muted);
}
.dashboard h1 {
  font-size: 48px;
}
.dashboard-card {
  background: #fffef9;
  border: 1px solid #dce2d1;
  border-radius: 7px;
  padding: 28px;
  min-width: 0;
}
.dashboard-card h2 {
  font-size: 28px;
  margin-top: 8px;
}
.account-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  align-items: start;
}
.account-email {
  font-size: 12px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.dashboard .order-form {
  padding-top: 0;
  border: 0;
}
.muted {
  font: 12px/1.8 Arial;
  color: var(--muted);
}
.order-card {
  border: 1px solid #dce2d1;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  background: #f9faf4;
}
.order-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
}
.order-top strong {
  font-size: 12px;
  font-weight: 500;
}
.order-top p {
  font-size: 10px;
  color: var(--muted);
  margin: 8px 0;
}
.status {
  display: inline-block;
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 20px;
  background: #e9eddf;
  color: #5c7243;
  white-space: nowrap;
}
.status-received {
  background: #f4edd9;
  color: #876f31;
}
.status-dispatched {
  background: #e4ecee;
  color: #466e78;
}
.status-completed {
  background: #deebdc;
  color: #397341;
}
.status-cancelled {
  background: #eee5df;
  color: #8c5c45;
}
.order-card ul {
  list-style: none;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #dce2d1;
}
.order-card li {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  padding: 7px 0;
}
.order-total {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.order-card details {
  margin-top: 15px;
  font-size: 11px;
  color: var(--muted);
}
.order-card summary {
  cursor: pointer;
}
.order-card details p {
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.stat-grid > div {
  background: #e9edde;
  padding: 25px;
  border-radius: 5px;
}
.stat-grid p {
  font-size: 9px;
  letter-spacing: 1px;
  color: #6b795a;
  margin: 0 0 12px;
}
.stat-grid strong {
  font: 42px Georgia, serif;
  display: block;
  margin-bottom: 9px;
}
.stat-grid span {
  font-size: 11px;
  color: var(--muted);
}
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.admin-toolbar .primary {
  margin: 0;
}
.admin-filters {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}
.admin-filters input {
  flex: 1;
  min-width: 0;
}
.admin-filters input, .admin-filters select, .admin-order select, .order-form select {
  border: 1px solid #cfd6c5;
  padding: 11px;
  border-radius: 4px;
  background: #fcfcf8;
  color: var(--ink);
  font: 12px Arial;
}
.order-form select {
  display: block;
  width: 100%;
  margin-top: 7px;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
th {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
  padding: 14px 10px;
  border-bottom: 1px solid #dce2d1;
}
td {
  padding: 16px 10px;
  border-bottom: 1px solid #e5e8dc;
}
.table-product {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 230px;
}
.table-product img {
  width: 50px;
  height: 64px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.table-product strong {
  font-weight: 500;
}
.table-product span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 7px;
}
.admin-order {
  background: var(--cream);
}
.dashboard-footnote {
  max-width: 650px;
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  margin: 25px auto;
  text-align: center;
}
.error-message, .success-message {
  padding: 14px 18px;
  border-radius: 4px;
  font: 12px/1.7 Arial;
}
.error-message {
  background: #f6e8e0;
  color: #983c24;
}
.success-message {
  background: #e5efdf;
  color: #456d3c;
}
.error-message button {
  border: 0;
  background: transparent;
  text-decoration: underline;
  padding-left: 10px;
}
.loading-text {
  font-size: 12px;
  color: var(--muted);
  padding: 20px 0;
}
.product-editor {
  width: min(600px, 94vw);
}
.product-editor h2 {
  font-size: 29px;
}
.product-editor .order-form {
  border: 0;
  margin-top: 10px;
  padding: 0;
}
.form-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.bag-dialog .empty > .text-link {
  display: block;
  margin: 22px auto 0;
}
.order-form .secondary {
  margin: 12px 0;
}
@media (max-width: 900px) {
  .header nav {
    gap: 15px;
  }
  .header-actions {
    gap: 12px;
  }
  .account-grid {
    grid-template-columns: 1fr 1.4fr;
    gap: 20px;
  }
  .dashboard-card {
    padding: 22px;
  }
}
@media (max-width: 600px) {
  .header-actions {
    margin-left: auto;
  }
  .header .brand div {
    font-size: 23px;
  }
  .login-card {
    padding: 32px 24px;
  }
  .auth-page {
    padding: 32px 16px;
  }
  .auth-page > .brand {
    margin-bottom: 30px;
  }
  .login-card h1 {
    font-size: 42px;
  }
  .dashboard-header {
    flex-wrap: wrap;
    padding: 22px 0;
  }
  .dashboard-header nav {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  .dashboard-header .brand div {
    font-size: 25px;
  }
  .dashboard {
    padding: 30px 0 45px;
  }
  .dashboard-title {
    align-items: flex-start;
  }
  .dashboard-title .secondary {
    font-size: 10px;
    padding: 9px;
    max-width: 110px;
  }
  .dashboard h1 {
    font-size: 38px;
  }
  .dashboard-title p {
    font-size: 10px;
    line-height: 1.8;
    overflow-wrap: anywhere;
  }
  .account-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-card {
    padding: 20px;
  }
  .stat-grid {
    gap: 8px;
  }
  .stat-grid > div {
    padding: 15px 10px;
  }
  .stat-grid p {
    font-size: 7px;
    line-height: 1.6;
    min-height: 24px;
  }
  .stat-grid strong {
    font-size: 30px;
  }
  .stat-grid span {
    font-size: 9px;
    line-height: 1.6;
    display: block;
  }
  .admin-toolbar {
    gap: 12px;
    align-items: start;
    flex-wrap: wrap;
  }
  .admin-toolbar .primary {
    font-size: 10px;
    padding: 10px 15px;
  }
  .admin-filters {
    gap: 8px;
  }
  .admin-filters input, .admin-filters select {
    font-size: 11px;
    padding: 10px;
  }
  .admin-filters select {
    max-width: 120px;
  }
  .order-card {
    padding: 15px;
  }
  .order-top strong {
    font-size: 11px;
  }
  .order-card li {
    font-size: 11px;
  }
  .admin-order select {
    font-size: 10px;
    padding: 6px;
    max-width: 110px;
  }
  .form-two {
    gap: 12px;
  }
  .dashboard-card h2 {
    font-size: 25px;
  }
  .order-card details p {
    font-size: 11px;
  }
}
.seo-panel {
  padding-top: 28px;
}
.seo-intro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
}
.seo-intro .muted {
  max-width: 600px;
}
.seo-page-tabs {
  display: flex;
  gap: 12px;
  margin: 25px 0;
}
.seo-page-tabs button {
  background: #f7f8f0;
  color: var(--ink);
  border: 1px solid #d7decc;
  border-radius: 5px;
  padding: 15px 25px;
  text-align: left;
  font-size: 13px;
}
.seo-page-tabs button.active {
  border-color: var(--green);
  background: #eaf0e1;
}
.seo-page-tabs small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 7px;
}
.seo-editor-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 35px;
  align-items: start;
}
.seo-editor-grid .order-form {
  margin: 0;
}
.field-count {
  float: right;
  color: var(--muted);
  font-size: 10px;
}
.field-hint {
  font: 10px/1.7 Arial;
  color: #748269;
  margin: 7px 0 15px;
}
.search-preview {
  margin: 22px 0;
  padding: 22px;
  border: 1px solid #dde2d4;
  border-radius: 7px;
  background: white;
  overflow-wrap: anywhere;
}
.search-preview > p {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #8b927f;
  margin: 0 0 20px;
}
.search-preview > span {
  font-size: 12px;
  display: block;
  color: #36402e;
}
.search-preview > small {
  display: block;
  color: #737a6a;
  font-size: 10px;
  margin-top: 5px;
}
.search-preview h3 {
  font: 19px/1.4 Arial;
  color: #234891;
  margin: 12px 0 7px;
}
.search-preview > div {
  font: 12px/1.7 Arial;
  color: #626957;
}
.search-preview .preview-help {
  font-size: 9px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #edf0e7;
}
.seo-note {
  padding: 22px;
  background: #edf0e5;
  border-radius: 5px;
}
.seo-note h3 {
  font-size: 21px;
}
.seo-note p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
}
.order-form .checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.7;
  margin-top: 22px;
}
.order-form .checkbox-label input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--green);
}
.product-seo-fields {
  margin: 32px 0 20px;
  border: 1px solid #d9dfcc;
  border-radius: 5px;
  padding: 20px;
}
.product-seo-fields legend {
  font: 23px Georgia;
  padding: 0 10px;
}
.product-seo-fields .text-link {
  margin: 8px 0;
}
.product-seo-fields .search-preview {
  margin: 20px 0 0;
}
.seo-table-status {
  font-size: 10px;
  color: #728161;
}
.product-page, .story-page {
  padding: 35px 0 70px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
  margin: 0 0 35px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.product-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.product-main-image {
  background: #efefe5;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  min-height: 460px;
}
.product-main-image img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-page h1, .story-page h1 {
  font: 52px/1.1 Georgia;
  letter-spacing: -1.5px;
  margin: 20px 0;
}
.product-description {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  white-space: pre-wrap;
  margin: 25px 0;
}
.detail-price {
  font-size: 24px;
  font-weight: 500;
}
.product-purchase {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  margin: 25px 0;
}
.product-purchase label {
  font-size: 10px;
  display: block;
  width: 75px;
}
.product-purchase input {
  width: 100%;
  display: block;
  border: 1px solid #cbd3bf;
  padding: 12px;
  background: #fffef8;
  margin-top: 8px;
  border-radius: 4px;
  font: 13px Arial;
}
.product-purchase .primary {
  margin: 0;
}
.product-purchase .secondary {
  padding: 16px;
}
.product-purchase > p {
  width: 100%;
  font-size: 12px;
  color: var(--green);
  min-height: 18px;
}
.product-information {
  border-top: 1px solid #dce1d3;
  padding: 20px 0;
}
.product-information h2 {
  font-size: 25px;
}
.product-information p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.story-page {
  padding-top: 60px;
}
.story-page h1 {
  font-size: 62px;
}
.story-page h1 em {
  color: #7b8c60;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  margin-top: 45px;
  align-items: center;
}
.story-grid > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
}
.story-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
}
@media (max-width: 900px) {
  .seo-editor-grid {
    gap: 22px;
  }
  .product-page-grid, .story-grid {
    gap: 30px;
  }
  .product-main-image {
    min-height: 350px;
    padding: 20px;
  }
  .product-main-image img {
    height: 320px;
  }
  .product-page h1 {
    font-size: 43px;
  }
}
@media (max-width: 600px) {
  .seo-intro {
    display: block;
  }
  .seo-intro .secondary {
    margin: 8px 0;
  }
  .seo-editor-grid {
    grid-template-columns: 1fr;
  }
  .seo-page-tabs button {
    padding: 12px 20px;
  }
  .product-seo-fields {
    padding: 15px;
  }
  .seo-panel {
    padding-top: 20px;
  }
  .seo-editor-grid .search-preview {
    margin-top: 0;
  }
  .product-page-grid, .story-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .product-main-image {
    min-height: 320px;
  }
  .product-main-image img {
    height: 290px;
  }
  .product-page h1 {
    font-size: 40px;
  }
  .product-page, .story-page {
    padding: 28px 0 45px;
  }
  .story-page h1 {
    font-size: 42px;
  }
  .story-grid {
    margin-top: 28px;
  }
  .story-grid > img {
    height: 300px;
  }
  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .product-purchase .secondary {
    font-size: 11px;
  }
}
.rich-editor {
  margin: 22px 0;
  border: 1px solid #cdd7c0;
  background: #fffef9;
  border-radius: 6px;
  overflow: hidden;
}
.editor-label {
  font-size: 12px;
  font-weight: 600;
  padding: 14px 16px;
  border-bottom: 1px solid #dde3d3;
}
.editor-toolbar {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  background: #eef2e6;
  border-bottom: 1px solid #d3ddc7;
}
.order-form .editor-toolbar label, .editor-toolbar label {
  margin: 0;
  font: 9px Arial;
  color: #526846;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.order-form .editor-toolbar select, .editor-toolbar select {
  width: auto;
  max-width: 170px;
  margin: 0;
  background: #fffef9;
  border: 1px solid #c4d0b7;
  border-radius: 4px;
  padding: 8px 7px;
  font: 11px Arial;
  color: #294b34;
}
.editor-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: 100%;
}
.editor-buttons button {
  min-width: 32px;
  padding: 7px 9px;
  border: 1px solid #c4d0b7;
  background: #fffef9;
  border-radius: 4px;
  font: 12px Arial;
  color: #294b34;
}
.editor-buttons button[aria-pressed="true"] {
  background: #234c36;
  color: white;
  border-color: #234c36;
}
.editor-buttons button[aria-label="Bold"] {
  font-weight: bold;
}
.editor-buttons button[aria-label="Italic"] {
  font-style: italic;
}
.editor-buttons button[aria-label="Underline"] {
  text-decoration: underline;
}
.rich-content {
  overflow-wrap: anywhere;
  line-height: 1.8;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.rich-content p {
  font: inherit;
  line-height: inherit;
  margin: 0 0 1em;
  color: inherit;
  max-width: none;
}
.rich-content :is(h1, h2, h3, h4, h5, h6) {
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  margin: 1em 0 0.55em;
  color: inherit;
}
.rich-content h1 {
  font-size: 36px;
}
.rich-content h2 {
  font-size: 30px;
}
.rich-content h3 {
  font-size: 25px;
}
.rich-content h4 {
  font-size: 21px;
}
.rich-content h5 {
  font-size: 18px;
}
.rich-content h6 {
  font-size: 16px;
}
.rich-content :first-child {
  margin-top: 0;
}
.rich-content ul {
  list-style: disc;
  padding-left: 1.6em;
  margin: 1em 0;
}
.rich-content ol {
  list-style: decimal;
  padding-left: 1.6em;
  margin: 1em 0;
}
.rich-content li {
  padding-left: 0.2em;
  margin: 0.3em 0;
}
.rich-content li p {
  margin: 0;
}
.rich-content strong {
  font-weight: 700;
}
.rich-content em {
  font-style: italic;
  color: inherit;
}
.editor-surface {
  padding: 20px;
  min-height: 220px;
  max-height: 550px;
  overflow-y: auto;
  white-space: pre-wrap;
  outline: none;
}
.editor-surface:focus {
  box-shadow: inset 0 0 0 2px #8d9e79;
}
.editor-help {
  font: 10px/1.6 Arial !important;
  color: #6b775e !important;
  margin: 0 !important;
  padding: 10px 15px;
  border-top: 1px solid #e3e8da;
  background: #fafbf6;
}
.editor-loading {
  padding: 25px;
  font-size: 12px;
  color: #788369;
}
.editor-seo-heading {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #dde3d3;
}
.home-philosophy {
  max-width: 720px;
  margin: auto;
}
.home-philosophy p {
  max-width: 560px;
  margin: 15px auto;
  color: #71796e;
  font-size: 14px;
}
.product-editor {
  width: min(760px, 94vw);
}
.detail-content .rich-content {
  max-height: 320px;
  overflow: auto;
  font-size: 12px;
}
.seo-editor-grid:has(.rich-editor) {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}
@media (max-width: 900px) {
  .seo-editor-grid:has(.rich-editor) {
    grid-template-columns: 1fr;
  }
  .editor-surface {
    min-height: 200px;
  }
}
@media (max-width: 600px) {
  .editor-toolbar {
    gap: 7px;
    padding: 10px;
  }
  .order-form .editor-toolbar select, .editor-toolbar select {
    max-width: 135px;
    font-size: 10px;
  }
  .editor-buttons button {
    padding: 8px;
    min-width: 33px;
  }
  .editor-surface {
    padding: 15px;
  }
  .rich-content h1 {
    font-size: 32px;
  }
  .rich-content h2 {
    font-size: 27px;
  }
  .rich-content h3 {
    font-size: 23px;
  }
  .rich-content h4 {
    font-size: 20px;
  }
  .home-philosophy p {
    font-size: 13px;
  }
  .product-seo-fields {
    padding: 13px;
  }
}
.custom-store {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--custom-font), sans-serif;
  min-height: 100vh;
}
.custom-store h1, .custom-store h2, .custom-store h3 {
  font-family: var(--heading-font), serif;
}
.custom-store .announcement {
  background: var(--banner-color);
  color: var(--banner-text);
}
.custom-store [hidden] {
  display: none !important;
}
.custom-store .primary, .custom-store .tabs button.active {
  background: var(--green);
}
.custom-store .product-grid {
  grid-template-columns: repeat(var(--custom-columns), minmax(0, 1fr));
}
.custom-store .primary, .custom-store .product-photo, .custom-store .hero-image {
  border-radius: var(--custom-radius);
}
.custom-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--cream);
}
.customizer h2 {
  font-size: 32px;
}
.customizer-layout {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.customizer label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  text-transform: none;
}
.customizer .checkbox-label {
  flex-direction: row;
  align-items: center;
}
.customizer input, .customizer textarea, .customizer select {
  padding: 9px;
  border: 1px solid #cad0c8;
  border-radius: 5px;
  background: white;
  max-width: 100%;
  width: 100%;
  font: inherit;
}
.customizer input[type="checkbox"] {
  width: auto;
}
.customizer input[type="color"] {
  height: 40px;
}
.customizer details {
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
}
.customizer summary {
  font-weight: 600;
  cursor: pointer;
}
.custom-fields {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.customizer fieldset {
  border: 1px solid #ddd;
  padding: 12px;
  margin: 12px 0;
  min-width: 0;
}
.customizer .custom-form {
  border: 0;
  padding: 0;
}
.custom-row, .custom-save {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.customizer button:not(.primary) {
  border: 1px solid #ccd1ca;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 12px;
  background: white;
  cursor: pointer;
}
.customizer button:disabled {
  opacity: 0.45;
  cursor: default;
}
.custom-save {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 12px;
  z-index: 3;
  box-shadow: 0 2px 9px #0001;
}
.custom-save span {
  font-size: 12px;
}
.custom-preview {
  min-width: 0;
  position: sticky;
  top: 15px;
  align-self: start;
}
.preview-scroll {
  overflow: auto;
  border: 1px solid #ddd;
  background: #e8ebe5;
  margin-top: 12px;
  max-width: 100%;
}
.custom-preview iframe {
  display: block;
  height: 700px;
  border: 0;
  background: white;
  max-width: none;
}
.custom-preview p {
  font-size: 12px;
}
.custom-list legend {
  text-transform: capitalize;
  font-size: 13px;
}
.customizer .custom-list .custom-list fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.customizer .custom-list .custom-list .custom-row {
  display: none;
}
@media (max-width: 1000px) {
  .customizer-layout {
    grid-template-columns: 1fr;
  }
  .custom-preview {
    position: static;
  }
}
@media (max-width: 700px) {
  .custom-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .custom-store .header {
    flex-wrap: wrap;
  }
  .custom-store .header nav {
    display: flex;
    overflow: auto;
    width: 100%;
    order: 3;
    gap: 20px;
    padding: 12px 0;
  }
  .custom-logo {
    width: 42px;
    height: 42px;
  }
}
.announcement-moving {
  display: flex;
  align-items: center;
  padding: 0 12px !important;
  gap: 10px;
}
.announcement-window {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.announcement-track {
  display: flex;
  width: max-content;
  animation: announcement-scroll linear infinite;
}
.announcement-group {
  flex: none;
  white-space: nowrap;
  padding: 11px 50px;
}
.announcement-pause {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: 4px;
  width: 30px;
  height: 28px;
  flex: none;
}
@media (hover: hover) and (pointer: fine) {
  .announcement-window:hover .announcement-track {
    animation-play-state: paused !important;
  }
}
@keyframes announcement-scroll {
  to {
    transform: translateX(-50%);
  }
}
.logo-upload {
  display: grid;
  gap: 10px;
}
.logo-upload img {
  width: 100px;
  height: 80px;
  object-fit: contain;
  border: 1px solid #ddd;
  background: #fff;
}
.logo-upload small {
  font-size: 12px;
}
@media (prefers-reduced-motion: reduce) {
  .announcement-track {
    animation: none !important;
    width: auto;
  }
  .announcement-group {
    white-space: normal;
    padding: 11px;
  }
  .announcement-group[aria-hidden] {
    display: none;
  }
  .announcement-pause {
    display: none;
  }
}
@media (max-width: 700px) {
  .announcement-moving .announcement-group span {
    display: inline;
    margin-left: 35px;
  }
}
.announcement-window {
  container-type: inline-size;
}
.announcement-group {
  min-width: 100cqw;
  text-align: center;
}
@media (max-width: 700px) {
  .custom-store .announcement:not(.announcement-moving) > span {
    display: block;
    margin: 4px 0 0;
  }
}
.easy-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.easy-intro p {
  line-height: 1.8;
}
.easy-intro .eyebrow {
  font-size: 10px;
}
.easy-intro a {
  white-space: nowrap;
}
.easy-customizer .custom-save {
  top: 0;
  margin: 18px 0;
  border: 1px solid #dce5dc;
  border-radius: 10px;
}
.editor-search {
  max-width: 440px;
  margin-bottom: 14px;
}
.editor-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.customizer .editor-card-grid button {
  display: flex;
  text-align: left;
  gap: 10px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dce3dc;
  border-radius: 10px;
  min-height: 94px;
}
.customizer .editor-card-grid button.selected {
  border: 2px solid #276546;
  background: #edf7ef;
}
.editor-card-icon {
  font-size: 24px;
  color: #276546;
}
.editor-card-grid strong {
  font-size: 14px;
  display: block;
}
.editor-card-grid small {
  font-size: 11px;
  line-height: 1.6;
  display: block;
  color: #627066;
  margin-top: 5px;
}
.selected-section-heading {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #dce3dc;
  padding-bottom: 16px;
}
.selected-section-heading > span {
  font-size: 32px;
}
.selected-section-heading h3 {
  font-size: 23px;
  margin: 0;
}
.selected-section-heading p {
  font-size: 12px;
  line-height: 1.7;
  color: #647066;
  margin: 5px 0;
}
.easy-fields {
  background: #f7faf6;
  border: 1px solid #dce3dc;
  border-radius: 12px;
  padding: 20px;
  scroll-margin-top: 85px;
}
.easy-customizer .custom-form > label, .easy-customizer .custom-form > .logo-upload {
  margin: 15px 0;
}
.easy-customizer .custom-fields {
  gap: 18px;
}
.easy-customizer label {
  font-weight: 600;
  font-size: 13px;
}
.easy-customizer label small {
  font-weight: 400;
}
.easy-customizer input, .easy-customizer textarea, .easy-customizer select {
  font-weight: 400;
  line-height: 1.5;
  padding: 11px;
}
.easy-customizer .logo-upload img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.easy-customizer input[type="range"] {
  padding: 0;
  accent-color: #276546;
}
.easy-customizer .custom-preview {
  top: 85px;
}
.custom-preview .custom-row p {
  margin: 3px 0 8px;
}
.preview-fit {
  height: 660px;
  overflow: hidden;
  border: 1px solid #ccd8cd;
  border-radius: 10px;
  background: #e7ebe6;
  margin: 12px 0;
}
.preview-fit iframe {
  display: block;
  border: 0;
  max-width: none;
  transform-origin: top left;
}
.theme-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.theme-presets button span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.preview-edit-region {
  position: relative;
  padding-top: 35px;
  border: 2px dashed #b5cbbc;
  scroll-margin-top: 8px;
}
.preview-edit-region.preview-selected {
  border-color: #1469ca;
  box-shadow: inset 0 0 0 1px #1469ca;
}
.preview-edit-button {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 25;
  background: #fff;
  color: #165536;
  border: 1px solid #a6bfae;
  padding: 7px 14px;
  border-radius: 0 0 5px 5px;
  font: 600 13px Arial;
  cursor: pointer;
}
.preview-selected > .preview-edit-button {
  background: #1469ca;
  color: white;
  border-color: #1469ca;
}
.preview-hidden-section {
  padding: 25px;
  text-align: center;
  color: #52685b;
  background: #eef3ef;
  font: 14px Arial;
}
.preview-edit-region [inert] {
  pointer-events: none;
}
.custom-store .custom-logo {
  width: var(--logo-width);
  height: var(--logo-width);
  max-width: 160px;
}
.custom-store .hero h1 {
  font-size: var(--hero-title-size);
}
.hero-image-left .hero-image {
  order: -1;
}
.hero-image-left .hero-copy {
  padding-left: 45px;
  padding-right: 0;
}
@media (max-width: 1100px) {
  .editor-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1000px) {
  .easy-customizer .custom-preview {
    position: static;
  }
  .easy-intro {
    display: block;
  }
}
@media (max-width: 650px) {
  .editor-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customizer .editor-card-grid button {
    padding: 11px;
  }
  .editor-card-icon {
    display: none;
  }
  .easy-fields {
    padding: 15px;
  }
  .custom-store .hero h1 {
    font-size: clamp(30px, 8vw, var(--hero-title-size));
  }
  .hero-image-left .hero-copy {
    padding-left: 0;
  }
  .custom-store .custom-logo {
    width: min(var(--logo-width), 80px);
    height: min(var(--logo-width), 80px);
  }
}
.preview-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 12px 0;
}
.preview-navigation select {
  min-width: 0;
  max-width: 100%;
  flex: 1;
}
.preview-page-toolbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  gap: 16px;
  padding: 12px;
  background: #f0f6e8;
  border-bottom: 1px solid #a6b997;
}
.preview-page-toolbar span {
  overflow-wrap: anywhere;
}
.blog-index {
  padding: 50px 0 80px;
}
.blog-intro {
  max-width: 750px;
  margin-bottom: 32px;
}
.blog-intro h1 {
  font: 64px/1.1 Georgia;
  margin: 12px 0 20px;
}
.blog-intro em {
  color: var(--green);
}
.blog-search {
  max-width: 650px;
  margin: 25px 0 35px;
}
.blog-search label {
  display: block;
  margin-bottom: 8px;
}
.blog-search > div {
  display: flex;
  gap: 12px;
  align-items: center;
}
.blog-search input {
  flex: 1;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d2dbd0;
  border-radius: 6px;
  background: white;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.blog-card {
  border: 1px solid #dce3d7;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.blog-card img, .blog-cover-placeholder {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.blog-cover-placeholder {
  display: grid;
  place-items: center;
  background: #e8eee3;
  color: #45694a;
  font-size: 70px;
}
.blog-card a > div:not(.blog-cover-placeholder) {
  padding: 24px;
}
.blog-card h2 {
  font: 28px/1.25 Georgia;
  margin: 12px 0;
}
.blog-card p {
  line-height: 1.8;
  color: #647063;
}
.blog-card .text-link {
  display: block;
  margin-top: 20px;
}
.blog-card small {
  color: #778273;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px;
}
.blog-article {
  max-width: 900px;
  padding-top: 30px;
  padding-bottom: 80px;
}
.blog-article header {
  padding: 30px 0;
}
.blog-article h1 {
  font: 54px/1.12 Georgia;
  overflow-wrap: anywhere;
}
.blog-byline {
  font-size: 13px;
  color: #697467;
  margin-top: 20px;
}
.blog-excerpt {
  font-size: 19px;
  line-height: 1.8;
  margin-top: 22px;
}
.blog-cover {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
}
.blog-body {
  padding: 35px 0;
  line-height: 1.85;
  font-size: 17px;
  overflow-wrap: anywhere;
}
.blog-preview-note {
  background: #eaf0e3;
  padding: 18px;
}
.blog-admin-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  margin-top: 25px;
}
.blog-post-list {
  display: grid;
  align-content: start;
  gap: 12px;
}
.blog-post-list label {
  display: grid;
  gap: 6px;
  font-size: 12px;
}
.blog-post-list input, .blog-post-list select {
  width: 100%;
  padding: 10px;
  border: 1px solid #d0dace;
  border-radius: 5px;
}
.blog-list-item {
  display: grid;
  gap: 8px;
  text-align: left;
  padding: 15px;
  border: 1px solid #d4dfd1;
  background: white;
  border-radius: 8px;
}
.blog-list-item.selected {
  border: 2px solid #34714e;
  background: #f0f7ef;
}
.blog-list-item span {
  text-transform: capitalize;
  font-size: 12px;
  color: #586a58;
}
.blog-list-item small {
  color: #788774;
}
.blog-form-fields {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  min-width: 0;
}
.blog-cover-controls {
  display: grid;
  gap: 12px;
  border: 1px dashed #bccfb9;
  padding: 18px;
  border-radius: 8px;
}
.blog-cover-controls img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.blog-save-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 14px;
  border: 1px solid #dbe2d7;
  border-radius: 8px;
  position: sticky;
  top: 0;
  z-index: 5;
}
.blog-save-bar span, .blog-save-bar a {
  font-size: 12px;
}
.blog-seo {
  border-top: 1px solid #ddd;
  padding: 18px 0;
}
.blog-seo summary {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 18px;
}
.blog-seo label {
  margin-top: 14px;
}
.blog-draft-preview {
  border: 1px solid #ddd;
  padding: 24px;
  overflow-wrap: anywhere;
}
.blog-draft-preview h1 {
  font: 40px Georgia;
}
.admin-toolbar > .tabs {
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-admin-grid {
    grid-template-columns: 1fr;
  }
  .blog-post-list {
    max-height: 330px;
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-intro h1 {
    font-size: 46px;
  }
  .blog-article h1 {
    font-size: 38px;
  }
  .blog-search > div {
    flex-wrap: wrap;
  }
  .blog-article {
    padding-top: 10px;
  }
  .blog-manager .seo-intro {
    display: block;
  }
  .blog-manager .custom-row {
    margin-top: 15px;
  }
}
.home-blogs {
  padding-block: 24px;
}
.home-blogs > h2 {
  font-size: 36px;
  margin-bottom: 12px;
}
.home-blogs > p {
  margin-bottom: 16px;
}
.home-blogs > .text-link {
  display: inline-block;
  margin-top: 16px;
}
.home-blogs .blog-card h3 {
  font-size: 23px;
  margin: 12px 0;
}
.home-blogs .blog-grid {
  gap: 16px;
}
.home-blogs .blog-card a > div:not(.blog-cover-placeholder) {
  padding: 16px;
}
.home-blogs .blog-card img, .home-blogs .blog-cover-placeholder {
  height: 180px;
}
.home-blogs .blog-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.home-blogs .blog-card .text-link {
  margin-top: 12px;
}
@media (min-width:651px) {
  .home-blogs-grid .blog-grid {
    grid-template-columns: repeat(var(--home-blog-columns,3),minmax(0,1fr));
  }
}
.home-blogs-list .blog-grid {
  grid-template-columns: 1fr;
}
.home-blogs-list .blog-card > a {
  display: grid;
  grid-template-columns: minmax(120px,30%) minmax(0,1fr);
  height: 100%;
}
.home-blogs-list .blog-card img {
  height: 100%;
  min-height: 160px;
}
.ai-writer {
  border: 1px solid #c8c3e3;
  background: #faf9ff;
  border-radius: 10px;
  margin: 12px 0;
  color: #322e48;
}
.ai-heading {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 15px;
}
.ai-heading span {
  font-size: 11px;
  color: #6a627f;
}
.ai-writer .ai-toggle {
  border: 0;
  background: #ece7fb;
  color: #4c3882;
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 700;
}
.ai-controls {
  padding: 0 16px 16px;
}
.ai-writer .ai-options {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  min-width: 0;
}
.ai-writer label {
  display: grid;
  gap: 6px;
  font-size: 13px;
}
.ai-writer input, .ai-writer textarea, .ai-writer select {
  width: 100%;
  border: 1px solid #cdc7de;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  font: inherit;
}
.ai-writer p {
  font-size: 12px;
  line-height: 1.7;
}
.ai-setup {
  padding: 15px;
  background: #fff5dd;
  border-radius: 7px;
  margin-bottom: 16px;
}
.ai-ready {
  color: #2f6d49;
}
.ai-result {
  margin-top: 18px;
  background: white;
  border: 1px solid #dbd5ed;
  padding: 18px;
  border-radius: 8px;
}
.ai-result > .rich-content {
  max-height: 350px;
  overflow: auto;
  margin-top: 15px;
}
.ai-writer button:not(.primary):not(.ai-toggle) {
  border: 1px solid #c9c0df;
  background: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
}
.ai-writer button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ai-free-info {
  background: #f0f7ec;
  border: 1px solid #d0dfc7;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 18px;
}
.ai-free-info progress {
  width: 100%;
  height: 15px;
  accent-color: #397446;
}
.ai-free-info [role="status"] p {
  overflow-wrap: anywhere;
}
.ai-generate-action {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}
.ai-generate-action small {
  font-size: 12px;
  line-height: 1.6;
}
.ai-stream-preview {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 16px;
  border: 1px solid #cdd7c8;
  border-radius: 8px;
  max-height: 320px;
  overflow: auto;
  background: #fff;
}
.rich-content .rich-image {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rich-content .rich-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.rich-image figcaption {
  text-align: center;
  font-size: 13px;
  color: #65705f;
  margin-top: 8px;
}
.editor-surface .ProseMirror-selectednode {
  outline: 3px solid #547c42;
  outline-offset: 3px;
}
.image-controls {
  padding: 12px;
  border-block: 1px solid #dce0d3;
}
.image-controls fieldset {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dce0d3;
  margin-top: 12px;
}
.image-controls label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  margin: 10px 0;
}
.image-controls input:not([type="range"]), .image-controls select {
  width: 100%;
  padding: 9px;
  border: 1px solid #cad0c8;
  border-radius: 5px;
}
.image-controls p {
  font-size: 13px;
}
.media-manager {
  border: 1px solid #ced7c7;
  padding: 16px;
  margin: 16px 0;
  border-radius: 8px;
}
.media-manager fieldset {
  border: 0;
  padding: 0;
  min-width: 0;
}
.media-manager small {
  display: block;
  margin: 10px 0;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.media-tile {
  border: 1px solid #d4dbc8;
  padding: 10px;
  border-radius: 8px;
  min-width: 0;
}
.media-tile.main {
  border: 2px solid #456c3b;
  background: #f2f6ed;
}
.media-tile > img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  background: #f8faf5;
}
.media-tile > strong {
  display: block;
  font-size: 13px;
  margin: 8px 0;
}
.media-tile button {
  font-size: 12px;
  padding: 8px;
}
.image-gallery {
  min-width: 0;
  margin-bottom: 24px;
}
.image-gallery .gallery-main {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  background: #f5f7ef;
  border-radius: 8px;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding: 10px 0;
}
.gallery-thumbs button {
  padding: 3px;
  border: 2px solid transparent;
  background: #f6f8f2;
  border-radius: 6px;
  flex-shrink: 0;
}
.gallery-thumbs button[aria-pressed="true"] {
  border-color: #456c3b;
}
.gallery-thumbs img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.product .product-photo {
  height: var(--product-image-height, 275px);
}
.product .product-photo img, .product:last-child .product-photo img {
  width: var(--product-image-width, 100%);
  height: 100%;
  object-fit: var(--product-image-fit, contain);
  margin-inline: auto;
  display: block;
}
.product-page .image-gallery .gallery-main, .custom-store .image-gallery .gallery-main {
  display: block;
  width: var(--product-image-width, 100%);
  height: var(--product-detail-height, 500px);
  max-height: none;
  object-fit: var(--product-image-fit, contain);
  margin-inline: auto;
}
.image-size-controls {
  min-width: 0;
  padding: 16px;
  border: 1px solid #ced7c7;
  border-radius: 8px;
}
.image-size-controls label {
  display: grid;
  gap: 8px;
  margin-block: 16px;
}
.image-size-controls input, .image-size-controls select {
  max-width: 100%;
}
.brand img.custom-logo, .custom-store .brand .custom-logo {
  width: var(--image-logo-width);
  height: var(--image-logo-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-logo-fit);
  object-position: var(--image-logo-position);
  flex-shrink: 0;
}
.custom-store .hero-image > img {
  width: var(--image-banner-width);
  height: var(--image-banner-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-banner-fit);
  object-position: var(--image-banner-position);
  flex-shrink: 0;
}
.custom-store .collection img {
  width: var(--image-collection-width);
  height: var(--image-collection-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-collection-fit);
  object-position: var(--image-collection-position);
  flex-shrink: 0;
}
.blog-card > a > img {
  width: var(--image-blogCard-width);
  height: var(--image-blogCard-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-blogCard-fit);
  object-position: var(--image-blogCard-position);
  flex-shrink: 0;
}
.blog-article .image-gallery .gallery-main {
  width: var(--image-blogCover-width);
  height: var(--image-blogCover-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-blogCover-fit);
  object-position: var(--image-blogCover-position);
  flex-shrink: 0;
}
.story-grid > img {
  width: var(--image-story-width);
  height: var(--image-story-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-story-fit);
  object-position: var(--image-story-position);
  flex-shrink: 0;
}
.image-gallery .gallery-thumbs img {
  width: var(--image-thumbnail-width);
  height: var(--image-thumbnail-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-thumbnail-fit);
  object-position: var(--image-thumbnail-position);
  flex-shrink: 0;
}
.bag-item > img {
  width: var(--image-bag-width);
  height: var(--image-bag-height);
  max-width: 100%;
  max-height: none;
  object-fit: var(--image-bag-fit);
  object-position: var(--image-bag-position);
  flex-shrink: 0;
}
.custom-store .hero-image {
  min-height: 0;
  height: var(--image-banner-height);
}
.custom-store .hero-image > img {
  position: relative;
  display: block;
  margin-inline: auto;
}
.blog-card > a > img, .blog-article .gallery-main, .story-grid > img {
  display: block;
  margin-inline: auto;
}
.all-image-controls {
  display: grid;
  gap: 18px;
}
.analytics-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.analytics-heading h2 {
  margin: 0;
  font-size: 34px;
}
.analytics-panel select {
  padding: 9px;
  border: 1px solid #d1d9ca;
  background: white;
  border-radius: 6px;
  margin-left: 8px;
}
.analytics-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.analytics-card {
  padding: 23px;
  border: 1px solid #d6dfcf;
  border-radius: 12px;
  background: #f6f8f1;
}
.analytics-card p {
  margin: 0 0 10px;
  color: #586b50;
  font-size: 13px;
}
.analytics-card strong {
  display: block;
  font-size: 32px;
  overflow-wrap: anywhere;
}
.analytics-card small {
  display: block;
  margin-top: 8px;
  color: #64725d;
  line-height: 1.6;
}
.analytics-card button {
  border: 0;
  background: none;
  color: #34592e;
  margin-top: 14px;
  padding: 0;
  text-decoration: underline;
  font-size: 12px;
}
.analytics-note {
  font-size: 12px;
  line-height: 1.8;
  color: #687160;
}
.analytics-chart-card, .analytics-columns > section {
  padding: 22px;
  border: 1px solid #d6dfcf;
  border-radius: 12px;
  margin: 20px 0;
  background: white;
}
.analytics-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 180px;
  border-bottom: 1px solid #cdd9c4;
  margin-top: 24px;
}
.analytics-day {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  min-width: 1px;
}
.analytics-day span {
  display: block;
  width: 100%;
  background: #668953;
  border-radius: 3px 3px 0 0;
}
.analytics-chart-dates {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #65745c;
  margin: 8px 0 16px;
}
.analytics-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.analytics-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0e8;
  font-size: 13px;
}
.analytics-row a {
  overflow-wrap: anywhere;
}
.analytics-row strong {
  white-space: nowrap;
}
@media (max-width: 900px) {
  .analytics-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .analytics-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .analytics-card {
    padding: 14px;
  }
  .analytics-card strong {
    font-size: 25px;
  }
  .analytics-cards {
    gap: 10px;
  }
  .analytics-chart-card {
    padding: 14px;
  }
}
@media (max-width: 650px) {
  .custom-store .hero-mobile-side, .custom-store .hero-mobile-overlay, .custom-store .hero-mobile-image-only {
    min-height: 0;
  }
  .custom-store .hero .hero-image > img {
    object-fit: var(--mobile-banner-fit, contain);
  }
  .custom-store .hero-mobile-side .hero-copy {
    padding: 20px 12px;
    min-width: 0;
  }
  .custom-store .hero-mobile-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: center;
  }
  .custom-store .hero-mobile-side .hero-image {
    min-width: 0;
    height: var(--mobile-banner-height);
  }
  .custom-store .hero-mobile-side h1 {
    font-size: clamp(20px, 5vw, 32px);
    overflow-wrap: anywhere;
  }
  .custom-store .hero-mobile-side .primary {
    padding: 12px 10px;
    font-size: 11px;
    max-width: 100%;
  }
  .custom-store .hero-mobile-side .round-seal, .custom-store .hero-mobile-side .image-tag {
    display: none;
  }
  .custom-store .hero-mobile-overlay {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    isolation: isolate;
  }
  .custom-store .hero-mobile-overlay .hero-image, .custom-store .hero-mobile-overlay .hero-copy {
    grid-area: 1 / 1;
    order: 0;
  }
  .custom-store .hero-mobile-overlay .hero-image {
    height: 100%;
    min-height: var(--mobile-banner-height);
  }
  .custom-store .hero-mobile-overlay .hero-copy {
    z-index: 1;
    align-self: end;
    padding: 24px;
    background: linear-gradient(transparent, rgba(248,247,241,.94) 22%);
  }
  .custom-store .hero-mobile-overlay h1 {
    font-size: clamp(26px, 7vw, 40px);
  }
  .custom-store .hero-mobile-overlay .round-seal, .custom-store .hero-mobile-overlay .image-tag {
    display: none;
  }
  .custom-store .hero-mobile-image-only {
    display: block;
  }
  .custom-store .hero-mobile-image-only .hero-copy, .custom-store .hero-mobile-image-only .round-seal, .custom-store .hero-mobile-image-only .image-tag {
    display: none;
  }
  .custom-store .hero-mobile-image-only .hero-image {
    height: auto;
    min-height: 0;
  }
  .custom-store .hero-mobile-image-only .hero-image > img {
    width: 100%;
    height: auto;
    position: static;
    display: block;
  }
}
.contact-page {
  padding-block: 54px;
  min-height: 60vh;
}
.contact-content h1 {
  font-family: Georgia, serif;
  font-size: clamp(32px, 6vw, 58px);
  margin-block: 16px;
}
.contact-intro {
  max-width: 680px;
  line-height: 1.7;
  white-space: pre-wrap;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 20px;
  margin-block: 32px;
}
.contact-grid article {
  padding: 24px;
  border: 1px solid #dce2d3;
  border-radius: 12px;
  background: #f4f5ed;
  min-width: 0;
}
.contact-grid h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.contact-grid p, .contact-note {
  white-space: pre-wrap;
  line-height: 1.7;
}
.contact-grid a {
  overflow-wrap: anywhere;
}
.contact-grid .primary {
  margin-top: 12px;
  display: inline-block;
}
.contact-controls > label {
  display: grid;
  gap: 8px;
  margin-block: 18px;
}
.contact-preview {
  padding: 16px;
  border: 1px solid #dce2d3;
  border-radius: 12px;
}
.contact-preview .contact-content h1 {
  font-size: 30px;
}
.whatsapp-order {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  background: #176a3a;
  color: white;
  font: 600 13px Arial, sans-serif;
  text-decoration: none;
  margin-block: 8px;
}
.product > .whatsapp-order {
  display: flex;
}
.floating-whatsapp {
  position: fixed;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 80;
  padding: 15px 20px;
  border-radius: 30px;
  background: #176a3a;
  color: white;
  box-shadow: 0 5px 24px #0003;
  text-decoration: none;
  font: 600 14px Arial, sans-serif;
  max-width: calc(100vw - 40px);
  overflow-wrap: anywhere;
}
.whatsapp-right {
  right: 20px;
}
.whatsapp-left {
  left: 20px;
}
.whatsapp-order:hover, .floating-whatsapp:hover {
  background: #11512c;
}
.whatsapp-order:focus-visible, .floating-whatsapp:focus-visible {
  outline: 3px solid #d6a83b;
  outline-offset: 3px;
}
@media (max-width: 650px) {
  .floating-whatsapp {
    padding: 13px 16px;
    max-width: calc(100vw - 40px);
    font-size: 12px;
  }
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-block: 24px;
}
.checkout-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-block: 16px;
  border-bottom: 1px solid #dde2d7;
}
.checkout-item input {
  width: 80px;
}
.referral-card input {
  width: 100%;
  padding: 12px;
  margin-block: 10px;
}
.referral-card {
  overflow-wrap: anywhere;
}
@media (max-width:700px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }
}
.referral-stats-table {
  overflow-x: auto;
  margin-block: 16px;
}
.referral-stats-table table {
  border-collapse: collapse;
  min-width: 560px;
  width: 100%;
}
.referral-stats-table th,.referral-stats-table td {
  padding: 12px;
  border-bottom: 1px solid #dce2d3;
  text-align: left;
}
.referral-stats-table thead {
  background: #f0f5e9;
}
.system-message {
  padding-block: 80px;
  min-height: 60vh;
  max-width: 720px;
}
.system-message h1 {
  font-family: Georgia,serif;
  font-size: clamp(32px,6vw,52px);
}
.system-message p {
  margin-block: 20px;
  line-height: 1.7;
}
.system-message > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.mobile-controls {
  border: 1px solid #bdc9b6;
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
  min-width: 0;
}
.mobile-controls legend {
  font-weight: 700;
  padding: 0 6px;
}
.mobile-controls > label {
  display: grid;
  gap: 8px;
  margin-block: 14px;
}
.mobile-controls input[type=range], .mobile-controls select {
  width: 100%;
  min-width: 0;
}
@media (max-width:650px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .custom-store, .custom-section, .custom-home-sections, .product-page-grid > *, .story-grid > * {
    min-width: 0;
    max-width: 100%;
  }
  .custom-store h1, .custom-store h2, .custom-store h3, .dashboard-header, .product-page, .blog-article, .contact-page {
    overflow-wrap: anywhere;
  }
  .custom-store img, .product-page img, .blog-article img {
    max-width: 100%;
  }
  .custom-store .announcement {
    display: var(--m-announcement-display, flex);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-announcement-paddingY,24px) var(--m-announcement-paddingX,16px);
    text-align: var(--m-announcement-align,left);
    font-size: var(--m-announcement-textSize,15px);
    gap: var(--m-announcement-gap,16px);
  }
  .custom-store .announcement h1, .custom-store .announcement h2 {
    font-size: var(--m-announcement-headingSize,30px);
  }
  .custom-store .announcement p:not(.eyebrow) {
    font-size: var(--m-announcement-textSize,15px);
  }
  .custom-store .header, .dashboard-header {
    display: var(--m-menu-display, flex);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-menu-paddingY,24px) var(--m-menu-paddingX,16px);
    text-align: var(--m-menu-align,left);
    font-size: var(--m-menu-textSize,15px);
    gap: var(--m-menu-gap,16px);
  }
  .custom-store .header h1, .custom-store .header h2, .dashboard-header h1, .dashboard-header h2 {
    font-size: var(--m-menu-headingSize,30px);
  }
  .custom-store .header p:not(.eyebrow), .dashboard-header p:not(.eyebrow) {
    font-size: var(--m-menu-textSize,15px);
  }
  .custom-store .hero {
    display: var(--m-hero-display, grid);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-hero-paddingY,24px) var(--m-hero-paddingX,16px);
    text-align: var(--m-hero-align,left);
    font-size: var(--m-hero-textSize,15px);
    gap: var(--m-hero-gap,16px);
  }
  .custom-store .hero h1, .custom-store .hero h2 {
    font-size: var(--m-hero-headingSize,30px);
  }
  .custom-store .hero p:not(.eyebrow) {
    font-size: var(--m-hero-textSize,15px);
  }
  .custom-store .benefits {
    display: var(--m-benefits-display, grid);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-benefits-paddingY,24px) var(--m-benefits-paddingX,16px);
    text-align: var(--m-benefits-align,left);
    font-size: var(--m-benefits-textSize,15px);
    gap: var(--m-benefits-gap,16px);
  }
  .custom-store .benefits h1, .custom-store .benefits h2 {
    font-size: var(--m-benefits-headingSize,30px);
  }
  .custom-store .benefits p:not(.eyebrow) {
    font-size: var(--m-benefits-textSize,15px);
  }
  .custom-store .products, main.products {
    display: var(--m-products-display, block);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-products-paddingY,24px) var(--m-products-paddingX,16px);
    text-align: var(--m-products-align,left);
    font-size: var(--m-products-textSize,15px);
    gap: var(--m-products-gap,16px);
  }
  .custom-store .products h1, .custom-store .products h2, main.products h1, main.products h2 {
    font-size: var(--m-products-headingSize,30px);
  }
  .custom-store .products p:not(.eyebrow), main.products p:not(.eyebrow) {
    font-size: var(--m-products-textSize,15px);
  }
  .custom-store .collection {
    display: var(--m-collections-display, grid);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-collections-paddingY,24px) var(--m-collections-paddingX,16px);
    text-align: var(--m-collections-align,left);
    font-size: var(--m-collections-textSize,15px);
    gap: var(--m-collections-gap,16px);
  }
  .custom-store .collection h1, .custom-store .collection h2 {
    font-size: var(--m-collections-headingSize,30px);
  }
  .custom-store .collection p:not(.eyebrow) {
    font-size: var(--m-collections-textSize,15px);
  }
  .custom-store .about {
    display: var(--m-about-display, block);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-about-paddingY,24px) var(--m-about-paddingX,16px);
    text-align: var(--m-about-align,left);
    font-size: var(--m-about-textSize,15px);
    gap: var(--m-about-gap,16px);
  }
  .custom-store .about h1, .custom-store .about h2 {
    font-size: var(--m-about-headingSize,30px);
  }
  .custom-store .about p:not(.eyebrow) {
    font-size: var(--m-about-textSize,15px);
  }
  .custom-store .faq {
    display: var(--m-faq-display, grid);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-faq-paddingY,24px) var(--m-faq-paddingX,16px);
    text-align: var(--m-faq-align,left);
    font-size: var(--m-faq-textSize,15px);
    gap: var(--m-faq-gap,16px);
  }
  .custom-store .faq h1, .custom-store .faq h2 {
    font-size: var(--m-faq-headingSize,30px);
  }
  .custom-store .faq p:not(.eyebrow) {
    font-size: var(--m-faq-textSize,15px);
  }
  .custom-store footer {
    display: var(--m-footer-display, grid);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-footer-paddingY,24px) var(--m-footer-paddingX,16px);
    text-align: var(--m-footer-align,left);
    font-size: var(--m-footer-textSize,15px);
    gap: var(--m-footer-gap,16px);
  }
  .custom-store footer h1, .custom-store footer h2 {
    font-size: var(--m-footer-headingSize,30px);
  }
  .custom-store footer p:not(.eyebrow) {
    font-size: var(--m-footer-textSize,15px);
  }
  .product-page {
    display: var(--m-productPage-display, block);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-productPage-paddingY,24px) var(--m-productPage-paddingX,16px);
    text-align: var(--m-productPage-align,left);
    font-size: var(--m-productPage-textSize,15px);
    gap: var(--m-productPage-gap,16px);
  }
  .product-page h1, .product-page h2 {
    font-size: var(--m-productPage-headingSize,30px);
  }
  .product-page p:not(.eyebrow) {
    font-size: var(--m-productPage-textSize,15px);
  }
  .blog-index, .blog-article {
    display: var(--m-blogPage-display, block);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-blogPage-paddingY,24px) var(--m-blogPage-paddingX,16px);
    text-align: var(--m-blogPage-align,left);
    font-size: var(--m-blogPage-textSize,15px);
    gap: var(--m-blogPage-gap,16px);
  }
  .blog-index h1, .blog-index h2, .blog-article h1, .blog-article h2 {
    font-size: var(--m-blogPage-headingSize,30px);
  }
  .blog-index p:not(.eyebrow), .blog-article p:not(.eyebrow) {
    font-size: var(--m-blogPage-textSize,15px);
  }
  .contact-page {
    display: var(--m-contactPage-display, block);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-contactPage-paddingY,24px) var(--m-contactPage-paddingX,16px);
    text-align: var(--m-contactPage-align,left);
    font-size: var(--m-contactPage-textSize,15px);
    gap: var(--m-contactPage-gap,16px);
  }
  .contact-page h1, .contact-page h2 {
    font-size: var(--m-contactPage-headingSize,30px);
  }
  .contact-page p:not(.eyebrow) {
    font-size: var(--m-contactPage-textSize,15px);
  }
  .story-page {
    display: var(--m-storyPage-display, block);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-block: 0;
    padding: var(--m-storyPage-paddingY,24px) var(--m-storyPage-paddingX,16px);
    text-align: var(--m-storyPage-align,left);
    font-size: var(--m-storyPage-textSize,15px);
    gap: var(--m-storyPage-gap,16px);
  }
  .story-page h1, .story-page h2 {
    font-size: var(--m-storyPage-headingSize,30px);
  }
  .story-page p:not(.eyebrow) {
    font-size: var(--m-storyPage-textSize,15px);
  }
  .custom-store .header, .dashboard-header {
    flex-wrap: wrap;
    align-items: center;
  }
  .custom-store .header .brand, .dashboard-header .brand {
    min-width: 0;
    flex: 1 1 150px;
    font-size: 22px;
  }
  .custom-store .header .custom-logo, .dashboard-header .custom-logo {
    width: min(var(--image-logo-width,56px),72px);
    height: auto;
    max-height: 72px;
  }
  .custom-store .header .brand span, .dashboard-header .brand span {
    white-space: normal;
    font-size: 9px;
    letter-spacing: 1px;
  }
  .custom-store .header nav, .dashboard-header nav {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 0;
  }
  .custom-store .header nav a, .dashboard-header nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: var(--m-menu-textSize,14px);
  }
  .custom-store .header-actions {
    margin-left: auto;
    flex-wrap: wrap;
    gap: 8px;
  }
  .custom-store .announcement {
    min-width: 0;
    flex-wrap: wrap;
  }
  .custom-store .announcement-moving {
    flex-wrap: nowrap;
  }
  .custom-store .announcement {
    padding: var(--m-announcement-paddingY,8px) var(--m-announcement-paddingX,12px) !important;
  }
  .custom-store .announcement-track span {
    font-size: var(--m-announcement-textSize,12px);
  }
  .custom-store .announcement:not(.announcement-moving) span {
    white-space: normal;
    font-size: var(--m-announcement-textSize,12px);
  }
  .custom-store .hero {
    min-height: 0;
    grid-template-columns: minmax(0,1fr);
  }
  .custom-store .hero .hero-copy {
    min-width: 0;
  }
  .custom-store .hero-mobile-stacked .hero-copy {
    padding: 12px 0;
  }
  .custom-store .hero .hero-image {
    min-width: 0;
    width: 100%;
    height: var(--mobile-banner-height,320px);
  }
  .custom-store .hero .hero-image > img {
    width: 100%;
    height: 100%;
    object-fit: var(--mobile-banner-fit,contain);
  }
  .custom-store .hero-mobile-side {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .custom-store .hero-mobile-side .hero-copy {
    padding: 8px 0;
  }
  .custom-store .hero-mobile-side h1 {
    font-size: clamp(20px,6vw,var(--m-hero-headingSize,36px));
  }
  .custom-store .hero-mobile-overlay .hero-image {
    height: 100%;
    min-height: var(--mobile-banner-height,320px);
  }
  .custom-store .hero-mobile-image-only .hero-image, .custom-store .hero-mobile-image-only .hero-image > img {
    height: auto;
  }
  .custom-store .hero-mobile-image-only .hero-copy {
    display: none;
  }
  .custom-store .hero .round-seal {
    display: none;
  }
  .custom-store .hero .primary {
    max-width: 100%;
    white-space: normal;
  }
  .custom-store .benefits {
    grid-template-columns: repeat(var(--m-benefits-columns,1),minmax(0,1fr));
  }
  .custom-store .benefits > div {
    min-width: 0;
    border: 1px solid #d7dfd0;
    border-radius: 8px;
    padding: 12px;
    justify-content: flex-start;
  }
  .custom-store .product-grid, main.products .product-grid {
    grid-template-columns: repeat(var(--m-products-columns,2),minmax(0,1fr));
    gap: var(--m-products-gap,16px);
  }
  .custom-store .products .section-head {
    flex-wrap: wrap;
    gap: 12px;
  }
  .custom-store .product .product-photo, main.products .product-photo {
    height: var(--m-products-imageHeight,170px);
  }
  .custom-store .product .product-photo img, main.products .product-photo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: var(--m-products-imageFit,contain);
  }
  .custom-store .product h3, main.products .product h2, .custom-store .product .name-button {
    font-size: calc(var(--m-products-textSize,15px) + 2px);
    overflow-wrap: anywhere;
  }
  .product {
    min-width: 0;
  }
  .product-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
  .product .add, .product-whatsapp, .product-purchase button {
    min-height: 44px;
    max-width: 100%;
    white-space: normal;
  }
  .custom-store .search-sort, .custom-store .search, .custom-store .search input, .blog-search input, .blog-search select {
    min-width: 0;
    max-width: 100%;
  }
  .custom-store .search-sort {
    flex-wrap: wrap;
    gap: 10px;
  }
  .custom-store .collection {
    grid-template-columns: repeat(var(--m-collections-columns,1),minmax(0,1fr));
  }
  .custom-store .collection > div {
    min-width: 0;
    min-height: 0;
    padding: 18px;
  }
  .custom-store .collection > div > p, .custom-store .collection h2 {
    max-width: 100%;
  }
  .custom-store .collection img {
    position: static;
    display: block;
    width: 100%;
    height: var(--m-collections-imageHeight,260px);
    object-fit: var(--m-collections-imageFit,contain);
    margin: 16px auto 0;
    opacity: 1;
  }
  .custom-store.mobile-collection-side .collection > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 12px;
  }
  .custom-store.mobile-collection-side .collection > div:nth-child(2) > :not(img) {
    grid-column: 1;
    min-width: 0;
  }
  .custom-store.mobile-collection-side .collection img {
    grid-column: 2;
    grid-row: 1 / span 5;
    align-self: center;
    margin: 0;
  }
  .custom-store.mobile-collection-side .collection h2 {
    font-size: clamp(20px,5vw,var(--m-collections-headingSize,28px));
  }
  .custom-store.mobile-collection-overlay .collection > div:nth-child(2) {
    min-height: var(--m-collections-imageHeight,260px);
  }
  .custom-store.mobile-collection-overlay .collection img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    margin: 0;
    opacity: .5;
  }
  .custom-store .faq {
    grid-template-columns: minmax(0,1fr);
  }
  .custom-store .faq details {
    min-width: 0;
  }
  .custom-store .about > * + * {
    margin-top: var(--m-about-gap,16px);
  }
  .custom-store .faq details + details {
    margin-top: var(--m-faq-gap,16px);
  }
  .custom-store footer {
    grid-template-columns: repeat(var(--m-footer-columns,1),minmax(0,1fr));
  }
  .custom-store footer > * {
    min-width: 0;
  }
  .custom-store footer .footer-brand {
    display: flex !important;
    max-width: 100%;
  }
  .product-page-grid, .story-grid {
    grid-template-columns: minmax(0,1fr);
    gap: var(--m-productPage-gap,16px);
  }
  .product-page .image-gallery .gallery-main {
    width: 100%;
    height: var(--m-productPage-imageHeight,320px);
    max-height: none;
    object-fit: var(--m-productPage-imageFit,contain);
  }
  .product-page .product-purchase {
    flex-wrap: wrap;
  }
  .blog-grid {
    grid-template-columns: repeat(var(--m-blogPage-columns,1),minmax(0,1fr));
    gap: var(--m-blogPage-gap,16px);
  }
  .blog-card > a > img, .blog-article .image-gallery .gallery-main {
    width: 100%;
    height: var(--m-blogPage-imageHeight,220px);
    object-fit: var(--m-blogPage-imageFit,cover);
  }
  .blog-card h2 {
    font-size: calc(var(--m-blogPage-textSize,15px) + 5px);
  }
  .blog-search > div {
    flex-wrap: wrap;
    gap: 10px;
  }
  .story-grid {
    gap: var(--m-storyPage-gap,16px);
  }
  .story-grid > img {
    width: 100%;
    height: var(--m-storyPage-imageHeight,240px);
    object-fit: var(--m-storyPage-imageFit,contain);
  }
  .contact-grid {
    grid-template-columns: minmax(0,1fr);
    gap: var(--m-contactPage-gap,16px);
  }
  .contact-grid article {
    min-width: 0;
    padding: 18px;
  }
  .gallery-thumbs {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .rich-content img {
    max-width: 100%;
  }
  .order-form input, .order-form select, .order-form textarea {
    max-width: 100%;
    min-width: 0;
    font-size: 16px;
  }
  .whatsapp-floating {
    max-width: calc(100vw - 32px);
  }
}
@media (max-width:650px) {
  .custom-store .home-blogs {
    display: var(--m-blogs-display,block);
    width: 100%;
    box-sizing: border-box;
    padding: var(--m-blogs-paddingY) var(--m-blogs-paddingX);
    text-align: var(--m-blogs-align);
    font-size: var(--m-blogs-textSize);
  }
  .home-blogs > h2 {
    font-size: var(--m-blogs-headingSize);
  }
  .home-blogs .blog-grid {
    grid-template-columns: repeat(var(--m-blogs-columns),minmax(0,1fr));
    gap: var(--m-blogs-gap);
  }
  .home-blogs .blog-card {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .home-blogs .blog-card img {
    height: var(--m-blogs-imageHeight);
    object-fit: var(--m-blogs-imageFit);
  }
}
@media (max-width:650px) {
  .home-blogs-list .blog-grid {
    grid-template-columns: 1fr;
  }
  .home-blogs-list .blog-card > a {
    grid-template-columns: minmax(85px,32%) minmax(0,1fr);
  }
  .home-blogs-list .blog-card h3 {
    font-size: 20px;
  }
}
.mobile-spacing-controls {
  border: 1px solid #dce3d7;
  border-radius: 8px;
  padding: 12px;
  margin: 16px 0;
  min-width: 0;
}
.mobile-spacing-controls label {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}
@media (max-width:650px) {
  .custom-store .announcement {
    padding-top: var(--m-announcement-paddingTop) !important;
    padding-right: var(--m-announcement-paddingRight) !important;
    padding-bottom: var(--m-announcement-paddingBottom) !important;
    padding-left: var(--m-announcement-paddingLeft) !important;
    margin-top: var(--m-announcement-marginTop) !important;
    margin-bottom: var(--m-announcement-marginBottom) !important;
  }
  .custom-store .header, .dashboard-header {
    padding-top: var(--m-menu-paddingTop) !important;
    padding-right: var(--m-menu-paddingRight) !important;
    padding-bottom: var(--m-menu-paddingBottom) !important;
    padding-left: var(--m-menu-paddingLeft) !important;
    margin-top: var(--m-menu-marginTop) !important;
    margin-bottom: var(--m-menu-marginBottom) !important;
  }
  .custom-store .hero {
    padding-top: var(--m-hero-paddingTop) !important;
    padding-right: var(--m-hero-paddingRight) !important;
    padding-bottom: var(--m-hero-paddingBottom) !important;
    padding-left: var(--m-hero-paddingLeft) !important;
    margin-top: var(--m-hero-marginTop) !important;
    margin-bottom: var(--m-hero-marginBottom) !important;
  }
  .custom-store .benefits {
    padding-top: var(--m-benefits-paddingTop) !important;
    padding-right: var(--m-benefits-paddingRight) !important;
    padding-bottom: var(--m-benefits-paddingBottom) !important;
    padding-left: var(--m-benefits-paddingLeft) !important;
    margin-top: var(--m-benefits-marginTop) !important;
    margin-bottom: var(--m-benefits-marginBottom) !important;
  }
  .custom-store .products, main.products {
    padding-top: var(--m-products-paddingTop) !important;
    padding-right: var(--m-products-paddingRight) !important;
    padding-bottom: var(--m-products-paddingBottom) !important;
    padding-left: var(--m-products-paddingLeft) !important;
    margin-top: var(--m-products-marginTop) !important;
    margin-bottom: var(--m-products-marginBottom) !important;
  }
  .custom-store .collection {
    padding-top: var(--m-collections-paddingTop) !important;
    padding-right: var(--m-collections-paddingRight) !important;
    padding-bottom: var(--m-collections-paddingBottom) !important;
    padding-left: var(--m-collections-paddingLeft) !important;
    margin-top: var(--m-collections-marginTop) !important;
    margin-bottom: var(--m-collections-marginBottom) !important;
  }
  .custom-store .about {
    padding-top: var(--m-about-paddingTop) !important;
    padding-right: var(--m-about-paddingRight) !important;
    padding-bottom: var(--m-about-paddingBottom) !important;
    padding-left: var(--m-about-paddingLeft) !important;
    margin-top: var(--m-about-marginTop) !important;
    margin-bottom: var(--m-about-marginBottom) !important;
  }
  .custom-store .faq {
    padding-top: var(--m-faq-paddingTop) !important;
    padding-right: var(--m-faq-paddingRight) !important;
    padding-bottom: var(--m-faq-paddingBottom) !important;
    padding-left: var(--m-faq-paddingLeft) !important;
    margin-top: var(--m-faq-marginTop) !important;
    margin-bottom: var(--m-faq-marginBottom) !important;
  }
  .custom-store footer {
    padding-top: var(--m-footer-paddingTop) !important;
    padding-right: var(--m-footer-paddingRight) !important;
    padding-bottom: var(--m-footer-paddingBottom) !important;
    padding-left: var(--m-footer-paddingLeft) !important;
    margin-top: var(--m-footer-marginTop) !important;
    margin-bottom: var(--m-footer-marginBottom) !important;
  }
  .product-page {
    padding-top: var(--m-productPage-paddingTop) !important;
    padding-right: var(--m-productPage-paddingRight) !important;
    padding-bottom: var(--m-productPage-paddingBottom) !important;
    padding-left: var(--m-productPage-paddingLeft) !important;
    margin-top: var(--m-productPage-marginTop) !important;
    margin-bottom: var(--m-productPage-marginBottom) !important;
  }
  .blog-index, .blog-article {
    padding-top: var(--m-blogPage-paddingTop) !important;
    padding-right: var(--m-blogPage-paddingRight) !important;
    padding-bottom: var(--m-blogPage-paddingBottom) !important;
    padding-left: var(--m-blogPage-paddingLeft) !important;
    margin-top: var(--m-blogPage-marginTop) !important;
    margin-bottom: var(--m-blogPage-marginBottom) !important;
  }
  .contact-page {
    padding-top: var(--m-contactPage-paddingTop) !important;
    padding-right: var(--m-contactPage-paddingRight) !important;
    padding-bottom: var(--m-contactPage-paddingBottom) !important;
    padding-left: var(--m-contactPage-paddingLeft) !important;
    margin-top: var(--m-contactPage-marginTop) !important;
    margin-bottom: var(--m-contactPage-marginBottom) !important;
  }
  .story-page {
    padding-top: var(--m-storyPage-paddingTop) !important;
    padding-right: var(--m-storyPage-paddingRight) !important;
    padding-bottom: var(--m-storyPage-paddingBottom) !important;
    padding-left: var(--m-storyPage-paddingLeft) !important;
    margin-top: var(--m-storyPage-marginTop) !important;
    margin-bottom: var(--m-storyPage-marginBottom) !important;
  }
  .custom-store .home-blogs {
    padding-top: var(--m-blogs-paddingTop) !important;
    padding-right: var(--m-blogs-paddingRight) !important;
    padding-bottom: var(--m-blogs-paddingBottom) !important;
    padding-left: var(--m-blogs-paddingLeft) !important;
    margin-top: var(--m-blogs-marginTop) !important;
    margin-bottom: var(--m-blogs-marginBottom) !important;
  }
}
[style*="--b-announcement:"] .announcement, .announcement[style*="--b-announcement:"] {
  border: var(--b-announcement) !important;
  border-radius: var(--b-announcement-radius) !important;
  box-sizing: border-box;
}
[style*="--b-menu:"] .header, .header[style*="--b-menu:"], [style*="--b-menu:"] .dashboard-header, .dashboard-header[style*="--b-menu:"] {
  border: var(--b-menu) !important;
  border-radius: var(--b-menu-radius) !important;
  box-sizing: border-box;
}
[style*="--b-hero:"] .hero, .hero[style*="--b-hero:"] {
  border: var(--b-hero) !important;
  border-radius: var(--b-hero-radius) !important;
  box-sizing: border-box;
}
[style*="--b-benefits:"] .benefits, .benefits[style*="--b-benefits:"] {
  border: var(--b-benefits) !important;
  border-radius: var(--b-benefits-radius) !important;
  box-sizing: border-box;
}
[style*="--b-products:"] .products, .products[style*="--b-products:"] {
  border: var(--b-products) !important;
  border-radius: var(--b-products-radius) !important;
  box-sizing: border-box;
}
[style*="--b-collections:"] .collection, .collection[style*="--b-collections:"], [style*="--b-collections:"] .collection > div, .collection > div[style*="--b-collections:"] {
  border: var(--b-collections) !important;
  border-radius: var(--b-collections-radius) !important;
  box-sizing: border-box;
}
[style*="--b-about:"] .custom-store .about, .custom-store .about[style*="--b-about:"] {
  border: var(--b-about) !important;
  border-radius: var(--b-about-radius) !important;
  box-sizing: border-box;
}
[style*="--b-faq:"] .faq, .faq[style*="--b-faq:"] {
  border: var(--b-faq) !important;
  border-radius: var(--b-faq-radius) !important;
  box-sizing: border-box;
}
[style*="--b-footer:"] .custom-store footer, .custom-store footer[style*="--b-footer:"] {
  border: var(--b-footer) !important;
  border-radius: var(--b-footer-radius) !important;
  box-sizing: border-box;
}
[style*="--b-productPage:"] .product-page, .product-page[style*="--b-productPage:"] {
  border: var(--b-productPage) !important;
  border-radius: var(--b-productPage-radius) !important;
  box-sizing: border-box;
}
[style*="--b-blogPage:"] .blog-index, .blog-index[style*="--b-blogPage:"], [style*="--b-blogPage:"] .blog-article, .blog-article[style*="--b-blogPage:"] {
  border: var(--b-blogPage) !important;
  border-radius: var(--b-blogPage-radius) !important;
  box-sizing: border-box;
}
[style*="--b-contactPage:"] .contact-page, .contact-page[style*="--b-contactPage:"] {
  border: var(--b-contactPage) !important;
  border-radius: var(--b-contactPage-radius) !important;
  box-sizing: border-box;
}
[style*="--b-storyPage:"] .story-page, .story-page[style*="--b-storyPage:"] {
  border: var(--b-storyPage) !important;
  border-radius: var(--b-storyPage-radius) !important;
  box-sizing: border-box;
}
[style*="--b-blogs:"] .home-blogs {
  border: var(--b-blogs) !important;
  border-radius: var(--b-blogs-radius) !important;
  box-sizing: border-box;
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
