/*! tailwindcss v4.1.10 | 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;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-zinc-50: oklch(98.5% 0 0);
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-200: oklch(92% 0.004 286.32);
    --color-zinc-300: oklch(87.1% 0.006 286.286);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-500: oklch(55.2% 0.016 285.938);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-zinc-950: oklch(14.1% 0.005 285.823);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-9 {
    max-height: calc(var(--spacing) * 9);
  }
  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
  .max-h-11 {
    max-height: calc(var(--spacing) * 11);
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-\[520px\] {
    min-height: 520px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-\[86\%\] {
    width: 86%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-56 {
    min-width: calc(var(--spacing) * 56);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-\[auto_84px_1fr\] {
    grid-template-columns: auto 84px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-9 {
    row-gap: calc(var(--spacing) * 9);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-zinc-200 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-zinc-200);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-zinc-100 {
    border-color: var(--color-zinc-100);
  }
  .border-zinc-200 {
    border-color: var(--color-zinc-200);
  }
  .border-zinc-300 {
    border-color: var(--color-zinc-300);
  }
  .border-zinc-950 {
    border-color: var(--color-zinc-950);
  }
  .bg-black\/45 {
    background-color: color-mix(in srgb, #000 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 45%, transparent);
    }
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .bg-zinc-50 {
    background-color: var(--color-zinc-50);
  }
  .bg-zinc-100 {
    background-color: var(--color-zinc-100);
  }
  .bg-zinc-950 {
    background-color: var(--color-zinc-950);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/55 {
    --tw-gradient-from: color-mix(in srgb, #000 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 55%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-zinc-900 {
    --tw-gradient-from: var(--color-zinc-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-black\/15 {
    --tw-gradient-via: color-mix(in srgb, #000 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 15%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-zinc-700 {
    --tw-gradient-via: var(--color-zinc-700);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-zinc-500 {
    --tw-gradient-to: var(--color-zinc-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.03\] {
    --tw-leading: 1.03;
    line-height: 1.03;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }
  .tracking-\[\.22em\] {
    --tw-tracking: .22em;
    letter-spacing: .22em;
  }
  .tracking-\[\.24em\] {
    --tw-tracking: .24em;
    letter-spacing: .24em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .text-zinc-200 {
    color: var(--color-zinc-200);
  }
  .text-zinc-300 {
    color: var(--color-zinc-300);
  }
  .text-zinc-400 {
    color: var(--color-zinc-400);
  }
  .text-zinc-500 {
    color: var(--color-zinc-500);
  }
  .text-zinc-600 {
    color: var(--color-zinc-600);
  }
  .text-zinc-700 {
    color: var(--color-zinc-700);
  }
  .text-zinc-900 {
    color: var(--color-zinc-900);
  }
  .text-zinc-950 {
    color: var(--color-zinc-950);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .group-hover\:scale-\[1\.015\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.015;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:bg-zinc-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-50);
      }
    }
  }
  .hover\:bg-zinc-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-100);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-zinc-950 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-zinc-950);
      }
    }
  }
  .focus\:border-zinc-950 {
    &:focus {
      border-color: var(--color-zinc-950);
    }
  }
  .sm\:col-start-auto {
    @media (width >= 40rem) {
      grid-column-start: auto;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-6 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[auto_100px_1fr_auto\] {
    @media (width >= 40rem) {
      grid-template-columns: auto 100px 1fr auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:min-h-\[660px\] {
    @media (width >= 48rem) {
      min-height: 660px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-x-6 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:p-7 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-28 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 28);
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-20 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .lg\:max-h-12 {
    @media (width >= 64rem) {
      max-height: calc(var(--spacing) * 12);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_340px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 340px;
    }
  }
  .lg\:grid-cols-\[1fr_380px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 380px;
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-7xl {
    @media (width >= 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}
@layer base {
  html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  html,body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }
  body {
    margin: 0;
    font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  }
  button,input,select,textarea {
    font: inherit;
  }
  small,sub,sup {
    font-size: max(12px,.875em);
  }
  summary::-webkit-details-marker {
    display: none;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .text-accent {
    color: var(--fs-accent);
  }
  .hover\:text-accent:hover {
    color: var(--fs-accent);
  }
  .product-media {
    aspect-ratio: var(--fs-ratio);
  }
  .prose-lite a {
    color: var(--fs-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .fs-hero-swiper .swiper-pagination-bullet {
    background: var(--fs-gallery-control-text);
    opacity: .55;
  }
  .fs-hero-swiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .object-contain {
    object-fit: contain;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fs-option {
    min-height: 36px;
    border: 1px solid var(--fs-input-border);
    border-radius: .75rem;
    background: var(--fs-input-bg);
    color: var(--fs-input-text);
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.15;
    transition: border-color .15s,background-color .15s,color .15s;
  }
  .fs-option:hover {
    border-color: var(--fs-hover-border);
  }
  .fs-option.is-active {
    border-color: var(--fs-active-border);
    background: var(--fs-active-bg);
    color: var(--fs-active-text);
  }
  .fs-product-thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 80px;
    transition: border-color .15s,opacity .15s;
  }
  .fs-product-thumb.is-active {
    border-color: var(--fs-active-border);
    box-shadow: inset 0 0 0 1px var(--fs-active-border);
  }
  .fs-gallery-count {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    z-index: 12;
    border-radius: 9999px;
    background: var(--fs-gallery-count-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb,var(--fs-gallery-count-bg) 74%,transparent);
    }
    padding: .3rem .6rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1;
    color: var(--fs-gallery-count-text);
    backdrop-filter: blur(4px);
  }
  .fs-category-filter {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto auto;
    gap: .75rem;
    align-items: center;
  }
}
@media (max-width:639px) {
  .fs-category-filter {
    grid-template-columns: minmax(0,1fr) auto;
    border: 0;
    padding: 0;
    border-radius: 0;
  }
  .fs-category-filter .fs-filter-search {
    grid-column: 1/-1;
  }
  .fs-category-filter select {
    width: 100%;
  }
  .fs-category-filter button {
    padding-inline: 1.25rem;
  }
}
.fs-theme-dark {
  color-scheme: dark;
}
body {
  font-size: 14px;
  line-height: 1.5;
  background: var(--fs-page-bg);
  color: var(--fs-page-text);
}
.fs-container {
  width: 100%;
  max-width: var(--fs-max);
  margin-inline: auto;
  padding-inline: var(--fs-gutter-desktop);
}
.fs-defer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 640px;
}
.fs-topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  height: var(--fs-topbar-height);
  background: var(--fs-header-top);
  color: var(--fs-header-top-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
}
.fs-topbar-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: var(--fs-max);
  height: 100%;
  margin: auto;
  padding-inline: var(--fs-gutter-desktop);
  text-align: center;
}
.fs-topbar-grid>span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fs-header {
  position: sticky;
  top: var(--fs-topbar-height);
  z-index: 75;
  width: 100%;
  border-bottom: 1px solid var(--fs-header-line);
  background: var(--fs-header-bg);
  color: var(--fs-header-text);
  -webkit-backdrop-filter: saturate(1.08) blur(10px);
  backdrop-filter: saturate(1.08) blur(10px);
}
.fs-header-row {
  display: grid;
  align-items: center;
  gap: 16px;
}
.fs-mobile-left {
  display: none;
}
.fs-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: var(--fs-header-logo-align);
  min-width: 0;
  max-width: min(42vw,320px);
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.fs-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.fs-logo-desktop-img {
  height: auto !important;
  max-height: var(--fs-logo-desktop-max-height,55px) !important;
}
.fs-logo-mobile-img {
  display: none !important;
  height: auto !important;
  max-height: var(--fs-logo-mobile-max-height,55px) !important;
}
.fs-logo strong {
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fs-nav {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-self: var(--fs-header-nav-align);
  justify-content: center;
  gap: max(8px,calc(var(--fs-nav-gap) - 10px));
  min-width: 0;
  white-space: nowrap;
}
.fs-nav-item {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
.fs-nav-item>a {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 6px;
  color: inherit;
  font-size: var(--fs-nav-size);
  font-weight: var(--fs-nav-weight);
  line-height: 1;
  text-decoration: none;
}
.fs-nav-item>a:hover {
  color: var(--fs-accent);
}
.fs-nav-caret {
  display: inline-block;
  flex: none;
  width: 6px;
  height: 6px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
}
.fs-nav-menu,.fs-nav-submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 55;
  width: max-content;
  min-width: min(var(--fs-nav-menu-width),calc(100vw - 24px));
  max-width: min(360px,calc(100vw - 24px));
  padding: 5px 0;
  border: 0;
  border-radius: 0;
  background: var(--fs-header-bg);
  box-shadow: 0 5px 14px var(--fs-drawer-overlay);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 5px 14px color-mix(in srgb,var(--fs-drawer-overlay) 9%,transparent);
  }
  transition: opacity .13s ease,transform .13s ease,visibility .13s;
}
.fs-nav-menu {
  left: 50%;
  top: 100%;
  transform: translate(-50%,5px);
}
.fs-nav-submenu {
  left: calc(100% - 1px);
  top: -6px;
  transform: translateX(5px);
}
.fs-nav-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-nav-node {
  position: relative;
  margin: 0;
  padding: 0;
}
.fs-nav-node>a {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 8px 12px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}
.fs-nav-node>a:hover {
  background: var(--fs-header-hover-bg);
  color: var(--fs-header-text);
}
.fs-nav-node-caret {
  display: inline-flex;
  flex: none;
  align-items: center;
  opacity: .65;
}
.fs-nav-node-caret svg {
  width: 12px !important;
  height: 12px !important;
}
.fs-nav-item:hover>.fs-nav-menu,.fs-nav-item:focus-within>.fs-nav-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,0);
}
.fs-nav-node:hover>.fs-nav-submenu,.fs-nav-node:focus-within>.fs-nav-submenu {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.fs-actions {
  justify-self: var(--fs-header-actions-align);
  display: flex;
  align-items: center;
  gap: 2px;
  height: 100%;
}
.fs-icon-btn {
  position: relative;
  display: inline-flex;
  width: var(--fs-icon-button);
  height: var(--fs-icon-button);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--fs-button-radius);
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
.fs-icon-btn:hover {
  background: var(--fs-header-hover-bg);
}
.fs-icon-btn svg {
  display: block;
  flex: none;
  width: 28px !important;
  height: 28px !important;
}
.fs-cart-count {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 0 0 1.5px var(--fs-header-bg);
}
.fs-search {
  border-top: 1px solid var(--fs-header-line);
  background: var(--fs-header-search-bg);
  color: var(--fs-header-search-text);
}
.fs-search .fs-container {
  height: auto !important;
}
.fs-search form {
  display: flex;
  width: min(var(--fs-search-max),calc(100% - 24px));
  max-width: var(--fs-search-max);
  gap: 8px;
  margin-inline: auto;
  padding: 10px 0;
}
.fs-search input {
  height: var(--fs-search-height);
  min-width: 0;
  flex: 1;
  border: 1px solid var(--fs-header-search-border);
  border-radius: var(--fs-control-radius);
  background: var(--fs-header-search-bg);
  color: var(--fs-header-search-text);
  padding: 0 17px;
  outline: none;
}
.fs-search input:focus {
  border-color: var(--fs-header-text);
}
.fs-search button {
  display: inline-flex;
  flex: 0 0 var(--fs-search-height);
  width: var(--fs-search-height);
  height: var(--fs-search-height);
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--fs-button-radius);
  background: var(--fs-header-text);
  color: var(--fs-header-bg);
  padding: 0;
}
.fs-search button svg {
  width: 28px !important;
  height: 28px !important;
}
.fs-marquee {
  --fs-m-bg: var(--fs-marquee-bg);
  --fs-m-color: var(--fs-marquee-color);
  --fs-m-size: var(--fs-marquee-size);
  --fs-m-weight: var(--fs-marquee-weight);
  --fs-m-height: var(--fs-marquee-height);
  --fs-m-gap: var(--fs-marquee-gap);
  --fs-m-speed: var(--fs-marquee-speed);
  position: relative;
  z-index: 20;
  width: 100%;
  height: var(--fs-m-height);
  overflow: hidden;
  background: var(--fs-m-bg);
  color: var(--fs-m-color);
}
.fs-marquee-secondary {
  --fs-m-bg: var(--fs-marquee2-bg);
  --fs-m-color: var(--fs-marquee2-color);
  --fs-m-size: var(--fs-marquee2-size);
  --fs-m-weight: var(--fs-marquee2-weight);
  --fs-m-height: var(--fs-marquee2-height);
  --fs-m-gap: var(--fs-marquee2-gap);
  --fs-m-speed: var(--fs-marquee2-speed);
  border-top: 1px solid var(--fs-marquee2-border);
  border-bottom: 1px solid var(--fs-marquee2-border);
}
.fs-marquee-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: fs-marquee-scroll var(--fs-m-speed) linear infinite;
  will-change: transform;
}
.fs-marquee-group {
  display: flex;
  flex: none;
  width: max-content;
  height: 100%;
  align-items: center;
  gap: calc(var(--fs-m-gap) * .36);
  padding-right: calc(var(--fs-m-gap) * .36);
  white-space: nowrap;
}
.fs-marquee-group span {
  display: inline-block;
  font-size: var(--fs-m-size);
  font-weight: var(--fs-m-weight);
  line-height: 1;
}
.fs-marquee:hover .fs-marquee-track {
  animation-play-state: paused;
}
@keyframes fs-marquee-scroll {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(-50%,0,0);
  }
}
.fs-drawer-mask {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: var(--fs-drawer-overlay);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb,var(--fs-drawer-overlay) 48%,transparent);
  }
}
.fs-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  width: min(88vw,var(--fs-drawer-width));
  height: 100dvh;
  overflow: auto;
  padding: 20px;
  background: var(--fs-header-bg);
  color: var(--fs-header-text);
  box-shadow: 0 0 36px var(--fs-drawer-overlay);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 36px color-mix(in srgb,var(--fs-drawer-overlay) 14%,transparent);
  }
}
.fs-mask-transition {
  transition: opacity .18s ease;
}
.fs-mask-start {
  opacity: 0;
}
.fs-mask-end {
  opacity: 1;
}
.fs-drawer-transition {
  transition: transform .26s cubic-bezier(.22,1,.36,1),opacity .18s ease;
}
.fs-drawer-start {
  transform: translateX(-100%);
  opacity: .96;
}
.fs-drawer-end {
  transform: translateX(0);
  opacity: 1;
}
.fs-drawer-head {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--fs-header-line);
}
.fs-drawer-logo-wrap {
  display: flex;
  flex: 1 1 auto;
  width: 210px;
  min-width: 0;
  min-height: var(--fs-drawer-logo-mobile-max-height,55px);
  align-items: center;
  max-width: 210px;
}
.fs-drawer-logo-wrap strong {
  font-size: 20px;
  font-weight: 800;
}
.fs-menu-logo {
  display: block !important;
  flex: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 190px !important;
  max-height: var(--fs-drawer-logo-mobile-max-height,55px) !important;
  object-fit: contain;
  visibility: visible !important;
  opacity: 1 !important;
}
.fs-drawer-nav {
  flex: 0 0 auto;
}
.fs-drawer-nav>.fs-drawer-node,.fs-drawer-nav>.fs-drawer-link {
  border-bottom: 1px solid var(--fs-header-line);
}
.fs-drawer-node {
  display: block;
}
.fs-drawer-node>summary,.fs-drawer-link {
  list-style: none;
  display: flex;
  min-height: var(--fs-drawer-item-height);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.fs-drawer-nav>.fs-drawer-node>summary,.fs-drawer-nav>.fs-drawer-link {
  font-size: 14px !important;
}
.fs-drawer-title {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}
.fs-drawer-title>span {
  min-width: 0;
}
.fs-drawer-count {
  flex: none;
  color: var(--fs-muted);
  font-size: 12px;
  font-weight: 600;
}
.fs-drawer-node>summary::-webkit-details-marker {
  display: none;
}
.fs-drawer-node>summary svg {
  flex: none;
  transition: transform .18s ease;
}
.fs-drawer-node[open]>summary>svg {
  transform: rotate(90deg);
}
.fs-drawer-children {
  margin: 0 0 9px 4px;
  padding: 0 0 2px 12px;
  border-left: 1px solid var(--fs-header-line);
  animation: fs-submenu-in .16s ease;
}
.fs-drawer-children .fs-drawer-node>summary,.fs-drawer-children>.fs-drawer-link {
  min-height: 38px;
  font-size: 14px;
  font-weight: 550;
}
.fs-drawer-all {
  display: block;
  padding: 7px 0;
  color: var(--fs-accent);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.fs-drawer-link:hover,.fs-drawer-all:hover {
  color: var(--fs-accent);
}
@keyframes fs-submenu-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fs-drawer-account {
  margin-top: 14px;
  padding-top: 0;
  border-top: 0;
}
.fs-drawer-account a {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 34px;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
}
.fs-drawer-locale {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--fs-header-line);
  background: transparent !important;
}
.fs-drawer-locale .fs-locale-bar {
  gap: 18px;
  flex-wrap: nowrap;
  background: transparent !important;
  border: 0 !important;
}
.fs-drawer-locale .fs-locale-menu {
  background: transparent !important;
  border: 0 !important;
}
.fs-drawer-locale .fs-locale-menu>summary {
  padding: 4px 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 14px;
}
.fs-drawer-locale .fs-locale-menu>summary:hover,.fs-drawer-locale .fs-locale-menu[open]>summary {
  background: transparent !important;
}
.fs-drawer-locale .fs-locale-dropdown {
  top: auto;
  bottom: calc(100% + 7px);
}
.fs-locale-bar {
  display: flex;
  align-items: center;
  gap: 12px 18px;
  flex-wrap: wrap;
}
.fs-locale-menu {
  position: relative;
  display: inline-block;
}
.fs-locale-menu>summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
}
.fs-locale-menu>summary::-webkit-details-marker {
  display: none;
}
.fs-locale-menu>summary:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fs-locale-caret {
  display: inline-block;
  flex: none;
  width: 6px;
  height: 6px;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  opacity: .72;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  transition: transform .14s ease;
}
.fs-locale-menu[open] .fs-locale-caret {
  transform: rotate(225deg) translate(-1px,-1px);
}
.fs-locale-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 7px);
  z-index: 135;
  display: grid;
  min-width: 124px;
  padding: 5px;
  border: 1px solid var(--fs-header-line);
  background: var(--fs-header-bg);
  box-shadow: 0 4px 12px var(--fs-drawer-overlay);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 4px 12px color-mix(in srgb,var(--fs-drawer-overlay) 12%,transparent);
  }
}
.fs-locale-dropdown a {
  display: block;
  padding: 7px 9px;
  color: inherit;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}
.fs-locale-dropdown a:hover,.fs-locale-dropdown a.is-active {
  background: var(--fs-header-hover-bg);
}
.fs-ux-locale .fs-locale-dropdown {
  top: auto;
  bottom: calc(100% + 7px);
}
.fs-ux-locale {
  justify-content: flex-end;
}
.fs-home-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fs-home-hero-media {
  position: relative;
  width: 100%;
  min-height: 0;
  background: var(--fs-media-bg);
}
.fs-home-hero-media picture,.fs-home-hero-media img {
  display: block;
  width: 100%;
  height: auto;
}
.fs-home-hero-empty {
  height: clamp(280px,45vw,680px);
  background: linear-gradient(120deg,var(--fs-hero-placeholder-start),var(--fs-hero-placeholder-end));
}
.fs-home-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 5vw;
  background: linear-gradient(90deg,var(--fs-hero-overlay-bg),var(--fs-hero-overlay-bg) 60%,transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(90deg,color-mix(in srgb,var(--fs-hero-overlay-bg) 50%,transparent),color-mix(in srgb,var(--fs-hero-overlay-bg) 5%,transparent) 60%,transparent);
  }
  color: var(--fs-hero-overlay-text);
}
.fs-home-hero-copy>div {
  max-width: 620px;
}
.fs-home-hero-copy h1 {
  margin: 0;
  font-size: clamp(38px,5vw,72px);
  line-height: .98;
  font-weight: 850;
  letter-spacing: -.035em;
}
.fs-home-hero-copy p {
  max-width: 560px;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.7;
}
.fs-home-hero-button {
  display: inline-flex;
  margin-top: 22px;
  border: 1px solid var(--fs-hero-button-bg);
  border-radius: 999px;
  padding: 11px 22px;
  background: var(--fs-hero-button-bg);
  color: var(--fs-hero-button-text);
  font-size: 14px;
  font-weight: 800;
}
.fs-home-section {
  padding: var(--fs-home-pad-desktop) 0;
}
.fs-section-title {
  display: flex;
  align-items: center;
  justify-content: var(--fs-section-align);
  gap: var(--fs-home-title-gap);
  margin: 0 0 28px;
  color: var(--fs-section-title);
  text-align: var(--fs-section-align);
  font-size: var(--fs-home-title-desktop);
  font-weight: var(--fs-home-title-weight);
  line-height: 1.2;
  letter-spacing: .01em;
}
.fs-section-title:before,.fs-section-title:after {
  content: "";
  flex: 0 0 var(--fs-home-title-rule);
  width: var(--fs-home-title-rule);
  height: 1px;
  background: var(--fs-section-rule);
}
.fs-rail-shell {
  position: relative;
  min-width: 0;
  padding-inline: 44px;
}
.fs-rail-prev {
  left: 0;
}
.fs-rail-next {
  right: 0;
}
.fs-category-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - var(--fs-category-gap-desktop) - var(--fs-category-gap-desktop) - var(--fs-category-gap-desktop) - var(--fs-category-gap-desktop))/5);
  grid-template-rows: minmax(0,1fr);
  gap: var(--fs-category-gap-desktop);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 1px 4px;
}
.fs-category-rail.fs-category-rail-two {
  grid-template-rows: repeat(2,minmax(0,1fr));
}
.fs-category-rail::-webkit-scrollbar {
  display: none;
}
@media (hover:hover) and (pointer:fine) {
  .fs-category-rail[data-drag-scroll] {
    cursor: grab;
  }
  .fs-category-rail.is-dragging {
    cursor: grabbing;
  }
  .fs-category-rail.is-dragging,.fs-category-rail.is-gliding {
    scroll-snap-type: none;
    user-select: none;
  }
}
.fs-category-card {
  display: block;
  min-width: 0;
  color: inherit;
  text-align: var(--fs-category-align);
  text-decoration: none;
  scroll-snap-align: start;
}
.fs-category-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--fs-media-radius);
  background: var(--fs-media-bg);
}
.fs-category-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.fs-category-card:hover img {
  transform: scale(1.025);
}
.fs-category-card strong {
  display: block;
  margin-top: 11px;
  font-size: var(--fs-category-label-desktop);
  font-weight: var(--fs-category-label-weight);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.fs-category-count {
  display: block !important;
  margin-top: 4px;
  color: var(--fs-muted);
  font-size: 12px;
  font-weight: 450;
  line-height: 1.3;
  text-transform: none;
  white-space: nowrap;
}
.fs-home-banner {
  width: 100%;
  overflow: hidden;
  border-radius: var(--fs-media-radius);
}
.fs-home-banner picture,.fs-home-banner img {
  display: block;
  width: 100%;
}
.fs-home-banner img {
  height: auto;
}
.fs-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fs-product-card-media {
  aspect-ratio: var(--fs-ratio);
  border-radius: 0 !important;
  background: none !important;
}
.fs-product-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent !important;
}
.fs-products-section .product-media {
  border-radius: 0;
}
.fs-products-section .grid {
  column-gap: 20px;
  row-gap: 34px;
}
.fs-product-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  padding-top: 12px;
}
.fs-product-card-badge {
  min-height: 20px;
  color: var(--fs-page-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.fs-product-card-meta {
  min-height: 16px;
  color: var(--fs-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.fs-product-card-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fs-product-card-title:hover {
  color: var(--fs-accent);
}
.fs-product-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  padding-top: 2px;
  font-size: 14px;
  line-height: 1.2;
}
.fs-product-card-price del {
  color: var(--fs-muted);
  font-size: 14px;
}
.fs-product-card-price strong {
  font-size: 16px;
  font-weight: 800;
}
.fs-product-card-options {
  display: flex;
  min-height: 24px;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  padding-top: 5px;
}
.fs-card-swatch {
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--fs-page-text);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb,var(--fs-page-text) 22%,transparent);
  }
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--fs-surface);
}
.fs-swatch-black {
  background: #171717;
}
.fs-swatch-white {
  background: #f7f7f7;
}
.fs-swatch-gray {
  background: #8b8b8b;
}
.fs-swatch-brown {
  background: #765345;
}
.fs-swatch-beige {
  background: #d8c2a0;
}
.fs-swatch-red {
  background: #a6363e;
}
.fs-swatch-pink {
  background: #d8849e;
}
.fs-swatch-orange {
  background: #d8792c;
}
.fs-swatch-yellow {
  background: #d8ac2d;
}
.fs-swatch-green {
  background: #65745d;
}
.fs-swatch-blue {
  background: #526a86;
}
.fs-swatch-purple {
  background: #765c8a;
}
.fs-swatch-multi {
  background: conic-gradient(#ef4444,#f59e0b,#22c55e,#3b82f6,#a855f7,#ef4444);
}
.fs-swatch-neutral {
  background: #a99b91;
}
.fs-card-option-chip {
  display: inline-block;
  max-width: 110px;
  overflow: hidden;
  padding: 3px 7px;
  border: 1px solid var(--fs-border);
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fs-card-option-more {
  display: inline-flex;
  flex: none;
  align-items: center;
  min-height: 20px;
  color: var(--fs-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
.fs-reviews {
  background: var(--fs-surface);
}
.fs-review-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: var(--fs-review-gap);
}
.fs-review-grid blockquote {
  margin: 0;
  text-align: center;
}
.fs-review-stars {
  display: block !important;
  width: 102px !important;
  height: 18px !important;
  margin: 0 auto !important;
  color: var(--fs-review-star) !important;
}
.fs-review-grid p {
  max-width: 520px;
  margin: 12px auto 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}
.fs-review-verified {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin-top: 9px !important;
  color: #15803d !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.fs-review-verified-icon {
  display: block !important;
  flex: 0 0 auto !important;
  width: 16px !important;
  height: 17px !important;
  color: #15803d !important;
}
.fs-review-grid footer {
  margin-top: 10px;
  font-size: 12px;
}
.fs-review-grid footer strong {
  font-weight: 700;
}
.fs-review-grid footer span {
  opacity: .72;
}
.fs-subcategory-shell {
  padding-inline: 0;
}
.fs-subcategory-rail {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 16px;
}
.fs-subcategory-card {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.fs-subcategory-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--fs-media-radius);
  background: var(--fs-media-bg);
}
.fs-subcategory-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fs-subcategory-card strong {
  display: block;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.fs-subcategory-card small {
  display: block;
  margin-top: 4px;
  color: var(--fs-muted);
  font-size: 12px;
  line-height: 1.3;
}
.fs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--fs-muted);
  font-size: 12px;
  line-height: 1.35;
}
.fs-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.fs-breadcrumb a:hover {
  color: var(--fs-page-text);
}
.fs-breadcrumb>span {
  opacity: .45;
}
.fs-breadcrumb strong {
  min-width: 0;
  overflow: hidden;
  color: var(--fs-page-text);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fs-product-breadcrumb-mobile {
  display: none;
}
.fs-product-gallery {
  border-radius: var(--fs-product-gallery-radius);
  background: var(--fs-surface-alt);
}
.fs-thumb-rail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.fs-thumb-rail::-webkit-scrollbar {
  display: none;
}
.fs-product-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 16px;
}
.fs-product-compare {
  color: var(--fs-muted);
  font-size: 14px;
  font-weight: 450;
}
.fs-product-price {
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}
.fs-product-title-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 16px;
  background: var(--fs-border);
}
.fs-product-form .fs-option-group>div:first-child {
  margin-bottom: 6px;
}
.fs-product-form .fs-option-group>div:last-child {
  gap: 6px;
}
@media (max-width:1023px) {
  body {
    padding-top: calc(var(--fs-topbar-height) + var(--fs-header-mobile-height));
  }
  .fs-container {
    padding-inline: var(--fs-gutter-mobile);
  }
  .fs-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 95;
  }
  .fs-header {
    position: fixed;
    top: var(--fs-topbar-height);
    left: 0;
    right: 0;
    z-index: 94;
  }
  .fs-marquee-primary {
    position: relative;
    top: auto;
    z-index: 1;
  }
  .fs-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 93;
    box-shadow: 0 8px 18px var(--fs-drawer-overlay);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 8px 18px color-mix(in srgb,var(--fs-drawer-overlay) 10%,transparent);
    }
  }
  .fs-header-row {
    gap: 0;
    padding-inline: var(--fs-gutter-mobile) !important;
  }
  .fs-mobile-left {
    display: flex;
    align-items: center;
    justify-self: start;
  }
  .fs-desktop-search,.fs-nav {
    display: none !important;
  }
  .fs-logo {
    justify-self: center;
    justify-content: center;
    width: 100%;
    max-width: min(100%,220px);
  }
  .fs-logo-desktop-img {
    display: none !important;
  }
  .fs-logo-mobile-img {
    display: block !important;
    max-height: var(--fs-logo-mobile-max-height,55px) !important;
  }
  .fs-ux-logo-desktop {
    display: none !important;
  }
  .fs-ux-logo-mobile {
    display: block !important;
  }
  .fs-actions {
    justify-self: end;
    gap: 0;
  }
  .fs-icon-btn {
    width: var(--fs-icon-button);
    height: var(--fs-icon-button);
  }
}
@media (max-width:767px) {
  body {
    font-size: 14px;
  }
  .fs-topbar-grid {
    padding-inline: var(--fs-gutter-mobile);
  }
  .fs-logo {
    max-width: min(100%,200px);
  }
  .fs-logo strong {
    font-size: 18px;
  }
  .fs-search form {
    width: calc(100% - 24px);
    padding: 10px 0;
  }
  .fs-marquee-group {
    width: max-content;
  }
  .fs-drawer {
    padding: 18px;
  }
  .fs-drawer-nav>.fs-drawer-node>summary,.fs-drawer-nav>.fs-drawer-link {
    font-size: 14px;
  }
  .fs-drawer-children .fs-drawer-node>summary,.fs-drawer-children>.fs-drawer-link,.fs-drawer-account a {
    font-size: 12px;
  }
  .fs-home-hero-copy {
    padding: 28px;
  }
  .fs-home-hero-copy h1 {
    font-size: 38px;
  }
  .fs-home-hero-copy p {
    font-size: 14px;
  }
  .fs-home-section {
    padding: var(--fs-home-pad-mobile) 0;
  }
  .fs-section-title {
    gap: var(--fs-home-title-gap);
    margin-bottom: 22px;
    font-size: var(--fs-home-title-mobile);
  }
  .fs-category-rail-shell {
    margin-inline: calc(-1 * var(--fs-gutter-mobile));
  }
  .fs-category-rail {
    grid-auto-columns: var(--fs-category-mobile-width);
    grid-template-rows: minmax(0,1fr);
    gap: var(--fs-category-gap-mobile);
    margin: 0;
    padding: 0 0 4px;
  }
  .fs-category-rail.fs-category-rail-two {
    grid-template-rows: repeat(2,minmax(0,1fr));
  }
  .fs-category-card {
    max-width: none;
  }
  .fs-category-card strong {
    margin-top: 9px;
    font-size: var(--fs-category-label-mobile);
  }
  .fs-category-count {
    margin-top: 3px;
    font-size: 12px;
  }
  .fs-subcategory-shell {
    margin-inline: 0;
    padding-inline: 44px;
  }
  .fs-subcategory-shell .fs-rail-prev {
    left: 0;
  }
  .fs-subcategory-shell .fs-rail-next {
    right: 0;
  }
  .fs-subcategory-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 0 4px;
  }
  .fs-subcategory-rail::-webkit-scrollbar {
    display: none;
  }
  .fs-subcategory-card {
    flex: 0 0 max(104px,42%);
    scroll-snap-align: start;
  }
  .fs-subcategory-card strong {
    margin-top: 8px;
    font-size: 14px;
  }
  .fs-subcategory-card small {
    margin-top: 3px;
    font-size: 12px;
  }
  .fs-products-section .grid {
    column-gap: 12px;
    row-gap: 28px;
  }
  .fs-products-section article .pt-3 {
    padding-top: 9px;
  }
  .fs-products-section article a.text-sm {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 650;
  }
  .fs-products-section article .mt-2 {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
  }
  .fs-review-grid {
    grid-template-columns: 1fr;
    gap: var(--fs-review-gap);
  }
  .fs-review-grid p {
    font-size: 14px;
  }
  .fs-product-breadcrumb-desktop {
    display: none !important;
  }
  .fs-product-layout {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 44px !important;
  }
  .fs-product-gallery-col {
    width: calc(100% + (var(--fs-gutter-mobile) * 2));
    margin-inline: calc(-1 * var(--fs-gutter-mobile));
  }
  .fs-product-gallery {
    border-radius: var(--fs-product-gallery-mobile-radius);
    background: var(--fs-surface);
  }
  .fs-product-gallery .product-media {
    aspect-ratio: 1/1;
    background: var(--fs-surface);
  }
  .fs-product-gallery .product-media img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px;
    object-fit: contain;
  }
  .fs-product-gallery .fs-gallery-count {
    right: 10px;
    bottom: 10px;
  }
  .fs-thumb-rail-shell {
    margin-top: 10px;
    padding-inline: 44px;
  }
  .fs-thumb-rail {
    gap: 6px;
    padding: 0 0 2px;
  }
  .fs-product-thumb {
    flex: 0 0 60px;
    width: 60px;
    height: 80px;
    border-radius: 8px;
    background: transparent !important;
  }
  .fs-product-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto !important;
    object-fit: contain;
    background: transparent !important;
  }
  .fs-product-breadcrumb-mobile {
    display: flex;
    min-height: 0;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding: 0 var(--fs-gutter-mobile);
    color: var(--fs-muted);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: .035em;
    text-transform: uppercase;
  }
  .fs-product-breadcrumb-mobile a {
    color: inherit;
    text-decoration: none;
  }
  .fs-product-breadcrumb-mobile span {
    opacity: .45;
  }
  .fs-product-breadcrumb-mobile strong {
    min-width: 0;
    overflow: hidden;
    color: var(--fs-muted);
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fs-product-info {
    margin-top: var(--fs-product-mobile-info-gap);
    padding: 0;
    background: transparent;
  }
  .fs-product-vendor {
    margin: 0;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    letter-spacing: .18em !important;
  }
  .fs-product-title {
    margin-top: 7px !important;
    font-size: var(--fs-product-mobile-title) !important;
    font-weight: 650 !important;
    line-height: 1.18;
    letter-spacing: -.025em !important;
  }
  .fs-product-title-rule {
    width: 30px;
    height: 2px;
    margin-top: 15px;
  }
  .fs-product-price-row {
    gap: 7px;
    margin-top: 15px;
  }
  .fs-product-compare {
    font-size: 14px;
  }
  .fs-product-price {
    font-size: var(--fs-product-mobile-price);
  }
  .fs-product-form {
    margin-top: 18px !important;
  }
  .fs-option {
    min-height: 36px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.1;
  }
  .fs-option-group>div:first-child {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .fs-option-group>div:last-child {
    gap: 5px;
  }
  .fs-product-service,.fs-product-description {
    margin-top: 22px !important;
  }
  .fs-product-card-body {
    padding-top: 10px;
    gap: 3px;
  }
  .fs-product-card-badge {
    min-height: 18px;
    font-size: 14px;
  }
  .fs-product-card-meta {
    font-size: 12px;
  }
  .fs-product-card-title {
    min-height: 40px;
    font-size: 14px;
    line-height: 1.35;
  }
  .fs-product-card-price {
    gap: 6px;
    font-size: 14px;
  }
  .fs-product-card-price del {
    font-size: 12px;
  }
  .fs-product-card-price strong {
    font-size: 14px;
  }
  .fs-product-card-options {
    gap: 5px;
    padding-top: 4px;
  }
  .fs-card-swatch {
    flex-basis: 17px;
    width: 17px;
    height: 17px;
  }
  .fs-card-option-chip {
    max-width: 82px;
    padding: 2px 5px;
    font-size: 12px;
  }
  .fs-card-option-more {
    min-height: 17px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .fs-marquee {
    overflow-x: auto;
  }
  .fs-marquee-track {
    animation: none;
  }
  .fs-drawer-transition,.fs-mask-transition {
    transition: none;
  }
}
.fs-main .fs-category-filter,.fs-main .fs-category-filter input,.fs-main .fs-category-filter select {
  border-radius: var(--fs-control-radius);
}
.fs-main .fs-category-filter button,.fs-main button.bg-zinc-950,.fs-main a.bg-zinc-950 {
  border-radius: var(--fs-button-radius);
}
.fs-main article .product-media {
  border-radius: var(--fs-media-radius);
}
.fs-option {
  border-radius: var(--fs-control-radius);
}
.fs-review-swiper.swiper {
  position: relative;
  overflow: hidden;
  padding: 0 44px;
}
.fs-review-swiper .swiper-wrapper {
  align-items: stretch;
}
.fs-review-swiper .swiper-slide {
  height: auto;
}
.fs-review-swiper blockquote {
  height: 100%;
  margin: 0;
  text-align: center;
}
.fs-review-swiper .fs-review-stars {
  display: block !important;
  width: 102px !important;
  height: 18px !important;
  margin: 0 auto !important;
  color: var(--fs-review-star) !important;
}
.fs-review-swiper p {
  max-width: 520px;
  margin: 12px auto 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}
.fs-review-swiper footer {
  margin-top: 10px;
  font-size: 12px;
}
.fs-review-swiper footer strong {
  font-weight: 700;
}
.fs-review-swiper footer span {
  opacity: .72;
}
.fs-review-prev {
  left: 0;
}
.fs-review-next {
  right: 0;
}
@media (max-width:639px) {
  .fs-review-swiper p {
    font-size: 14px;
  }
}
a,button,input,select,textarea,summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
button:disabled {
  cursor: not-allowed;
  opacity: .45;
}
.fs-main :where(input:not([type=hidden]):not([type=checkbox]):not([type=radio]),select,textarea) {
  min-height: 44px;
  max-width: 100%;
  border-radius: var(--fs-control-radius);
  font-size: 14px;
  line-height: 1.5;
}
.fs-main :where(button:not(.fs-slider-arrow):not(.fs-product-thumb):not(.fs-option),a.bg-zinc-950) {
  min-height: 44px;
  border-radius: var(--fs-button-radius);
  font-size: 14px;
  line-height: 1.35;
}
.fs-panel {
  min-width: 0;
  border-radius: 8px;
}
.fs-main .grid>*,.fs-main .flex>* {
  min-width: 0;
}
.fs-main h1,.fs-main h2,.fs-product-card-title,.fs-ux-copy,.prose-lite {
  overflow-wrap: anywhere;
}
.fs-main h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 750;
}
.fs-main .prose-lite {
  font-size: 14px;
  line-height: 1.75;
}
.fs-section-title {
  letter-spacing: 0;
}
.fs-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fs-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--fs-page-text);
  cursor: pointer;
  touch-action: manipulation;
  transition: opacity .16s ease;
}
.fs-slider-arrow svg {
  display: block;
  flex: none;
  width: 20px !important;
  height: 20px !important;
  transform: none;
}
.fs-slider-prev svg {
  transform: rotate(180deg);
}
.fs-slider-arrow::before,.fs-slider-arrow::after {
  display: none !important;
  content: none !important;
}
.fs-slider-arrow[hidden],.fs-slider-arrow.swiper-button-lock {
  display: none !important;
}
.fs-slider-arrow:disabled,.fs-slider-arrow.swiper-button-disabled {
  opacity: .3;
  cursor: default;
}
.fs-slider-prev {
  left: 0;
}
.fs-slider-next {
  right: 0;
}
.fs-product-swiper .fs-slider-arrow {
  color: var(--fs-gallery-control-text);
}
.fs-product-swiper .fs-slider-prev {
  left: 8px;
}
.fs-product-swiper .fs-slider-next {
  right: 8px;
}
.fs-layout-header {
  display: contents !important;
}
.fs-layout-footer {
  margin: 0;
  padding: 0;
  min-height: 0;
}
.fs-layout-footer .fs-fixed-payment-bar {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.fs-layout-footer .fs-fixed-payment-bar .kz8-payment-icons,.fs-layout-footer .fs-fixed-payment-bar .payment-svg,.fs-layout-footer .fs-fixed-payment-bar .payment-svg svg {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.fs-layout-footer .fs-fixed-payment-bar .payment-svg {
  display: inline-flex !important;
  flex: 0 0 38px;
  width: 38px !important;
  height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
}
.fs-layout-footer .fs-fixed-payment-bar .payment-svg svg {
  display: block !important;
  width: 38px !important;
  height: 24px !important;
  max-width: 38px !important;
  max-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width:767px) {
  .fs-main h1 {
    font-size: 26px;
  }
  .fs-main .fs-product-title {
    font-size: 24px !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .fs-slider-arrow {
    transition: none;
  }
}
.fs-main .bg-white {
  background-color: var(--fs-surface);
}
.fs-main .bg-zinc-50,.fs-main .bg-zinc-100 {
  background-color: var(--fs-surface-alt);
}
.fs-main .border-zinc-100,.fs-main .border-zinc-200,.fs-main .border-zinc-300 {
  border-color: var(--fs-border);
}
.fs-main .text-zinc-900,.fs-main .text-zinc-700 {
  color: var(--fs-page-text);
}
.fs-main .text-zinc-600,.fs-main .text-zinc-500,.fs-main .text-zinc-400 {
  color: var(--fs-muted);
}
.fs-main button.bg-zinc-950,.fs-main a.bg-zinc-950 {
  background: var(--fs-button-bg);
  color: var(--fs-button-text);
}
.fs-main input,.fs-main select,.fs-main textarea {
  background: var(--fs-input-bg);
  color: var(--fs-input-text);
  border-color: var(--fs-input-border);
}
.fs-main input::placeholder,.fs-main textarea::placeholder {
  color: var(--fs-placeholder);
}
.fs-category-rail-shell .fs-slider-arrow {
  top: 50%;
}
.fs-subcategory-shell .fs-slider-arrow {
  display: none;
}
@media (max-width:767px) {
  .fs-subcategory-shell .fs-slider-arrow {
    display: flex;
    top: 42%;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* Homepage image/video banners share one responsive media contract. */
.fs-home-hero-media video,.fs-home-banner video{display:block;width:100%;height:auto}
.fs-home-media-mobile{display:none!important}
@media(max-width:767px){.fs-home-media-desktop{display:none!important}.fs-home-media-mobile{display:block!important}}
