/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-neutral: #152027;
    --color-background: #fffdfa;
  }
}
@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 {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .flex-1 {
    flex: 1;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
}
.woocommerce-page #primary,.woocommerce-page main.site-main,.woocommerce-page .site-main {
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0;
}
.woocommerce-products-header__title,.woocommerce div.product .product_title,.woocommerce-cart h1,.woocommerce-checkout h1 {
  font-family: "Bodoni Moda",serif;
  color: #102a43;
  letter-spacing: -.035em;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.woocommerce ul.products:before,.woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 14px 14px 20px !important;
  border: 1px solid #e8eef3;
  background: #fff;
  transition: .2s;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(16,42,67,.09);
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 1;
  object-fit: contain;
  margin-bottom: 16px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #152027;
  font-size: 14px !important;
  line-height: 1.5;
}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price {
  color: #102a43 !important;
  font-weight: 900;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit {
  border-radius: 0 !important;
  background: #15803d !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .06em;
  padding: 14px 18px !important;
}
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related {
  grid-column: 1/-1;
}
.woocommerce-message,.woocommerce-info {
  border-top-color: #15803d !important;
}
.woocommerce-message:before,.woocommerce-info:before {
  color: #15803d !important;
}
@media (max-width:900px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2,1fr);
  }
  .woocommerce-page #primary,.woocommerce-page main.site-main,.woocommerce-page .site-main {
    width: calc(100% - 24px);
    padding: 40px 0;
  }
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related {
    grid-column: auto;
  }
}
[x-cloak] {
  display: none !important;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: #152027;
  font-family: "Manrope","Segoe UI",sans-serif;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.fuda-shell {
  width: min(1180px,calc(100% - 40px));
  margin-inline: auto;
}
.fuda-skip {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  background: #fff;
  padding: 12px 18px;
}
.fuda-skip:focus {
  top: 16px;
}
.fuda-topbar {
  background: #102a43;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.fuda-topbar .fuda-shell {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fuda-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e8eef3;
  backdrop-filter: blur(14px);
}
.fuda-header-main {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.fuda-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.fuda-logo-box {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #15803d;
  color: #fff;
  border-radius: 12px 2px 12px 2px;
  font-family: "Bodoni Moda",serif;
  font-size: 29px;
  font-weight: 800;
}
.fuda-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.fuda-logo-text strong {
  font-family: "Bodoni Moda",serif;
  font-size: 23px;
  letter-spacing: .04em;
  color: #102a43;
}
.fuda-logo-text small {
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: .2em;
  font-weight: 800;
  color: #5c7488;
}
.fuda-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fuda-menu a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #29465e;
  transition: .2s;
}
.fuda-menu a:hover {
  color: #15803d;
}
.fuda-header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fuda-icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d3dee7;
  border-radius: 50%;
  background: #fff;
  color: #102a43;
  cursor: pointer;
}
.fuda-icon-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fuda-cart span {
  position: absolute;
  right: -2px;
  top: -4px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 10px;
  background: #15803d;
  color: #fff;
  font-size: 9px;
}
.fuda-mobile-only {
  display: none;
}
.fuda-search-panel {
  padding: 14px 0;
  border-top: 1px solid #e8eef3;
  background: #f5f8fa;
}
.fuda-search-panel form {
  display: flex;
  max-width: 740px;
  margin: auto;
}
.fuda-search-panel input {
  flex: 1;
  border: 1px solid #d3dee7;
  padding: 14px 16px;
}
.fuda-search-panel button {
  border: 0;
  background: #15803d;
  color: #fff;
  padding: 0 24px;
  font-weight: 800;
}
.fuda-mobile-menu {
  display: none;
}
.fuda-hero {
  overflow: hidden;
  background: linear-gradient(125deg,#f5f8fa 0%,#fff 54%,#f0fdf4 100%);
}
.fuda-hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
}
.fuda-kicker {
  margin: 0 0 15px;
  color: #15803d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
}
.fuda-hero h1,.fuda-section h2,.fuda-b2b h2 {
  margin: 0;
  color: #102a43;
  font-family: "Bodoni Moda",serif;
  font-weight: 800;
  line-height: .98;
}
.fuda-hero h1 {
  max-width: 690px;
  font-size: clamp(50px,6vw,84px);
  letter-spacing: -.045em;
}
.fuda-lead {
  max-width: 650px;
  margin: 26px 0 0;
  color: #425d73;
  font-size: 18px;
  line-height: 1.7;
}
.fuda-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.fuda-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid #15803d;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: .2s;
}
.fuda-button-primary {
  background: #15803d;
  color: #fff;
  box-shadow: 7px 7px 0 #102a43;
}
.fuda-button-primary:hover {
  transform: translate(3px,3px);
  box-shadow: 4px 4px 0 #102a43;
}
.fuda-button-ghost {
  color: #14532d;
  background: transparent;
}
.fuda-trust {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  list-style: none;
  margin: 54px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #d3dee7;
}
.fuda-trust li {
  display: flex;
  flex-direction: column;
}
.fuda-trust strong {
  color: #102a43;
  font-size: 14px;
  letter-spacing: .08em;
}
.fuda-trust span {
  margin-top: 4px;
  color: #5c7488;
  font-size: 11px;
}
.fuda-brand-collage {
  position: relative;
  min-height: 490px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(3,1fr);
  gap: 13px;
  padding: 25px;
  background: #102a43;
  box-shadow: 24px 24px 0 #dcfce7;
  transform: rotate(1.5deg);
}
.fuda-brand-collage:before {
  content: "FUDA WHOLESALE";
  position: absolute;
  right: -26px;
  top: 26px;
  z-index: 2;
  padding: 8px 12px;
  background: #15803d;
  color: #fff;
  font: 800 9px "IBM Plex Mono",monospace;
  letter-spacing: .14em;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
}
.fuda-brand-tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  transition: .25s;
  transform: rotate(-1.5deg);
}
.fuda-brand-tile:hover {
  transform: rotate(-1.5deg) translateY(-4px);
}
.fuda-brand-tile strong {
  font-family: "Bodoni Moda",serif;
  font-size: 27px;
  line-height: 1;
}
.fuda-brand-tile span {
  margin-top: 8px;
  font: 700 8px "IBM Plex Mono",monospace;
  letter-spacing: .11em;
  opacity: .78;
}
.fuda-tile-hoco {
  background: linear-gradient(145deg,#177c47,#0d5130);
}
.fuda-tile-kemei {
  background: linear-gradient(145deg,#202b36,#080d12);
}
.fuda-tile-sokany {
  background: linear-gradient(145deg,#e9a23b,#9c5311);
}
.fuda-tile-andowl {
  background: linear-gradient(145deg,#29465e,#102a43);
}
.fuda-tile-awei {
  background: linear-gradient(145deg,#52878d,#245159);
}
.fuda-tile-remax {
  background: linear-gradient(145deg,#f4f6f8,#dce4ea);
  color: #102a43;
}
.fuda-section {
  padding: 96px 0;
}
.fuda-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}
.fuda-section h2,.fuda-b2b h2 {
  font-size: clamp(34px,4vw,54px);
  letter-spacing: -.035em;
}
.fuda-section-head>a {
  flex: none;
  color: #15803d;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}
.fuda-category-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.fuda-category-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: #e8eef3;
  text-decoration: none;
}
.fuda-category-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(16,42,67,.92),transparent 70%);
}
.fuda-category-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.fuda-category-card:hover img {
  transform: scale(1.05);
}
.fuda-category-placeholder {
  position: absolute;
  right: 18px;
  top: 5px;
  color: rgba(255,255,255,.7);
  font: 800 76px "Bodoni Moda",serif;
}
.fuda-category-meta {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
}
.fuda-category-meta strong {
  font-family: "Bodoni Moda",serif;
  font-size: 23px;
}
.fuda-category-meta small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}
.fuda-products-section {
  background: #f5f8fa;
}
.fuda-product-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.fuda-product-card {
  background: #fff;
  border: 1px solid #e8eef3;
  transition: .2s;
}
.fuda-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(16,42,67,.09);
}
.fuda-product-image {
  position: relative;
  display: block;
  aspect-ratio: 1;
  background: #fff;
  overflow: hidden;
}
.fuda-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}
.fuda-product-image>span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #102a43;
  color: #fff;
  padding: 6px 8px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}
