/*! tailwindcss v4.3.0 | 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;
    --text-base: 1rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --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 {
  .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;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .columns-4 {
    columns: 4;
  }
  .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,);
  }
}
:root {
  --color-brand: #ED1B3E;
  --color-brand-50: #FFF1F3;
  --color-brand-100: #FEE0E5;
  --color-brand-200: #FBB7C2;
  --color-brand-400: #FF5C77;
  --color-brand-500: #ED1B3E;
  --color-brand-600: #CE1233;
  --color-brand-700: #A60D27;
  --color-ink: #121318;
  --color-ink-700: #2C2F38;
  --color-ink-800: #1B1D24;
  --color-ink-900: #121318;
  --color-paper: #F7F9FC;
  --color-surface: #FFFFFF;
  --color-surface-alt: #EFF2F8;
  --color-line: #E2E7F0;
  --color-line-strong: #C9D0DF;
  --color-fg: #1B1D24;
  --color-fg2: #49526B;
  --color-fg3: #6B7489;
  --color-fg4: #9AA3B8;
  --color-mint: #06C68C;
  --color-mint-600: #04A878;
  --color-mint-bg: #D5F7EC;
  --color-gold: #FFB020;
  --color-gold-600: #E89400;
  --color-gold-bg: #FFF0CF;
  --color-coral: #FF5A3C;
  --color-coral-600: #EC4424;
  --color-coral-bg: #FFE6DF;
  --font-sans: "Vazirmatn", "Vazirmatn Variable", "IRANYekanX", Tahoma, sans-serif;
  --font-fa: "Vazirmatn", "Vazirmatn Variable", "IRANYekanX", Tahoma, sans-serif;
  --text-xs: 12px;
  --text-sm: 13.5px;
  --text-base: 15px;
  --text-lg: 17px;
  --text-xl: 21px;
  --text-2xl: 26px;
  --text-3xl: 32px;
  --text-4xl: 44px;
  --radius-btn: 14px;
  --radius-card: 18px;
  --radius-hero: 24px;
  --radius-xl: 24px;
  --sh-xs: 0 1px 2px rgba(12,17,36,.06);
  --sh-sm: 0 2px 6px rgba(12,17,36,.07);
  --sh-md: 0 6px 18px rgba(12,17,36,.10);
  --sh-lg: 0 14px 38px rgba(12,17,36,.12);
  --sh-xl: 0 28px 64px rgba(12,17,36,.16);
  --sh-brand: 0 10px 26px rgba(237,27,62,.32);
  --gradient-brand: linear-gradient(135deg,#FF5C77 0%,#FF1F44 55%,#FF002A 100%);
}
@layer base {
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    background: var(--color-paper);
    color: var(--color-fg);
    font-family: var(--font-fa);
    font-size: var(--text-base);
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-fa);
    color: var(--color-fg);
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 .5em;
  }
  h1 {
    font-size: var(--text-3xl);
    letter-spacing: -.01em;
  }
  h2 {
    font-size: var(--text-2xl);
  }
  h3 {
    font-size: var(--text-xl);
  }
  p {
    margin: 0 0 1em;
    color: var(--color-fg2);
  }
  a {
    color: var(--color-brand);
    text-decoration: none;
    transition: color .16s;
  }
  a:hover {
    color: var(--color-brand-600);
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  ::selection {
    background: var(--color-brand-100);
    color: var(--color-brand-700);
  }
  input, select, textarea, button {
    font-family: var(--font-fa);
  }
  ::-webkit-scrollbar {
    width: 11px;
    height: 11px;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-line-strong);
    border-radius: 99px;
    border: 3px solid var(--color-paper);
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color-fg4);
  }
}
@layer components {
  .ac-wrap {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  .ac-main {
    min-height: 50vh;
  }
  .ac-section {
    padding-block: 40px;
  }
  .ac-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-fa);
    font-weight: 700;
    font-size: 14px;
    border-radius: var(--radius-btn);
    padding: 11px 20px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .18s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
    text-decoration: none;
    line-height: 1.4;
  }
  .ac-btn-primary {
    background: var(--color-brand);
    color: #fff;
    box-shadow: var(--sh-brand);
  }
  .ac-btn-primary:hover {
    background: var(--color-brand-600);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(237,27,62,.38);
  }
  .ac-btn-primary:active {
    background: var(--color-brand-700);
    transform: translateY(0);
  }
  .ac-btn-grad {
    background: var(--gradient-brand);
    color: #fff;
    box-shadow: var(--sh-brand);
  }
  .ac-btn-grad:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(237,27,62,.40);
  }
  .ac-btn-ghost {
    background: var(--color-surface);
    color: var(--color-fg);
    border-color: var(--color-line);
  }
  .ac-btn-ghost:hover {
    background: var(--color-surface-alt);
    color: var(--color-fg);
    border-color: var(--color-line-strong);
  }
  .ac-btn-outline {
    background: transparent;
    color: var(--color-brand);
    border-color: var(--color-brand);
  }
  .ac-btn-outline:hover {
    background: var(--color-brand-50);
    color: var(--color-brand-700);
  }
  .ac-btn-light {
    background: rgba(255,255,255,.95);
    color: var(--color-ink-900);
  }
  .ac-btn-light:hover {
    background: #fff;
    transform: translateY(-2px);
  }
  .ac-btn-sm {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 11px;
  }
  .ac-btn-lg {
    padding: 14px 28px;
    font-size: 16px;
  }
  .ac-btn-block {
    display: flex;
    width: 100%;
  }
  .ac-icon-btn {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    color: var(--color-fg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .16s;
    cursor: pointer;
  }
  .ac-icon-btn:hover {
    background: var(--color-surface-alt);
    border-color: var(--color-line-strong);
    color: var(--color-brand);
  }
  .ac-icon-btn svg {
    width: 21px;
    height: 21px;
  }
  .ac-badge-count {
    position: absolute;
    top: -6px;
    inset-inline-start: -6px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    background: var(--color-brand);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-surface);
  }
  .ac-topbar {
    background: var(--color-ink-900);
    color: var(--color-fg4);
    font-size: 13px;
  }
  .ac-topbar .ac-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .ac-topbar a {
    color: var(--color-fg4);
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .ac-topbar a:hover {
    color: #fff;
  }
  .ac-topbar-items {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .ac-topbar-items svg {
    width: 15px;
    height: 15px;
    opacity: .85;
  }
  .ac-topbar .ac-pill-on {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
  }
  .ac-topbar .ac-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-mint);
    box-shadow: 0 0 0 3px rgba(6,198,140,.2);
  }
  .ac-header {
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-line);
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .ac-header.is-stuck {
    box-shadow: 0 4px 20px rgba(12,17,36,.08);
  }
  .ac-header .ac-wrap {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 74px;
  }
  .ac-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
    text-decoration: none;
  }
  .ac-logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: var(--gradient-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sh-brand);
    flex-shrink: 0;
  }
  .ac-logo-mark svg {
    width: 26px;
    height: 26px;
  }
  .ac-logo-txt {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
  }
  .ac-logo-txt b {
    font-size: 18px;
    font-weight: 900;
    color: var(--color-fg);
  }
  .ac-logo-txt span {
    font-size: 11.5px;
    color: var(--color-fg3);
    font-weight: 600;
  }
  .ac-logo img {
    max-height: 46px;
    width: auto;
  }
  .ac-logo-real .ac-logo-img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
  }
  .ac-search {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-surface-alt);
    border: 1px solid var(--color-line);
    border-radius: 14px;
    padding: 10px 15px;
    transition: .16s;
    max-width: 560px;
  }
  .ac-search:focus-within {
    background: var(--color-surface);
    border-color: var(--color-brand);
    box-shadow: 0 0 0 3px rgba(237,27,62,.15);
  }
  .ac-search svg {
    width: 19px;
    height: 19px;
    color: var(--color-fg3);
    flex-shrink: 0;
  }
  .ac-search input {
    flex: 1;
    border: 0;
    background: transparent;
    outline: none;
    font-family: var(--font-fa);
    font-size: 14px;
    color: var(--color-fg);
  }
  .ac-search input::placeholder {
    color: var(--color-fg4);
  }
  .ac-search button {
    border: 0;
    background: var(--color-brand);
    color: #fff;
    border-radius: 10px;
    padding: 7px 16px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: .15s;
  }
  .ac-search button:hover {
    background: var(--color-brand-600);
  }
  .ac-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  .ac-catnav {
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-line);
  }
  .ac-catnav .ac-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    min-height: 54px;
    scrollbar-width: none;
  }
  .ac-catnav .ac-wrap::-webkit-scrollbar {
    display: none;
  }
  .ac-cat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    color: var(--color-fg2);
    font-family: var(--font-fa);
    font-weight: 600;
    font-size: 13.5px;
    padding: 9px 14px;
    border-radius: 10px;
    white-space: nowrap;
    transition: .15s;
    cursor: pointer;
    text-decoration: none;
  }
  .ac-cat:hover {
    background: var(--color-surface-alt);
    color: var(--color-fg);
  }
  .ac-cat.is-active {
    background: var(--color-brand);
    color: #fff;
  }
  .ac-cat svg {
    width: 17px;
    height: 17px;
  }
  .ac-cat-all {
    background: var(--color-brand);
    color: #fff;
  }
  .ac-cat-all:hover {
    background: var(--color-brand-600);
    color: #fff;
  }
  .ac-hero {
    position: relative;
    overflow: hidden;
    background: var(--color-ink-900);
    color: #fff;
    border-radius: var(--radius-hero);
    box-shadow: var(--sh-lg);
    margin-top: 28px;
  }
  .ac-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    inset-inline-start: -80px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(237,27,62,.45), transparent 70%);
    filter: blur(20px);
  }
  .ac-hero::after {
    content: "";
    position: absolute;
    bottom: -140px;
    inset-inline-end: -60px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(255,92,119,.28), transparent 70%);
    filter: blur(30px);
  }
  .ac-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 36px;
    align-items: center;
    padding: 48px 44px;
  }
  .ac-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(6,198,140,.14);
    color: #5BE3B9;
    font-weight: 700;
    font-size: 12.5px;
    padding: 6px 13px;
    border-radius: 999px;
    border: 1px solid rgba(6,198,140,.3);
    margin-bottom: 18px;
  }
  .ac-hero-eyebrow .ac-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-mint);
  }
  .ac-hero h1 {
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 16px;
    font-weight: 900;
    letter-spacing: -.02em;
  }
  .ac-hero h1 .ac-hl {
    color: var(--color-brand-400);
  }
  .ac-hero p {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(232,236,246,.82);
    margin: 0 0 26px;
    max-width: 520px;
  }
  .ac-hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .ac-hero-stats {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
  }
  .ac-hero-stat b {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
  }
  .ac-hero-stat span {
    font-size: 12.5px;
    color: rgba(232,236,246,.6);
  }
  .ac-hero-tiles {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
  }
  .ac-hero-tile {
    aspect-ratio: 1;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-shadow: var(--sh-md);
    animation: acPop .5s cubic-bezier(.4,0,.2,1) backwards;
  }
  .ac-hero-tile img, .ac-hero-tile svg {
    width: 38px;
    height: 38px;
    object-fit: contain;
  }
  .ac-hero-tile span {
    font-size: 11px;
    font-weight: 700;
    color: var(--color-fg2);
  }
  @keyframes acPop {
    from {
      opacity: 0;
      transform: scale(.85) translateY(10px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .ac-trust {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
    margin-top: 22px;
  }
  .ac-trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: 16px;
    padding: 16px;
    box-shadow: var(--sh-sm);
  }
  .ac-trust-ic {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .ac-trust-ic svg {
    width: 23px;
    height: 23px;
  }
  .ac-trust-item b {
    display: block;
    font-size: 14.5px;
    font-weight: 800;
    color: var(--color-fg);
  }
  .ac-trust-item span {
    font-size: 12.5px;
    color: var(--color-fg3);
  }
  .ac-sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 16px;
  }
  .ac-sec-title {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .ac-sec-ic {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: var(--color-brand-50);
    color: var(--color-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .ac-sec-ic svg {
    width: 22px;
    height: 22px;
  }
  .ac-sec-title h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 800;
  }
  .ac-sec-title p {
    margin: 2px 0 0;
    font-size: 13px;
    color: var(--color-fg3);
  }
  .ac-seeall {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-brand);
    font-weight: 700;
    font-size: 13.5px;
    white-space: nowrap;
  }
  .ac-seeall svg {
    width: 16px;
    height: 16px;
  }
  .ac-cattiles {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 14px;
  }
  .ac-cattile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    padding: 22px 12px;
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: 16px;
    text-decoration: none;
    transition: .2s cubic-bezier(.4,0,.2,1);
    box-shadow: var(--sh-sm);
  }
  .ac-cattile:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: var(--color-brand-200);
  }
  .ac-cattile-ic {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ac-cattile-ic svg {
    width: 28px;
    height: 28px;
  }
  .ac-cattile b {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--color-fg);
    text-align: center;
  }
  .ac-cattile span {
    font-size: 11.5px;
    color: var(--color-fg3);
  }
  .ac-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
  }
  .ac-card, ul.products li.product {
    position: relative;
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    padding: 14px;
    cursor: pointer;
    list-style: none;
    margin: 0 !important;
    transition: .2s cubic-bezier(.4,0,.2,1);
    box-shadow: var(--sh-sm);
    width: auto !important;
    display: flex;
    flex-direction: column;
    text-align: start;
  }
  .ac-card:hover, ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: var(--color-brand-200);
  }
  .ac-card-tile {
    height: 130px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    overflow: hidden;
    background: var(--color-surface-alt);
  }
  .ac-card-tile img {
    max-height: 88px;
    width: auto;
    object-fit: contain;
  }
  ul.products li.product a img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 13px;
    background: var(--color-surface-alt);
  }
  .ac-card-cat {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--color-brand);
    margin-bottom: 5px;
  }
  .ac-card-title, ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-fg);
    line-height: 1.6;
    margin: 0 0 8px;
    padding: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ac-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    font-size: 12px;
    color: var(--color-fg3);
  }
  .ac-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--color-gold-600);
    font-weight: 700;
  }
  .ac-rating svg {
    width: 14px;
    height: 14px;
    fill: var(--color-gold);
  }
  .ac-card-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
  }
  .ac-price {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }
  .ac-price .ac-old {
    font-size: 12.5px;
    color: var(--color-fg4);
    text-decoration: line-through;
  }
  .ac-price .ac-now {
    font-size: 17px;
    font-weight: 800;
    color: var(--color-fg);
  }
  .ac-price .ac-unit {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-fg3);
    margin-inline-start: 3px;
  }
  ul.products li.product .price {
    color: var(--color-fg) !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    margin-top: auto;
  }
  ul.products li.product .price del {
    color: var(--color-fg4) !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    opacity: .85;
  }
  ul.products li.product .price ins {
    text-decoration: none !important;
  }
  .ac-ribbon, ul.products li.product .onsale {
    position: absolute !important;
    top: 13px !important;
    inset-inline-start: 13px !important;
    inset-inline-end: auto !important;
    z-index: 3;
    background: var(--color-brand) !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 11.5px !important;
    padding: 4px 10px !important;
    border-radius: 9px !important;
    box-shadow: var(--sh-sm);
    margin: 0 !important;
    min-height: auto !important;
    line-height: 1.5 !important;
  }
  .ac-instant {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: var(--color-mint-600);
    background: var(--color-mint-bg);
    padding: 3px 9px;
    border-radius: 999px;
  }
  .ac-instant .ac-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-mint);
    animation: acPulse 1.8s infinite;
  }
  @keyframes acPulse {
    0%,100% {
      box-shadow: 0 0 0 0 rgba(6,198,140,.5);
    }
    50% {
      box-shadow: 0 0 0 4px rgba(6,198,140,0);
    }
  }
  ul.products li.product .button, ul.products li.product .added_to_cart {
    margin-top: 11px !important;
    width: 100%;
    text-align: center;
    background: var(--color-brand) !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    padding: 9px 14px !important;
    box-shadow: var(--sh-brand);
    transition: .18s;
    border: 0 !important;
  }
  ul.products li.product .button:hover {
    background: var(--color-brand-600) !important;
    transform: translateY(-2px);
  }
  .ac-cta {
    position: relative;
    overflow: hidden;
    background: var(--gradient-brand);
    color: #fff;
    border-radius: var(--radius-hero);
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    box-shadow: var(--sh-lg);
  }
  .ac-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.25), transparent 40%);
  }
  .ac-cta h2 {
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 8px;
  }
  .ac-cta p {
    position: relative;
    color: rgba(255,255,255,.9);
    margin: 0;
    font-size: 16px;
  }
  .ac-cta .ac-btn {
    position: relative;
  }
  .ac-footer {
    background: var(--color-ink-900);
    color: var(--color-fg4);
    margin-top: 56px;
  }
  .ac-footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-block: 50px;
  }
  .ac-footer h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 18px;
  }
  .ac-footer a {
    color: var(--color-fg4);
    font-size: 13.5px;
    line-height: 2.4;
    display: block;
  }
  .ac-footer a:hover {
    color: #fff;
  }
  .ac-footer p {
    color: var(--color-fg4);
    font-size: 13.5px;
    line-height: 1.9;
  }
  .ac-footer-brand .ac-logo-txt b {
    color: #fff;
  }
  .ac-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
  }
  .ac-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,.07);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .16s;
  }
  .ac-footer-social a:hover {
    background: var(--color-brand);
  }
  .ac-footer-social svg {
    width: 19px;
    height: 19px;
  }
  .ac-footer-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 6px;
  }
  .ac-footer-badge {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 12px;
    color: var(--color-fg4);
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ac-footer-badge svg {
    width: 22px;
    height: 22px;
    color: var(--color-mint);
  }
  .ac-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.07);
    padding-block: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12.5px;
  }
  .ac-footer-pay {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .ac-footer-pay span {
    background: rgba(255,255,255,.06);
    border-radius: 8px;
    padding: 6px 11px;
    font-size: 11.5px;
    color: var(--color-fg4);
  }
  .ac-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 8px;
  }
  .ac-badge-new {
    background: #E8F0FF;
    color: #2563EB;
  }
  .ac-badge-hot {
    background: var(--color-coral-bg);
    color: var(--color-coral-600);
  }
  .ac-badge-sale {
    background: var(--color-brand);
    color: #fff;
  }
  .ac-breadcrumb, .woocommerce-breadcrumb {
    font-size: 13px;
    color: var(--color-fg3) !important;
    padding-block: 18px;
  }
  .ac-breadcrumb a, .woocommerce-breadcrumb a {
    color: var(--color-brand) !important;
  }
  ul.products, .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
  }
  .woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none !important;
  }
  .woocommerce ul.products li.product::before {
    display: none;
  }
  .woocommerce .woocommerce-result-count {
    font-size: 13.5px;
    color: var(--color-fg3);
  }
  .woocommerce .woocommerce-ordering select {
    border: 1px solid var(--color-line);
    border-radius: 12px;
    padding: 9px 14px;
    background: var(--color-surface);
    color: var(--color-fg);
    font-family: var(--font-fa);
  }
  .woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .woocommerce div.product .woocommerce-product-gallery {
    margin: 0;
  }
  .woocommerce div.product .woocommerce-product-gallery {
    background: var(--color-surface-alt);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-hero);
    padding: 22px;
  }
  .woocommerce div.product .woocommerce-product-gallery__wrapper {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
  }
  .ac-steps {
    padding-inline-start: 20px;
    line-height: 2;
    color: var(--color-fg2);
    margin: 0;
  }
  .ac-steps li {
    margin-bottom: 8px;
  }
  .ac-steps b {
    color: var(--color-fg);
  }
  .woocommerce div.product .product_title {
    font-size: 27px;
    font-weight: 800;
    color: var(--color-fg);
    margin-bottom: 12px;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 25px;
    font-weight: 800;
    color: var(--color-brand);
  }
  .woocommerce div.product p.price del {
    font-size: 16px;
    color: var(--color-fg4);
    font-weight: 400;
  }
  .woocommerce div.product p.price ins {
    text-decoration: none;
  }
  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 16px;
  }
  .woocommerce div.product form.cart {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    padding: 22px;
    box-shadow: var(--sh-sm);
    margin-top: 20px;
  }
  .woocommerce div.product form.cart .quantity input {
    border: 1px solid var(--color-line-strong);
    border-radius: 11px;
    padding: 10px;
    width: 70px;
    text-align: center;
    font-family: var(--font-fa);
  }
  .woocommerce div.product form.cart .single_add_to_cart_button {
    background: var(--color-brand) !important;
    color: #fff !important;
    border-radius: var(--radius-btn) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 14px 30px !important;
    box-shadow: var(--sh-brand);
    border: 0 !important;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background: var(--color-brand-600) !important;
    transform: translateY(-2px);
  }
  .woocommerce div.product form.cart table.variations {
    margin: 0 0 14px;
  }
  .woocommerce div.product form.cart table.variations td, .woocommerce div.product form.cart table.variations th {
    padding: 7px 0;
    vertical-align: middle;
  }
  .woocommerce div.product form.cart table.variations label {
    font-weight: 700;
    color: var(--color-fg);
  }
  .woocommerce div.product form.cart .variations select {
    border: 1px solid var(--color-line);
    border-radius: 11px;
    padding: 10px 12px;
    font-family: var(--font-fa);
    background: var(--color-surface);
    min-height: 44px;
    color: var(--color-fg);
  }
  .woocommerce div.product form.cart .reset_variations {
    font-size: 12.5px;
    color: var(--color-fg3);
  }
  .woocommerce div.product .product_meta {
    margin-top: 16px;
    font-size: 13px;
    color: var(--color-fg3);
    padding-top: 14px;
    border-top: 1px solid var(--color-line);
  }
  .woocommerce div.product .product_meta > span {
    display: block;
    padding: 3px 0;
  }
  .woocommerce div.product .product_meta a {
    color: var(--color-brand);
  }
  .ac-pd-trust {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-top: 16px;
  }
  .ac-pd-trust > div {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--color-surface-alt);
    border-radius: 12px;
    padding: 11px 12px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--color-fg2);
  }
  .ac-pd-trust svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  @media (max-width: 480px) {
    .ac-pd-trust {
      grid-template-columns: 1fr;
    }
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 22px;
    border-bottom: 1px solid var(--color-line);
    display: flex;
    gap: 6px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 700;
    color: var(--color-fg3);
    padding: 12px 18px;
    display: block;
    border-bottom: 2px solid transparent;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--color-brand);
    border-bottom-color: var(--color-brand);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .star-rating span::before, .woocommerce .star-rating span::before {
    color: var(--color-gold);
  }
  .woocommerce table.shop_table {
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
  }
  .woocommerce table.shop_table th {
    background: var(--color-surface-alt);
    font-weight: 700;
    color: var(--color-fg);
  }
  .woocommerce-cart .cart_totals, .woocommerce-checkout #order_review {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    padding: 24px;
    box-shadow: var(--sh-sm);
  }
  .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-checkout #order_review_heading {
    font-size: 19px;
    font-weight: 800;
  }
  .woocommerce form .form-row label {
    font-weight: 600;
    color: var(--color-fg2);
    font-size: 13.5px;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row select, .woocommerce form .form-row textarea, .woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"] {
    border: 1px solid var(--color-line) !important;
    border-radius: 12px !important;
    background: var(--color-surface) !important;
    color: var(--color-fg) !important;
    padding: 11px 14px !important;
    font-family: var(--font-fa) !important;
  }
  .woocommerce form .form-row input:focus, .woocommerce form .form-row select:focus, .woocommerce form .form-row textarea:focus {
    border-color: var(--color-brand) !important;
    box-shadow: 0 0 0 3px rgba(237,27,62,.14) !important;
    outline: none;
  }
  .woocommerce a.checkout-button, .woocommerce #place_order {
    font-size: 16px !important;
    padding: 15px !important;
    width: 100%;
  }
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-radius: 12px !important;
    border-top: 3px solid;
    font-size: 14px;
  }
  .woocommerce-message {
    border-top-color: var(--color-mint) !important;
    background: #EDFBF5;
  }
  .woocommerce-message::before {
    color: var(--color-mint);
  }
  .woocommerce-info {
    border-top-color: #3B82F6 !important;
    background: #EFF6FF;
  }
  .woocommerce-info::before {
    color: #3B82F6;
  }
  .woocommerce-error {
    border-top-color: var(--color-brand) !important;
    background: var(--color-brand-50);
  }
  .woocommerce nav.woocommerce-pagination ul, .ac-pagination {
    border: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  .woocommerce nav.woocommerce-pagination ul li, .ac-pagination .page-numbers {
    border: 0;
  }
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .ac-pagination .page-numbers {
    border: 1px solid var(--color-line) !important;
    border-radius: 10px;
    padding: 8px 14px !important;
    font-weight: 600;
    color: var(--color-fg2) !important;
    background: var(--color-surface) !important;
    min-width: 40px;
  }
  .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .ac-pagination .page-numbers.current, .ac-pagination a.page-numbers:hover {
    background: var(--color-brand) !important;
    color: #fff !important;
    border-color: var(--color-brand) !important;
  }
  .ac-widget {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: var(--sh-sm);
  }
  .ac-widget h3, .widget-title, .widgettitle {
    font-size: 15px;
    font-weight: 800;
    color: var(--color-fg);
    margin: 0 0 14px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--color-line);
  }
  .ac-article {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    padding: 32px;
    box-shadow: var(--sh-sm);
  }
  .ac-post-card {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--sh-sm);
    transition: .2s;
    display: flex;
    flex-direction: column;
  }
  .ac-post-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
  }
  .ac-post-card-img {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--color-surface-alt);
  }
  .ac-post-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ac-post-card-body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .ac-post-card-body h3 {
    font-size: 17px;
    margin: 0 0 8px;
  }
  .ac-post-card-body h3 a {
    color: var(--color-fg);
  }
  .ac-post-card-body h3 a:hover {
    color: var(--color-brand);
  }
  .ac-post-meta {
    font-size: 12.5px;
    color: var(--color-fg3);
    margin-top: auto;
    padding-top: 12px;
  }
  .ac-prose {
    line-height: 2;
    color: var(--color-fg2);
  }
  .ac-prose h2 {
    margin-top: 1.4em;
  }
  .ac-prose img {
    border-radius: 14px;
    margin: 1.2em 0;
  }
  .ac-prose a {
    color: var(--color-brand);
    text-decoration: underline;
  }
  .ac-page-hero {
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-line);
    padding-block: 36px;
  }
  .ac-page-hero h1 {
    margin: 0;
    font-size: 30px;
  }
  .ac-page-hero p {
    margin: 8px 0 0;
    color: var(--color-fg3);
  }
  .ac-404 {
    text-align: center;
    padding-block: 90px;
  }
  .ac-404 .ac-404-code {
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ac-empty {
    text-align: center;
    padding-block: 60px;
    color: var(--color-fg3);
  }
}
@media (max-width: 1080px) {
  .ac-grid, ul.products {
    grid-template-columns: repeat(3,1fr) !important;
  }
  .ac-cattiles {
    grid-template-columns: repeat(4,1fr);
  }
  .ac-trust {
    grid-template-columns: repeat(2,1fr);
  }
  .ac-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 880px) {
  .ac-hero-inner {
    grid-template-columns: 1fr;
  }
  .ac-hero-tiles {
    max-width: 360px;
  }
  .ac-hero h1 {
    font-size: 32px;
  }
  .woocommerce div.product {
    grid-template-columns: 1fr;
  }
  .ac-search {
    display: none;
  }
}
@media (max-width: 680px) {
  .ac-grid, ul.products {
    grid-template-columns: repeat(2,1fr) !important;
    gap: 12px;
  }
  .ac-cattiles {
    grid-template-columns: repeat(3,1fr);
  }
  .ac-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ac-footer-top {
    grid-template-columns: 1fr;
  }
  .ac-hero-inner {
    padding: 32px 22px;
  }
  .ac-topbar-items {
    gap: 12px;
    font-size: 12px;
  }
}
html, body {
  max-width: 100%;
  overflow-x: clip;
}
.ac-wrap {
  width: 100%;
}
.ac-header .ac-wrap, .ac-topbar .ac-wrap {
  min-width: 0;
}
.ac-logo, .ac-header-actions {
  min-width: 0;
}
@media (max-width: 680px) {
  .ac-logo-real .ac-logo-img {
    max-height: 38px;
    max-width: 150px;
  }
  .ac-header .ac-wrap {
    gap: 12px;
    min-height: 62px;
  }
  .ac-icon-btn {
    width: 40px;
    height: 40px;
  }
  .ac-icon-btn svg {
    width: 19px;
    height: 19px;
  }
  .ac-header-actions {
    gap: 7px;
  }
  ul.products li.product a img {
    height: 108px;
    padding: 12px;
  }
  .ac-card, ul.products li.product {
    padding: 10px;
  }
  .ac-hero h1 {
    font-size: 26px;
  }
  .ac-hero p {
    font-size: 15px;
  }
  .ac-hero-stats {
    gap: 18px;
  }
  .ac-hero-stat b {
    font-size: 20px;
  }
  .ac-sec-title h2 {
    font-size: 19px;
  }
}
@media (max-width: 400px) {
  .ac-grid, ul.products {
    gap: 10px;
  }
  ul.products li.product a img {
    height: 92px;
  }
  .ac-hero h1 {
    font-size: 23px;
  }
}
.ac-burger {
  display: none;
}
.ac-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(12,17,36,.55);
  z-index: 100;
}
.ac-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(330px, 86vw);
  background: var(--color-surface);
  z-index: 101;
  box-shadow: -14px 0 44px rgba(12,17,36,.20);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.ac-dr-tr {
  transition: transform .26s cubic-bezier(.4,0,.2,1), opacity .26s;
}
.ac-dr-off {
  transform: translateX(100%);
  opacity: .4;
}
.ac-dr-on {
  transform: translateX(0);
  opacity: 1;
}
.ac-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--color-line);
  position: sticky;
  top: 0;
  background: var(--color-surface);
}
.ac-drawer-head b {
  font-size: 16px;
  font-weight: 800;
  color: var(--color-fg);
}
.ac-drawer-body {
  padding: 16px 18px 28px;
}
.ac-drawer .ac-search {
  display: flex !important;
  max-width: none;
  margin-bottom: 18px;
}
.ac-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ac-drawer-nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 10px;
  border-radius: 12px;
  color: var(--color-fg);
  font-weight: 700;
  font-size: 14.5px;
}
.ac-drawer-nav a:hover {
  background: var(--color-surface-alt);
  color: var(--color-brand);
}
.ac-drawer-nav svg {
  width: 20px;
  height: 20px;
  color: var(--color-fg3);
  flex-shrink: 0;
}
.ac-drawer-cats h4 {
  font-size: 12px;
  color: var(--color-fg3);
  margin: 18px 10px 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.ac-drawer-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 10px;
  border-radius: 12px;
  color: var(--color-fg2);
  font-weight: 600;
  font-size: 14px;
}
.ac-drawer-cats a:hover {
  background: var(--color-surface-alt);
  color: var(--color-fg);
}
.ac-drawer-count {
  font-size: 12px;
  color: var(--color-fg4);
  background: var(--color-surface-alt);
  border-radius: 999px;
  padding: 1px 9px;
}
@media (max-width: 880px) {
  .ac-burger {
    display: inline-flex;
  }
}
.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .up-sells {
  grid-column: 1 / -1;
}
.woocommerce div.product .woocommerce-product-gallery {
  padding: 18px;
}
.woocommerce div.product .woocommerce-product-gallery img {
  max-height: 440px;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 880px) {
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .woocommerce div.product .woocommerce-product-gallery img {
    max-height: 300px;
  }
}
.ac-grid, ul.products {
  gap: 26px;
}
@media (max-width: 680px) {
  .ac-grid, ul.products {
    gap: 16px;
  }
}
.ac-card, ul.products li.product {
  padding: 16px 16px 18px;
}
ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 10px;
  min-height: 2.6em;
}
ul.products li.product .price {
  font-size: 15px !important;
  line-height: 1.7;
  display: block;
  white-space: normal;
  word-break: break-word;
}
ul.products li.product .price del {
  font-size: 12.5px !important;
}
ul.products li.product .button {
  margin-top: 14px !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 38px;
}
.woocommerce nav.woocommerce-pagination ul {
  gap: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  font-size: 15px;
  font-weight: 700;
  box-shadow: var(--sh-xs);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 40px 0 0;
  border-bottom: 1px solid var(--color-line);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: block;
  padding: 13px 18px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--color-fg3) !important;
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--color-fg) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--color-brand-700) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  content: "";
  position: absolute;
  inset-inline: 12px;
  bottom: -1px;
  height: 3px;
  background: var(--color-brand);
  border-radius: 3px;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 24px 4px;
  line-height: 2;
  color: var(--color-fg2);
  margin: 0;
  max-width: 820px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-fg);
  margin: 0 0 12px;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-fg);
  margin: 1.3em 0 .5em;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  color: var(--color-fg2);
  margin: 0 0 1em;
}
.ac-steps {
  margin: 0;
  padding-inline-start: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--color-fg2);
  line-height: 1.9;
  max-width: 760px;
}
.ac-steps b {
  color: var(--color-fg);
}
.ac-faq {
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 10px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product p.price .amount, .woocommerce div.product .woocommerce-variation-price .price, .woocommerce div.product .woocommerce-variation-price .price .amount {
  color: var(--color-fg) !important;
  font-weight: 800 !important;
}
.woocommerce div.product p.price del, .woocommerce div.product p.price del .amount, .woocommerce div.product .woocommerce-variation-price del, .woocommerce div.product .woocommerce-variation-price del .amount {
  color: var(--color-fg4) !important;
  font-weight: 400 !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product .woocommerce-variation-price ins {
  text-decoration: none !important;
}
.ac-footer-logo .ac-logo-img {
  filter: brightness(0) invert(1);
  max-height: 40px;
  width: auto;
}
.ac-hero-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.ac-hero-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 999px;
  transition: .15s;
  text-decoration: none;
  animation: acPop .4s cubic-bezier(.4,0,.2,1) backwards;
}
.ac-hero-pill:hover {
  background: rgba(255,255,255,.15);
  color: #fff;
  border-color: rgba(255,255,255,.32);
  transform: translateY(-2px);
}
@media (max-width: 680px) {
  .ac-hero-brands {
    margin-top: 22px;
  }
}
.ac-login-btn {
  white-space: nowrap;
}
.ac-acc-icon {
  display: none;
}
@media (max-width: 880px) {
  .ac-login-btn {
    display: none;
  }
  .ac-acc-icon {
    display: inline-flex;
  }
}
.ac-catnav .ac-wrap {
  overflow: visible;
}
.ac-catnav .ac-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ac-catnav .ac-menu li {
  position: relative;
}
.ac-catnav .ac-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 13px;
  border-radius: 10px;
  color: var(--color-fg2);
  font-weight: 600;
  font-size: 13.5px;
  white-space: nowrap;
  transition: .15s;
  text-decoration: none;
}
.ac-catnav .ac-menu a:hover {
  background: var(--color-surface-alt);
  color: var(--color-fg);
}
.ac-catnav .ac-menu .current-menu-item > a, .ac-catnav .ac-menu .current-menu-parent > a, .ac-catnav .ac-menu .current-product_cat-ancestor > a {
  color: var(--color-brand);
}
.ac-catnav .ac-menu .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-inline-end: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin: -3px 2px 0;
  opacity: .5;
}
.ac-catnav .ac-menu .sub-menu {
  position: absolute;
  top: calc(100% + 7px);
  inset-inline-start: 0;
  min-width: 250px;
  max-width: 320px;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: 14px;
  box-shadow: var(--sh-lg);
  padding: 8px;
  list-style: none;
  margin: 0;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: .16s;
  max-height: 72vh;
  overflow-y: auto;
}
.ac-catnav .ac-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.ac-catnav .ac-menu .sub-menu li {
  display: block;
}
.ac-catnav .ac-menu .sub-menu a {
  display: block;
  padding: 9px 12px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 9px;
}
.ac-catnav .ac-menu .sub-menu .sub-menu {
  position: static;
  box-shadow: none;
  border: 0;
  padding: 0 12px 0 0;
  margin: 2px 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  max-height: none;
  border-inline-start: 2px solid var(--color-line);
  border-radius: 0;
  min-width: 0;
}
@media (max-width: 880px) {
  .ac-catnav {
    display: none;
  }
}
.ac-drawer-menu, .ac-drawer-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ac-drawer-menu a {
  display: block;
  padding: 11px 10px;
  border-radius: 12px;
  color: var(--color-fg2);
  font-weight: 600;
  font-size: 14px;
}
.ac-drawer-menu a:hover {
  background: var(--color-surface-alt);
  color: var(--color-fg);
}
.ac-drawer-menu .sub-menu {
  padding-inline-start: 12px;
  border-inline-start: 2px solid var(--color-line);
  margin: 2px 0 8px;
}
.ac-drawer-menu .sub-menu a {
  font-weight: 500;
  font-size: 13px;
  color: var(--color-fg3);
  padding: 8px 10px;
}
.ac-shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
}
.ac-shop-sidebar {
  position: sticky;
  top: 96px;
}
.ac-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ac-cat-list li {
  margin: 0;
}
.ac-cat-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 11px;
  color: var(--color-fg2);
  font-weight: 600;
  font-size: 13.5px;
}
.ac-cat-list a:hover {
  background: var(--color-surface-alt);
  color: var(--color-fg);
}
.ac-cat-list a.is-active {
  background: var(--color-brand-50);
  color: var(--color-brand);
}
.ac-cl-count {
  font-size: 12px;
  color: var(--color-fg4);
  background: var(--color-surface-alt);
  border-radius: 999px;
  padding: 1px 9px;
  min-width: 26px;
  text-align: center;
}
.ac-cat-list a.is-active .ac-cl-count {
  background: var(--color-brand-100);
  color: var(--color-brand-700);
}
@media (max-width: 980px) {
  .ac-shop-layout {
    grid-template-columns: 1fr;
  }
  .ac-shop-sidebar {
    position: static;
  }
}
.woocommerce div.product:not(:has(.woocommerce-product-gallery img)) {
  grid-template-columns: 1fr;
  max-width: 680px;
  margin-inline: auto;
}
.woocommerce div.product .woocommerce-product-gallery:not(:has(img)) {
  display: none;
}
.ac-cta-dark {
  background: var(--color-ink-900) !important;
}
.ac-cta-dark::before {
  background: radial-gradient(circle at 85% 20%, rgba(237,27,62,.35), transparent 45%) !important;
}
.ac-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
}
.woocommerce-products-header {
  margin-bottom: 20px;
}
.woocommerce-products-header__title {
  font-size: 28px;
  font-weight: 800;
  color: var(--color-fg);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0;
}
.woocommerce-products-header__title::before {
  content: "";
  width: 44px;
  height: 44px;
  border-radius: 13px;
  flex-shrink: 0;
  background: var(--color-brand-50) center / 22px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ED1B3E' stroke-width='2'%3E%3Cpath d='M20.6 13.4 13.4 20.6a2 2 0 0 1-2.8 0L3 13V3h10l7.6 7.6a2 2 0 0 1 0 2.8z' stroke-linejoin='round'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.3' fill='%23ED1B3E'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-result-count {
  color: var(--color-fg3);
  font-size: 13.5px;
  margin: 6px 0 0;
}
@media (max-width: 680px) {
  .woocommerce-products-header__title {
    font-size: 22px;
  }
}
.ac-catnav {
  background: var(--color-ink-900);
  border-bottom: 0;
}
.ac-catnav .ac-menu a {
  color: rgba(232,236,246,.78);
}
.ac-catnav .ac-menu a:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}
.ac-catnav .ac-menu .current-menu-item > a, .ac-catnav .ac-menu .current-menu-parent > a {
  color: var(--color-brand-400);
}
.ac-catnav .ac-cat-all {
  background: var(--color-brand);
  color: #fff;
}
.ac-catnav .ac-cat-all:hover {
  background: var(--color-brand-600);
  color: #fff;
}
.ac-catnav .ac-menu .sub-menu a {
  color: var(--color-fg2);
}
.ac-catnav .ac-menu .sub-menu a:hover {
  background: var(--color-surface-alt);
  color: var(--color-fg);
}
.ac-filterlist {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ac-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  color: var(--color-fg2);
  font-weight: 600;
  font-size: 13.5px;
}
.ac-filter:hover {
  background: var(--color-surface-alt);
  color: var(--color-fg);
}
.ac-check-sq {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 1.5px solid var(--color-line-strong);
  background: var(--color-surface);
  flex-shrink: 0;
  position: relative;
  transition: .15s;
}
.ac-filter.is-on {
  color: var(--color-brand-700);
}
.ac-filter.is-on .ac-check-sq {
  background: var(--color-brand);
  border-color: var(--color-brand);
}
.ac-filter.is-on .ac-check-sq::after {
  content: "";
  position: absolute;
  inset: 4px 6px 7px;
  border-inline-end: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.ac-advice {
  background: var(--color-brand-50);
  border-color: var(--color-brand-100);
  text-align: center;
}
.ac-advice-ic {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: var(--color-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.ac-advice-ic svg {
  width: 22px;
  height: 22px;
}
.ac-advice b {
  display: block;
  font-size: 14.5px;
  color: var(--color-fg);
  margin-bottom: 6px;
}
.ac-advice p {
  font-size: 12.5px;
  color: var(--color-fg2);
  line-height: 1.9;
  margin-bottom: 14px;
}
.ac-advice .ac-btn {
  background: #fff;
}
.ac-hero-art {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.ac-mascot {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-mascot-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,46,81,.55), rgba(255,46,81,0) 62%);
  filter: blur(6px);
  animation: acGlow 4s ease-in-out infinite;
}
.ac-mascot-disc {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 22px 40px rgba(237,27,62,.42));
  animation: acBob 4.4s ease-in-out infinite;
  display: block;
}
.ac-emblem {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
}
.ac-em-h {
  transform-box: fill-box;
  transform-origin: center;
  animation: acSwapH 2.6s ease-in-out infinite;
}
.ac-em-v {
  transform-box: fill-box;
  transform-origin: center;
  animation: acSwapV 2.6s ease-in-out infinite;
}
.ac-em-smile {
  transform-box: fill-box;
  transform-origin: center;
  animation: acSmile 4.4s ease-in-out infinite;
}
@keyframes acBob {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes acGlow {
  0%,100% {
    opacity: .65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.07);
  }
}
@keyframes acSwapH {
  0%,100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes acSwapV {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes acSmile {
  0%,100% {
    transform: scaleX(1) translateY(0);
  }
  50% {
    transform: scaleX(1.04) translateY(1px);
  }
}
.ac-orbit {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(8,12,28,.28);
  z-index: 3;
}
.ac-orbit-1 {
  top: 14px;
  inset-inline-start: 8px;
  width: 56px;
  height: 56px;
  animation: acFloat 5s ease-in-out infinite;
}
.ac-orbit-2 {
  bottom: 64px;
  inset-inline-start: -6px;
  animation: acFloat 5.6s ease-in-out .4s infinite;
}
.ac-orbit-3 {
  top: 40px;
  inset-inline-end: 4px;
  width: 46px;
  height: 46px;
  animation: acFloat 6s ease-in-out .9s infinite;
}
@keyframes acFloat {
  0%,100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-14px) rotate(3deg);
  }
}
.ac-mascot-bubble {
  position: absolute;
  bottom: calc(100% - 34px);
  inset-inline-end: 8px;
  max-width: 230px;
  background: #fff;
  color: var(--color-ink-900);
  border-radius: 16px 16px 5px 16px;
  padding: 12px 15px;
  box-shadow: 0 16px 36px rgba(8,12,28,.32);
  z-index: 6;
}
.ac-mascot-bubble::after {
  content: '';
  position: absolute;
  bottom: -7px;
  inset-inline-end: 30px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
}
.ac-mascot-bubble .ac-eq {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 14px;
  margin-bottom: 7px;
}
.ac-eq i {
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--color-brand-400), var(--color-brand-600));
  animation: acEq 1s ease-in-out infinite;
}
.ac-eq i:nth-child(1) {
  height: 6px;
  animation-delay: 0s;
}
.ac-eq i:nth-child(2) {
  height: 13px;
  animation-delay: .12s;
}
.ac-eq i:nth-child(3) {
  height: 8px;
  animation-delay: .24s;
}
.ac-eq i:nth-child(4) {
  height: 14px;
  animation-delay: .36s;
}
.ac-eq i:nth-child(5) {
  height: 7px;
  animation-delay: .48s;
}
.ac-eq i:nth-child(6) {
  height: 11px;
  animation-delay: .6s;
}
@keyframes acEq {
  0%,100% {
    transform: scaleY(.5);
  }
  50% {
    transform: scaleY(1);
  }
}
.ac-bubble-text {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.75;
}
.ac-bubble-by {
  display: block;
  font-size: 11px;
  color: var(--color-fg3);
  margin-top: 5px;
}
@media (prefers-reduced-motion: reduce) {
  .ac-mascot-glow, .ac-mascot-disc, .ac-em-h, .ac-em-v, .ac-em-smile, .ac-orbit, .ac-eq i {
    animation: none !important;
  }
}
@media (min-width: 821px) and (max-width: 1040px) {
  .ac-mascot {
    width: 250px;
    height: 250px;
    transform: scale(.86);
    transform-origin: center;
  }
}
.ac-btn-heroghost {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
}
.ac-btn-heroghost:hover {
  background: rgba(255,255,255,.15);
  color: #fff;
  transform: translateY(-2px);
}
.ac-trust-item {
  flex-direction: row-reverse;
  justify-content: space-between;
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-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;
}
@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-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;
    }
  }
}