.fuda-product-info {
  padding: 17px;
}
.fuda-product-info>p {
  height: 17px;
  margin: 0 0 7px;
  overflow: hidden;
  color: #15803d;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.fuda-product-info h3 {
  height: 42px;
  margin: 0;
  overflow: hidden;
  font: 700 14px/1.5 "Manrope",sans-serif;
}
.fuda-product-info h3 a {
  text-decoration: none;
}
.fuda-price {
  margin-top: 14px;
  color: #102a43;
  font-size: 15px;
  font-weight: 900;
}
.fuda-brands {
  padding: 42px 0;
  border-top: 1px solid #e8eef3;
}
.fuda-brand-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid #d3dee7;
}
.fuda-brand-strip span {
  display: grid;
  place-items: center;
  min-height: 86px;
  border-right: 1px solid #d3dee7;
  color: #102a43;
  font-family: "Bodoni Moda",serif;
  font-size: 20px;
  font-weight: 800;
}
.fuda-brand-strip span:last-child {
  border-right: 0;
}
.fuda-app {
  overflow: hidden;
  background: #f0fdf4;
}
.fuda-app-grid {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 52px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.fuda-app h2 {
  max-width: 670px;
  margin: 0;
  color: #102a43;
  font-family: "Bodoni Moda",serif;
  font-size: clamp(38px,5vw,64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
}
.fuda-app p:not(.fuda-kicker) {
  max-width: 620px;
  margin: 22px 0;
  color: #425d73;
  font-size: 16px;
  line-height: 1.7;
}
.fuda-store-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
}
.fuda-contact-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.fuda-contact-channels>a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #dce4e8;
  border-radius: 10px;
  background: #fff;
  color: #182238;
  text-decoration: none;
}
.fuda-contact-channels strong {
  font-size: 10px;
  letter-spacing: .06em;
  color: #009b83;
}
.fuda-contact-channels span {
  font-size: 12px;
  font-weight: 800;
}
.fuda-store-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
  padding: 10px 14px;
  border-radius: 9px;
  background: #0b0d0f;
  color: #fff;
  text-decoration: none;
}
.fuda-store-badge svg {
  width: 29px;
  height: 29px;
  fill: #fff;
}
.fuda-store-badge span {
  display: flex;
  flex-direction: column;
}
.fuda-store-badge small {
  font-size: 7px;
  letter-spacing: .05em;
}
.fuda-store-badge strong {
  font-size: 16px;
  line-height: 1.1;
}
.fuda-app-web {
  color: #14532d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.fuda-phone-mock {
  justify-self: center;
  width: 230px;
  height: 410px;
  padding: 10px;
  border: 7px solid #102a43;
  border-radius: 36px;
  background: #fff;
  box-shadow: 28px 28px 0 rgba(21,128,61,.14);
  transform: rotate(5deg);
}
.fuda-phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 23px;
  background: linear-gradient(160deg,#102a43,#15803d);
  color: #fff;
  padding: 47px 22px;
}
.fuda-phone-screen:before,.fuda-phone-screen:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}
.fuda-phone-screen:before {
  width: 210px;
  height: 210px;
  right: -100px;
  bottom: 12px;
}
.fuda-phone-screen:after {
  width: 130px;
  height: 130px;
  right: -50px;
  bottom: 52px;
}
.fuda-phone-screen span {
  display: block;
  font: 800 13px "IBM Plex Mono",monospace;
  letter-spacing: .18em;
}
.fuda-phone-screen strong {
  display: block;
  margin-top: 60px;
  font: 800 32px/1.05 "Bodoni Moda",serif;
}
.fuda-phone-screen i {
  position: absolute;
  bottom: 28px;
  left: 22px;
  font-style: normal;
  font-weight: 800;
}
.fuda-app-map-card {
  overflow: hidden;
  border: 1px solid #e3e8ee;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24,34,56,.09);
}
.fuda-app-map-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fuda-app-map {
  order: 1;
  min-height: 350px;
  background: #e8eef3;
}
.fuda-app-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}
.fuda-app-map-copy {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  background: #fff;
  color: #182238;
  border-top: 1px solid #edf0f3;
}
.fuda-app-map-copy span {
  display: block;
  margin-bottom: 5px;
  color: #009b83;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}
.fuda-app-map-copy strong {
  display: block;
  color: #182238;
  font-size: 16px;
  line-height: 1.25;
}
.fuda-app-map-copy small {
  display: block;
  margin-top: 4px;
  color: #6f7f8e;
  font-size: 10px;
}
.fuda-app-map-link {
  display: inline-flex;
  align-items: center;
  flex: none;
  margin: 0;
  padding: 9px 11px;
  border: 1px solid #dce4e8;
  border-radius: 9px;
  color: #007967;
  background: #f7fbfa;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration: none;
}
.fuda-app-map-card:hover {
  box-shadow: 0 22px 54px rgba(24,34,56,.12);
  transition: .25s;
}
.fuda-b2b {
  padding: 78px 0;
  background: #15803d;
  color: #fff;
}
.fuda-b2b-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.fuda-b2b .fuda-kicker {
  color: #dcfce7;
}
.fuda-b2b h2 {
  color: #fff;
}
.fuda-b2b-copy p {
  margin: 0 0 26px;
  font-size: 17px;
  line-height: 1.75;
}
.fuda-button-light {
  border-color: #fff;
  background: #fff;
  color: #14532d;
}
.fuda-location-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px;
}
.fuda-location-card {
  padding: 52px;
  background: #102a43;
  color: #fff;
}
.fuda-location-card h2 {
  color: #fff;
}
.fuda-location-card address {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 34px;
  font-style: normal;
  font-size: 13px;
}
.fuda-location-card address strong {
  margin-bottom: 7px;
  line-height: 1.5;
}
.fuda-company-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 34px 0;
}
.fuda-company-data div {
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.fuda-company-data dt {
  font-size: 9px;
  letter-spacing: .14em;
  color: #afc2d1;
}
.fuda-company-data dd {
  margin: 7px 0 0;
  font-weight: 800;
}
.fuda-map-link {
  color: #86efac;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}
.fuda-map {
  min-height: 490px;
  filter: saturate(.8);
}
.fuda-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.fuda-footer {
  padding: 70px 0 24px;
  background: #091d2d;
  color: #afc2d1;
}
.fuda-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr 1fr;
  gap: 70px;
}
.fuda-logo-footer .fuda-logo-text strong {
  color: #fff;
}
.fuda-footer-grid>div:first-child p {
  max-width: 380px;
  font-size: 13px;
  line-height: 1.7;
}
.fuda-footer h3 {
  margin: 6px 0 20px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .13em;
}
.fuda-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fuda-footer-links li {
  margin: 0 0 11px;
  font-size: 12px;
}
.fuda-footer-links a {
  text-decoration: none;
}
.fuda-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 9px;
  letter-spacing: .08em;
}
body {
  background: #fffdfa;
  color: #242b36;
}
.fuda-topbar {
  background: #182238;
}
.fuda-header {
  background: rgba(255,253,250,.94);
}
.fuda-logo-box {
  background: linear-gradient(135deg,#00a889,#16c1a3);
  border-radius: 13px;
}
.fuda-logo-text strong,.fuda-hero h1,.fuda-section h2,.fuda-b2b h2,.fuda-app h2 {
  color: #182238;
}
.fuda-kicker,.fuda-section-head>a,.fuda-app-web {
  color: #009b83;
}
.fuda-hero {
  background: radial-gradient(circle at 84% 16%,rgba(91,141,239,.16),transparent 28%),radial-gradient(circle at 14% 78%,rgba(255,107,74,.14),transparent 30%),linear-gradient(135deg,#fffdfa 0%,#f3fbf8 56%,#f6f8ff 100%);
}
.fuda-button-primary {
  border-color: #009b83;
  background: linear-gradient(135deg,#009b83,#16c1a3);
}
.fuda-button-ghost {
  border-color: #ff6b4a;
  color: #d94f35;
  background: #fff;
}
.fuda-showcase-card {
  border-color: #e6e7eb;
  box-shadow: 0 12px 34px rgba(24,34,56,.08);
}
.fuda-showcase-card:nth-child(2) {
  transform: translateY(16px);
}
.fuda-showcase-card:nth-child(3) {
  transform: translateY(-8px);
}
.fuda-showcase-card span {
  background: #e6faf4;
  color: #007967;
}
.fuda-products-section {
  background: #f5f7fb;
}
.fuda-brands {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background: linear-gradient(120deg,#182238,#27324a);
  border: 0;
}
.fuda-brands:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -80px;
  top: -140px;
  border-radius: 50%;
  background: #ff6b4a;
  filter: blur(2px);
  opacity: .75;
}
.fuda-brands .fuda-kicker {
  position: relative;
  color: #8af0d8;
}
.fuda-brand-strip {
  position: relative;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.15);
}
.fuda-brand-logo {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 20px;
  background: rgba(255,255,255,.97);
  transition: transform .25s,background .25s;
}
.fuda-brand-logo:hover {
  z-index: 2;
  transform: translateY(-5px);
  background: #fff;
}
.fuda-brand-logo img,.fuda-brand-logo svg {
  display: block;
  width: 100%;
  max-width: 125px;
  height: 55px;
  object-fit: contain;
  color: #182238;
  mix-blend-mode: multiply;
}
.fuda-brand-logo:first-child img {
  mix-blend-mode: normal;
  border-radius: 8px;
}
.fuda-brand-strip.fuda-brand-track {
  grid-template-columns: repeat(4,1fr);
}
.fuda-brand-logo[hidden] {
  display: none !important;
}
.fuda-brand-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.fuda-brand-arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: .2s;
}
.fuda-brand-arrow:hover {
  background: #fff;
  color: #182238;
}
.fuda-brand-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}
.fuda-brand-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
}
.fuda-brand-dot.is-active {
  width: 22px;
  border-radius: 8px;
  background: #8af0d8;
}
@media (max-width:700px) {
  .fuda-brand-strip.fuda-brand-track {
    grid-template-columns: repeat(2,1fr);
  }
  .fuda-brand-logo {
    min-height: 96px;
    padding: 14px;
  }
  .fuda-brand-logo img,.fuda-brand-logo svg {
    max-width: 110px;
    height: 48px;
  }
  .fuda-brands {
    padding: 44px 0;
  }
}
.fuda-b2b {
  background: linear-gradient(125deg,#009b83,#007767);
}
.fuda-app {
  background: linear-gradient(135deg,#fff1ed,#fffdfa 55%,#eef5ff);
}
.fuda-phone-screen {
  background: linear-gradient(155deg,#182238,#5b8def 52%,#00a889);
}
.fuda-location-card {
  background: linear-gradient(145deg,#182238,#27324a);
}
.fuda-footer {
  background: #121a2b;
}
.fuda-inner-main,.fuda-commerce-main {
  width: min(1180px,calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 90px;
  flex: 1;
}
.fuda-page-header {
  max-width: 860px;
  margin-bottom: 38px;
}
.fuda-page-header h1,.fuda-error-page h1 {
  margin: 0;
  color: #102a43;
  font: 800 clamp(34px,5vw,58px)/1.08 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif;
  letter-spacing: -.035em;
}
.fuda-page-header time,.fuda-post-card time {
  display: block;
  margin-top: 13px;
  color: #6b7280;
  font-size: 11px;
}
.fuda-archive-desc {
  margin-top: 16px;
  color: #5c7488;
  line-height: 1.7;
}
.fuda-page-cover {
  overflow: hidden;
  margin: 0 0 40px;
  border-radius: 14px;
}
.fuda-page-cover img {
  display: block;
  width: 100%;
  height: auto;
}
.fuda-content-page,.fuda-article {
  max-width: 920px;
  margin: auto;
}
.fuda-rich-content {
  color: #313131;
  font-size: 17px;
  line-height: 1.8;
}
.fuda-rich-content>* {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.fuda-rich-content>figure,.fuda-rich-content>.wp-block-image,.fuda-rich-content>.wp-block-video,.fuda-rich-content>.wp-block-embed,.fuda-rich-content>.wp-block-gallery,.fuda-rich-content>.wp-block-columns,.fuda-rich-content>.woocommerce {
  max-width: 100%;
}
.fuda-rich-content img,.fuda-rich-content video,.fuda-rich-content iframe,.woocommerce-Tabs-panel img,.woocommerce-product-details__short-description img {
  max-width: 100%;
  height: auto;
}
.fuda-rich-content video {
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #000;
}
.fuda-rich-content iframe {
  width: 100%;
  max-width: 100%;
}
.fuda-rich-content h2,.fuda-rich-content h3 {
  margin-top: 2em;
  color: #102a43;
  line-height: 1.25;
}
.fuda-rich-content a {
  color: #15803d;
}
.fuda-rich-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
.fuda-rich-content th,.fuda-rich-content td {
  padding: 12px;
  border: 1px solid #e1e4e8;
}
.fuda-post-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.fuda-post-card {
  overflow: hidden;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  background: #fff;
}
.fuda-post-card>a img {
  display: block;
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}
.fuda-post-card>div {
  padding: 20px;
}
.fuda-post-card h2 {
  margin: 7px 0 10px;
  font-size: 20px;
  line-height: 1.3;
}
.fuda-post-card h2 a {
  text-decoration: none;
}
.fuda-post-card p {
  color: #5c7488;
  font-size: 13px;
  line-height: 1.65;
}
.fuda-pagination {
  margin-top: 44px;
}
.fuda-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fuda-pagination a,.fuda-pagination span {
  padding: 10px 14px;
  border: 1px solid #d3dee7;
  border-radius: 8px;
  text-decoration: none;
}
.fuda-pagination .current {
  border-color: #15803d;
  background: #15803d;
  color: #fff;
}
.fuda-post-nav {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 45px auto 0;
  padding-top: 25px;
  border-top: 1px solid #e1e4e8;
}
.fuda-post-nav a {
  color: #15803d;
  text-decoration: none;
  font-weight: 700;
}
.fuda-empty,.fuda-error-page {
  padding: 75px 25px;
  border-radius: 16px;
  background: #f5f8fa;
  text-align: center;
}
.fuda-empty h2 {
  margin: 0 0 8px;
  color: #102a43;
}
.fuda-error-page>span {
  color: #15803d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .15em;
}
.fuda-error-page p {
  color: #5c7488;
}
.fuda-inner-search {
  max-width: 600px;
  margin: 25px auto;
}
.fuda-inner-search form {
  display: flex;
}
.fuda-inner-search input {
  flex: 1;
  min-width: 0;
  padding: 14px;
  border: 1px solid #d3dee7;
  border-radius: 8px 0 0 8px;
}
.fuda-inner-search button {
  border: 0;
  border-radius: 0 8px 8px 0;
  background: #15803d;
  color: #fff;
  padding: 0 22px;
  font-weight: 800;
}
.fuda-commerce-main .woocommerce-breadcrumb {
  margin-bottom: 25px;
  color: #6b7280;
  font-size: 12px;
}
.fuda-commerce-main .woocommerce-products-header {
  margin-bottom: 30px;
}
.fuda-commerce-main .woocommerce-products-header__title {
  font: 800 clamp(34px,5vw,56px)/1.08 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif;
}
.woocommerce div.product .woocommerce-product-gallery {
  min-width: 0;
}
.woocommerce div.product .summary {
  min-width: 0;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 45px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background: #f5f8fa !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 100%;
  overflow: hidden;
  color: #313131;
  font-size: 16px;
  line-height: 1.75;
}
.woocommerce div.product .woocommerce-tabs .panel img,.woocommerce div.product .woocommerce-tabs .panel video,.woocommerce div.product .woocommerce-tabs .panel iframe {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
}
.woocommerce div.product .woocommerce-tabs .panel iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 8px;
  margin-top: 10px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto !important;
}
.woocommerce-cart-form,.woocommerce-checkout-review-order,.woocommerce form.checkout .col2-set,.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
}
.woocommerce table.shop_table {
  border-collapse: separate;
  border-color: #e1e4e8 !important;
  border-radius: 12px !important;
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select {
  padding: 12px;
  border: 1px solid #d3dee7;
  border-radius: 8px;
}
.woocommerce .quantity .qty {
  min-height: 40px;
  border: 1px solid #d3dee7;
  border-radius: 8px;
}
body,.fuda-button,.fuda-menu a,.fuda-kicker,.fuda-product-info h3,.fuda-showcase-card {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}
.fuda-logo-text strong,.fuda-hero h1,.fuda-section h2,.fuda-b2b h2,.fuda-app h2,.fuda-location-card h2,.fuda-category-meta strong,.fuda-brand-strip span,.fuda-phone-screen strong {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}
.fuda-hero h1 {
  font-size: clamp(42px,5vw,68px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.035em;
}
.fuda-section h2,.fuda-b2b h2,.fuda-app h2,.fuda-location-card h2 {
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.fuda-kicker {
  letter-spacing: .08em;
}
.fuda-product-collage {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  align-content: center;
}
.fuda-showcase-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e1e4e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(15,23,42,.07);
}
.fuda-showcase-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: contain;
  padding: 12px;
  background: #fff;
}
.fuda-showcase-card>div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid #eef0f2;
}
.fuda-showcase-card span {
  grid-row: 1/3;
  align-self: center;
  padding: 5px 7px;
  border-radius: 6px;
  background: #f0fdf4;
  color: #15803d;
  font-size: 9px;
  font-weight: 800;
}
.fuda-showcase-card strong {
  font-size: 13px;
  color: #313131;
  line-height: 1.15;
}
.fuda-showcase-card small {
  font-size: 10px;
  color: #6b7280;
}
.fuda-showcase-featured {
  grid-row: span 2;
}
.fuda-showcase-featured img {
  aspect-ratio: auto;
  height: 344px;
}
.fuda-button {
  border-radius: 8px;
}
.fuda-button-primary {
  box-shadow: none;
}
.fuda-button-primary:hover {
  transform: none;
  box-shadow: 0 7px 20px rgba(21,128,61,.22);
}
.fuda-category-card,.fuda-product-card {
  border-radius: 12px;
}
.fuda-search-panel input {
  border-radius: 8px 0 0 8px;
}
.fuda-search-panel button {
  border-radius: 0 8px 8px 0;
}
@media (max-width:900px) {
  .fuda-shell {
    width: min(100% - 30px,720px);
  }
  .fuda-inner-main,.fuda-commerce-main {
    width: calc(100% - 30px);
    padding: 45px 0 65px;
  }
  .fuda-post-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .fuda-rich-content {
    font-size: 16px;
  }
  .fuda-topbar .fuda-shell span:last-child,.fuda-desktop-nav {
    display: none;
  }
  .fuda-topbar .fuda-shell {
    justify-content: center;
  }
  .fuda-header-main {
    height: 68px;
    gap: 8px;
  }
  .fuda-mobile-only {
    display: grid;
  }
  .fuda-logo-text small {
    display: none;
  }
  .fuda-mobile-menu {
    display: block;
    padding: 10px 22px 20px;
    background: #fff;
    border-top: 1px solid #e8eef3;
  }
  .fuda-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fuda-mobile-menu-list a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #e8eef3;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
  }
  .fuda-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 64px;
    padding-bottom: 28px;
  }
  .fuda-hero h1 {
    font-size: clamp(43px,13vw,70px);
  }
  .fuda-lead {
    font-size: 16px;
  }
  .fuda-trust {
    margin-top: 40px;
  }
  .fuda-hero-visual {
    width: min(100%,430px);
    margin: auto;
  }
  .fuda-section {
    padding: 70px 0;
  }
  .fuda-section-head {
    align-items: start;
    flex-direction: column;
  }
  .fuda-category-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .fuda-product-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .fuda-brand-strip {
    grid-template-columns: repeat(3,1fr);
  }
  .fuda-brand-logo {
    min-height: 98px;
    border-bottom: 1px solid rgba(24,34,56,.08);
  }
  .fuda-app-grid,.fuda-b2b-grid,.fuda-location-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .fuda-phone-mock {
    width: 205px;
    height: 365px;
  }
  .fuda-map {
    min-height: 390px;
  }
  .fuda-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fuda-footer-grid>div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width:540px) {
  .fuda-shell {
    width: calc(100% - 24px);
  }
  .fuda-brand-strip {
    grid-template-columns: repeat(2,1fr);
  }
  .fuda-brand-logo {
    min-height: 90px;
    padding: 15px;
  }
  .fuda-showcase-card:nth-child(2),.fuda-showcase-card:nth-child(3) {
    transform: none;
  }
  .fuda-inner-main,.fuda-commerce-main {
    width: calc(100% - 24px);
  }
  .fuda-post-grid {
    grid-template-columns: 1fr;
  }
  .fuda-page-header h1,.fuda-error-page h1 {
    font-size: 36px;
  }
  .fuda-logo-box {
    width: 37px;
    height: 37px;
    font-size: 25px;
  }
  .fuda-logo-text strong {
    font-size: 20px;
  }
  .fuda-icon-button {
    width: 38px;
    height: 38px;
  }
  .fuda-hero-grid {
    padding-top: 48px;
  }
  .fuda-hero h1 {
    font-size: 45px;
  }
  .fuda-actions {
    flex-direction: column;
  }
  .fuda-button {
    width: 100%;
  }
  .fuda-trust {
    gap: 8px;
  }
  .fuda-trust span {
    font-size: 9px;
  }
  .fuda-hero-visual {
    margin-top: -12px;
  }
  .fuda-section {
    padding: 58px 0;
  }
  .fuda-section h2,.fuda-b2b h2 {
    font-size: 36px;
  }
  .fuda-category-grid {
    grid-template-columns: 1fr;
  }
  .fuda-category-card {
    min-height: 210px;
  }
  .fuda-product-grid {
    gap: 10px;
  }
  .fuda-product-info {
    padding: 12px;
  }
  .fuda-product-info h3 {
    font-size: 12px;
  }
  .fuda-b2b {
    padding: 58px 0;
  }
  .fuda-location-card {
    padding: 34px 25px;
  }
  .fuda-company-data {
    grid-template-columns: 1fr;
  }
  .fuda-map {
    min-height: 330px;
  }
  .fuda-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .fuda-footer-grid>div:first-child {
    grid-column: auto;
  }
  .fuda-footer-bottom {
    flex-direction: column;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
