/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #003c40;
    --color-primary-500: #006a70;
    --color-secondary-200: #dde3dc;
    --color-secondary-500: #718078;
    --color-secondary-600: #53615a;
    --color-neutral: #10211f;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .col-2 {
    grid-column: 2;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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;
    }
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .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-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .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));
    }
  }
}
@media (min-width:781px) {
  body main.ts-reference-shop ul.products {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  }
  body .ts-reference-shop ul.products>li.product {
    grid-column: auto !important;
  }
  body .ts-reference-shop .ts-shop-category-links a {
    font-size: 13px;
    padding: 17px 4px;
    min-height: 48px;
  }
  body .ts-reference-shop .ts-shop-category-links {
    gap: 32px;
  }
}
.ts-reference-shop {
  width: calc(100% - 48px);
  max-width: 1560px;
  margin: 32px auto 64px;
  color: #003c40;
  font-family: var(--font-sans);
}
.ts-reference-shop-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.ts-reference-shop-head h1 {
  font-size: clamp(24px,2.5vw,36px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
}
.ts-reference-shop button {
  font-family: inherit;
  cursor: pointer;
  color: inherit;
}
.ts-shop-filter-toggle {
  background: transparent;
  border: 0;
  padding: 12px 0 12px 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .03em;
  min-height: 44px;
}
.ts-shop-category-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto 24px;
  width: 100%;
}
.ts-shop-category-nav>button {
  border: 0;
  background: transparent;
  flex: 0 0 36px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 18px;
}
.ts-shop-category-links {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  gap: 28px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.ts-shop-category-links::-webkit-scrollbar {
  display: none;
}
.ts-shop-category-links a {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 0;
  scroll-snap-align: start;
  border-bottom: 1px solid transparent;
}
.ts-shop-category-links a[aria-current=page] {
  font-weight: 800;
  border-color: #003c40;
}
.ts-shop-subcategory-links {
  display: flex;
  gap: 20px;
  overflow: auto;
  margin: -8px 56px 24px;
  font-size: 11px;
}
.ts-shop-subcategory-links a {
  white-space: nowrap;
  text-decoration: none;
}
body .ts-reference-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 32px 14px !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}
body .ts-reference-shop ul.products:before,body .ts-reference-shop ul.products:after {
  display: none !important;
}
body .ts-reference-shop ul.products>li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ts-shop-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e1e7e4;
  margin-top: 40px;
  padding-top: 20px;
}
.ts-shop-bottom .woocommerce-result-count {
  font-size: 11px;
  margin: 0 !important;
  color: #6b7a73;
}
.ts-shop-bottom nav.woocommerce-pagination {
  margin: 0 !important;
}
.ts-shop-empty {
  padding: 64px 0;
  text-align: center;
  font-size: 14px;
}
.ts-shop-filter-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(440px,calc(100% - 32px));
  max-height: 85dvh;
  overflow: auto;
  padding: 28px;
  border: 1px solid #e1e7e4;
  background: #fff;
  color: #003c40;
}
.ts-shop-filter-dialog:not([open]) {
  display: none !important;
}
.ts-shop-filter-dialog::backdrop {
  background: rgba(0,35,37,.4);
}
.ts-shop-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.ts-shop-filter-head h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.ts-shop-filter-head button {
  background: white;
  border: 0;
  font-size: 26px;
  width: 44px;
  height: 44px;
}
.ts-shop-filter-dialog label,.ts-shop-filter-dialog legend {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.ts-shop-filter-dialog select,.ts-shop-filter-dialog input[type=number] {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ced9d3;
  padding: 10px;
  background: #fff;
  font: inherit;
  font-size: 13px;
  margin-top: 8px;
  border-radius: 0;
}
.ts-shop-filter-dialog fieldset {
  border: 0;
  padding: 0;
  margin: 24px 0;
}
.ts-filter-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 12px;
}
.ts-shop-filter-dialog .ts-apply-filters {
  width: 100%;
  background: #003c40;
  color: #fff;
  border: 1px solid #003c40;
  padding: 14px;
  font-size: 13px;
  min-height: 46px;
}
.ts-clear-filters {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 16px;
  text-underline-offset: 3px;
}
.ts-reference-shop :focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 4px;
}
@media (max-width:780px) {
  .ts-reference-shop {
    width: calc(100% - 24px);
    margin-top: 24px;
  }
  .ts-reference-shop-head {
    margin-bottom: 12px;
  }
  .ts-reference-shop-head h1 {
    font-size: 24px !important;
  }
  .ts-shop-category-nav {
    gap: 8px;
    margin-bottom: 18px;
  }
  .ts-shop-category-nav>button {
    flex-basis: 28px;
  }
  .ts-shop-category-links {
    gap: 20px;
  }
  .ts-shop-category-links a {
    font-size: 9px;
  }
  .ts-shop-subcategory-links {
    margin: 0 36px 20px;
  }
  body .ts-reference-shop ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 26px 10px !important;
  }
  .ts-shop-bottom {
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }
}
body .ts-editorial-home>.ts-e-wrap {
  width: calc(100% - 48px);
}
body .ts-editorial-home .ts-home-category-strip {
  margin: 16px 0 28px !important;
  padding: 0 !important;
  gap: 20px;
}
body .ts-editorial-home .ts-home-category-strip+.ts-e-products {
  margin-top: 0 !important;
}
body .ts-editorial-home .ts-home-category-strip .ts-home-category-links a {
  padding-top: 12px;
  padding-bottom: 12px;
}
body .ts-editorial-home .ts-home-category-strip+.ts-e-products .ts-e-heading {
  margin-bottom: 18px;
}
@media (max-width:780px) {
  body .ts-editorial-home>.ts-e-wrap {
    width: calc(100% - 24px);
  }
  body .ts-editorial-home .ts-home-category-strip {
    margin: 12px 0 20px !important;
    gap: 8px;
  }
  body .ts-editorial-home .ts-home-category-strip+.ts-e-products .ts-e-heading {
    margin-bottom: 14px;
  }
}
.ts-editorial-home .ts-home-category-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
  margin-top: 0;
}
.ts-editorial-home .ts-home-category-links {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 32px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.ts-editorial-home .ts-home-category-links::-webkit-scrollbar {
  display: none;
}
.ts-editorial-home .ts-home-category-links a {
  flex: 0 0 auto;
  display: block;
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 16px 0;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  color: #003c40;
  text-decoration: none;
  scroll-snap-align: start;
}
.ts-editorial-home .ts-home-category-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.ts-editorial-home .ts-home-category-links a span {
  display: none;
}
.ts-editorial-home .ts-home-category-links .ts-home-view-all {
  font-weight: 700;
}
.ts-editorial-home .ts-home-category-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font: inherit;
  font-size: 21px;
  color: #003c40;
  cursor: pointer;
}
.ts-home-category-strip :focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 3px;
}
@media (max-width:780px) {
  .ts-editorial-home .ts-home-category-strip {
    gap: 8px;
    padding: 4px 0;
  }
  .ts-editorial-home .ts-home-category-links {
    gap: 22px;
  }
  .ts-editorial-home .ts-home-category-links a {
    font-size: 11px;
    padding: 16px 0;
  }
  .ts-editorial-home .ts-home-category-arrow {
    flex-basis: 32px;
    width: 32px;
  }
}
body ul.products li.product.ts-reference-card {
  display: block !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
body ul.products li.product.ts-reference-card .ts-reference-link {
  display: block !important;
  text-decoration: none !important;
  color: #003c40 !important;
}
body ul.products li.product.ts-reference-card .ts-card-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 3/4 !important;
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
body ul.products li.product.ts-reference-card .ts-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: transparent !important;
  margin: 0 !important;
  border-radius: 0 !important;
  max-height: none !important;
  transition: transform .25s ease;
}
body ul.products li.product.ts-reference-card .ts-reference-caption {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto !important;
  align-items: start !important;
  gap: 12px !important;
  padding: 12px 10px !important;
}
body ul.products li.product.ts-reference-card .woocommerce-loop-product__title {
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  letter-spacing: -.02em !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  color: #003c40 !important;
  overflow-wrap: anywhere;
}
body ul.products li.product.ts-reference-card .price {
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  text-align: right !important;
  white-space: nowrap !important;
  color: #003c40 !important;
}
body ul.products li.product.ts-reference-card .ts-from {
  display: block !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #657672;
}
body ul.products li.product.ts-reference-card .ts-reference-link:focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 4px;
}
@media (hover:hover) {
  body ul.products li.product.ts-reference-card .ts-reference-link:hover img {
    transform: scale(1.025);
  }
}
@media (max-width:780px) {
  body ul.products li.product.ts-reference-card .ts-reference-caption {
    gap: 6px !important;
    padding-top: 9px !important;
  }
  body ul.products li.product.ts-reference-card .woocommerce-loop-product__title,body ul.products li.product.ts-reference-card .price {
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
  body ul.products li.product.ts-reference-card .ts-from {
    font-size: 8px !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  body ul.products li.product.ts-reference-card img {
    transition: none !important;
  }
}
.ts-commerce-page {
  width: calc(100% - 72px);
  max-width: 1320px;
  margin: 40px auto 72px;
  color: #003c40;
  font-family: var(--font-sans);
}
.ts-commerce-page>header {
  margin-bottom: 32px;
}
.ts-commerce-page h1 {
  font-size: 32px !important;
  font-weight: 600 !important;
  letter-spacing: -.04em;
  line-height: 1.2;
}
.ts-commerce-page h2,.ts-commerce-page h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.4;
}
.ts-commerce-page p,.ts-commerce-page label,.ts-commerce-page table {
  font-size: 13px;
  line-height: 1.7;
}
.ts-commerce-page input:not([type=checkbox]):not([type=radio]):not([type=hidden]),.ts-commerce-page select,.ts-commerce-page textarea {
  font-family: inherit !important;
  font-size: 13px !important;
  min-height: 46px;
  border: 1px solid #cedbd4 !important;
  background: white !important;
  border-radius: 2px !important;
  padding: 10px !important;
}
.ts-commerce-page .button,.ts-commerce-page button[type=submit],.ts-commerce-page .checkout-button {
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: #003c40 !important;
  color: white !important;
  border-radius: 2px !important;
  min-height: 46px;
  text-decoration: none !important;
  padding: 14px 20px !important;
}
.ts-commerce-page .shop_table {
  border: 1px solid #e0e6e3 !important;
  border-radius: 0 !important;
  border-collapse: collapse !important;
  width: 100%;
}
.ts-commerce-page .shop_table th,.ts-commerce-page .shop_table td {
  padding: 18px 14px !important;
  border-color: #e0e6e3 !important;
}
.ts-commerce-page .product-thumbnail img {
  width: 90px !important;
  height: 100px !important;
  object-fit: contain;
  background: white;
}
.ts-commerce-page .cart-collaterals .cart_totals {
  width: min(100%,440px) !important;
  float: right;
  padding: 24px;
  border: 1px solid #e0e6e3;
}
.ts-commerce-page .cart-collaterals {
  margin-top: 32px;
}
.ts-commerce-page .checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);
  gap: 28px 48px;
}
.ts-commerce-page #customer_details {
  grid-column: 1;
  grid-row: 1/5;
  width: 100% !important;
}
.ts-commerce-page #customer_details .col-1,.ts-commerce-page #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
}
.ts-commerce-page #order_review_heading,.ts-commerce-page #order_review {
  grid-column: 2;
  margin: 0 !important;
}
.ts-commerce-page #order_review {
  border: 1px solid #e0e6e3;
  padding: 20px;
}
.ts-commerce-page #payment {
  background: #f7f9f8 !important;
  border-radius: 0 !important;
}
.ts-commerce-page #place_order {
  width: 100% !important;
}
.ts-commerce-page .woocommerce-privacy-policy-text p {
  font-size: 11px;
}
.ts-commerce-page .form-row {
  margin-bottom: 16px !important;
}
.ts-commerce-page .select2-container .select2-selection--single {
  height: 46px;
  border: 1px solid #cedbd4;
  border-radius: 2px;
}
.ts-commerce-page .select2-selection__rendered {
  line-height: 44px !important;
}
.ts-saved-page>header p,.ts-saved-empty {
  color: #60756c;
  max-width: 580px;
}
.ts-saved-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 24px;
}
.ts-saved-grid article {
  min-width: 0;
}
.ts-saved-grid img {
  width: 100%;
  aspect-ratio: 1/1.1;
  object-fit: contain;
  background: white;
}
.ts-saved-grid a {
  text-decoration: none;
}
.ts-saved-grid h2 {
  font-size: 13px !important;
  line-height: 1.5;
  min-height: 39px;
  margin: 14px 0;
}
.ts-saved-grid span {
  display: block;
  background: #003c40;
  color: white;
  padding: 12px;
  text-align: center;
  font-size: 12px;
}
.ts-saved-grid button {
  border: 0;
  border-bottom: 1px solid #a7b6ad;
  background: white;
  color: #536e60;
  padding: 10px 0 4px;
  margin-top: 8px;
  font-family: inherit;
  font-size: 11px;
  cursor: pointer;
}
.ts-pdp-dialog:not([open]) {
  display: none !important;
}
@media (max-width:780px) {
  .ts-commerce-page {
    width: calc(100% - 32px);
    margin: 24px auto 40px;
  }
  .ts-commerce-page h1 {
    font-size: 26px !important;
  }
  .ts-commerce-page .checkout.woocommerce-checkout {
    display: block;
  }
  .ts-commerce-page #order_review_heading {
    margin: 28px 0 16px !important;
  }
  .ts-commerce-page #order_review {
    padding: 12px;
  }
  .ts-commerce-page .cart-collaterals .cart_totals {
    padding: 16px;
  }
  .ts-commerce-page .shop_table th,.ts-commerce-page .shop_table td {
    padding: 12px 8px !important;
  }
  .ts-saved-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px 12px;
  }
  .ts-saved-grid h2 {
    font-size: 11px !important;
  }
}
.ts-pdp {
  max-width: 1520px;
  width: calc(100% - 72px);
  margin: 24px auto 56px;
  color: #003c40;
  font-family: var(--font-sans);
}
.ts-pdp .woocommerce-breadcrumb {
  font-size: 11px;
  margin: 0 0 30px;
  color: #6d7c77;
}
.ts-pdp .ts-pdp-layout {
  display: grid !important;
  grid-template-columns: minmax(0,1.12fr) minmax(0,1fr) !important;
  gap: 64px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
.ts-pdp-gallery {
  min-width: 0;
}
.ts-pdp-image {
  background: #fff;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  touch-action: pan-y;
}
.ts-pdp-image img {
  width: 100% !important;
  height: 100% !important;
  max-height: 620px;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}
.ts-pdp-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 16px 0;
}
.ts-pdp-thumbnails button {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border: 1px solid #e0e6e3;
  background: white;
  padding: 6px;
  cursor: pointer;
}
.ts-pdp-thumbnails button[aria-pressed=true] {
  border-color: #003c40;
}
.ts-pdp-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ts-pdp-summary {
  padding: 12px 0;
  min-width: 0;
}
.ts-pdp-summary h1 {
  font-size: clamp(20px,2vw,30px) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: -.035em !important;
  margin: 0 0 16px !important;
}
.ts-pdp-intro {
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e6e3;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.8;
  color: #667973;
}
.ts-pdp-intro #ts-short-description {
  max-height: 3em;
  overflow: hidden;
}
.ts-pdp-intro.is-expanded #ts-short-description {
  max-height: none;
}
.ts-pdp-intro p {
  margin: 0 !important;
}
.ts-pdp .ts-text-button {
  border: 0;
  background: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  font: inherit;
  font-size: 12px;
  padding: 8px 0;
  cursor: pointer;
  color: #003c40;
}
.ts-pdp form.cart {
  margin: 0 !important;
  float: none !important;
}
.ts-pdp table.variations,.ts-pdp table.variations tbody,.ts-pdp table.variations tr,.ts-pdp table.variations td,.ts-pdp table.variations th {
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  text-align: left !important;
}
.ts-pdp table.variations tr {
  margin: 0 0 20px !important;
}
.ts-pdp table.variations label {
  display: block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  text-align: left !important;
}
.ts-pdp select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd6d1;
  background: white;
  font: inherit;
  font-size: 13px;
}
.ts-pdp select.ts-pdp-native {
  display: none !important;
}
.ts-pdp-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ts-pdp-options button {
  border: 1px solid #d5dfda;
  border-radius: 2px;
  min-height: 42px;
  padding: 10px 16px;
  background: white;
  color: #003c40;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.ts-pdp-options button[aria-pressed=true] {
  background: #003c40;
  color: white;
  border-color: #003c40;
}
.ts-pdp-options button:disabled {
  opacity: .35;
  cursor: not-allowed;
  text-decoration: line-through;
}
.ts-pdp .reset_variations {
  font-size: 11px;
  display: inline-block;
  margin-top: 8px;
}
.ts-pdp-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e0e6e3;
  padding: 20px 0;
}
.ts-pdp-price {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}
.ts-pdp-price del {
  font-size: 13px;
  color: #728078;
  font-weight: 400;
}
.ts-pdp-price ins {
  text-decoration: none;
}
.ts-pdp .woocommerce-variation-price {
  display: none !important;
}
.ts-pdp .woocommerce-variation-add-to-cart,.ts-pdp form.cart:not(.variations_form) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  align-items: center !important;
}
.ts-pdp .quantity {
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  width: 126px !important;
  height: 50px !important;
  border: 1px solid #cbd6d1 !important;
  border-radius: 2px !important;
  overflow: hidden;
  flex: 0 0 126px !important;
}
.ts-pdp .quantity input.qty {
  width: 42px !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font: inherit !important;
  font-size: 13px !important;
  appearance: textfield !important;
}
.ts-pdp .quantity button {
  width: 41px;
  flex: 0 0 41px;
  border: 0;
  background: white;
  font-size: 18px;
  color: #003c40;
  cursor: pointer;
}
.ts-pdp .quantity input::-webkit-inner-spin-button {
  appearance: none;
}
.ts-pdp .single_add_to_cart_button {
  flex: 1 !important;
  width: auto !important;
  min-width: 150px !important;
  height: 50px !important;
  padding: 12px 20px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: #003c40 !important;
  color: white !important;
  border: 1px solid #003c40 !important;
  border-radius: 2px !important;
  margin: 0 !important;
  text-transform: none !important;
}
.ts-pdp .single_add_to_cart_button.disabled {
  opacity: .45 !important;
  cursor: not-allowed !important;
}
.ts-pdp .stock {
  font-size: 12px;
  flex-basis: 100%;
}
.ts-pdp-trust {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  border-bottom: 1px solid #e0e6e3;
  margin-top: 24px;
  padding: 0 0 24px;
  font-size: 10px;
  text-align: center;
}
.ts-pdp-trust span+span {
  border-left: 1px solid #e0e6e3;
}
.ts-pdp-policies details {
  border-bottom: 1px solid #e0e6e3;
  padding: 0;
}
.ts-pdp-policies summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 500;
}
.ts-pdp summary::-webkit-details-marker {
  display: none;
}
.ts-pdp-policies details[open] summary span {
  transform: rotate(45deg);
}
.ts-pdp-policies p,.ts-pdp-policies a {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 18px;
  color: #64766f;
}
.ts-pdp-info-buttons {
  display: flex;
  gap: 18px;
  padding: 20px 0;
}
.ts-pdp-info-buttons button {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex: 1;
  font: inherit;
  font-size: 12px;
  border: 0;
  background: white;
  padding: 8px 0;
  color: #003c40;
  border-bottom: 1px solid #003c40;
  cursor: pointer;
}
.ts-pdp-sku {
  font-size: 10px;
  color: #728078;
}
.ts-pdp-dialog {
  position: fixed !important;
  inset: 0 !important;
  margin: auto !important;
  width: min(680px,calc(100% - 32px)) !important;
  max-height: 85dvh !important;
  padding: 28px !important;
  border: 1px solid #dce4e0 !important;
  background: white !important;
  color: #003c40 !important;
  overflow: auto !important;
  font-family: var(--font-sans);
}
.ts-pdp-dialog::backdrop {
  background: rgba(0,35,37,.45);
}
.ts-dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.ts-dialog-head h2 {
  font-size: 20px !important;
  margin: 0 !important;
}
.ts-dialog-head button {
  width: 44px;
  height: 44px;
  border: 1px solid #dce4e0;
  background: white;
  font-size: 26px;
  cursor: pointer;
}
.ts-pdp-dialog p,.ts-pdp-dialog li {
  font-size: 13px;
  line-height: 1.8;
}
.ts-pdp-dialog input:not([type=checkbox]),.ts-pdp-dialog textarea {
  width: 100%;
  font: inherit;
  border: 1px solid #cbd6d1;
  padding: 10px;
  background: #fff;
}
.ts-pdp-dialog .submit {
  background: #003c40 !important;
  color: #fff !important;
  min-height: 44px;
}
.ts-installment-option {
  border-top: 1px solid #dce4e0;
  padding-top: 18px;
  margin-top: 18px;
}
.ts-pdp-related {
  margin-top: 64px;
}
.ts-pdp-related h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: -.03em;
}
.ts-pdp-related ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}
.ts-pdp-related ul.products:before,.ts-pdp-related ul.products:after {
  display: none !important;
}
.ts-pdp-related ul.products>li {
  flex: 0 0 calc((100% - 60px)/4) !important;
  width: calc((100% - 60px)/4) !important;
  margin: 0 !important;
  float: none !important;
  scroll-snap-align: start;
}
body .ts-minimal-card {
  display: flex !important;
  flex-direction: column !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.ts-card-media {
  position: relative;
  background: #fff;
}
body .ts-minimal-card .ts-card-media img {
  width: 100% !important;
  aspect-ratio: 1/1.1;
  object-fit: contain !important;
  height: auto !important;
  margin: 0 0 12px !important;
  border-radius: 2px !important;
  background: #fff !important;
}
body .ts-minimal-card .woocommerce-loop-product__title {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  min-height: 39px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
}
body .ts-minimal-card .price {
  font-size: 13px !important;
  min-height: 24px !important;
  margin: 0 0 12px !important;
  font-weight: 600 !important;
  display: block;
}
body .ts-minimal-card .ts-from {
  font-weight: 400;
  font-size: 11px;
}
body .ts-minimal-card>.button {
  margin-top: auto !important;
  border-radius: 2px !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  min-height: 44px !important;
}
.ts-pdp :focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 3px;
}
@media (max-width:1000px) {
  .ts-pdp .ts-pdp-layout {
    gap: 32px !important;
  }
  .ts-pdp {
    width: calc(100% - 40px);
  }
}
@media (max-width:780px) {
  .ts-pdp {
    width: calc(100% - 32px);
    margin-top: 16px;
  }
  .ts-pdp .woocommerce-breadcrumb {
    font-size: 9px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  .ts-pdp .ts-pdp-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .ts-pdp-image {
    max-height: 420px;
    aspect-ratio: 1/1;
  }
  .ts-pdp-image img {
    max-height: 420px;
  }
  .ts-pdp-thumbnails button {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .ts-pdp-summary {
    padding: 0;
  }
  .ts-pdp-summary h1 {
    font-size: 22px !important;
  }
  .ts-pdp-intro {
    font-size: 12px;
  }
  .ts-pdp-price-row {
    gap: 10px;
    flex-wrap: wrap;
  }
  .ts-pdp-price {
    font-size: 18px;
  }
  .ts-pdp-options button {
    padding: 10px 12px;
    font-size: 11px;
    min-height: 44px;
  }
  .ts-pdp-trust {
    font-size: 9px;
    gap: 6px;
  }
  .ts-pdp-related {
    margin-top: 36px;
  }
  .ts-pdp-related ul.products {
    gap: 12px !important;
  }
  .ts-pdp-related ul.products>li {
    flex-basis: calc((100% - 12px)/2) !important;
    width: calc((100% - 12px)/2) !important;
  }
  body .ts-minimal-card .woocommerce-loop-product__title {
    font-size: 11px !important;
    min-height: 34px !important;
  }
  body .ts-minimal-card .price {
    font-size: 12px !important;
  }
  body .ts-minimal-card>.button {
    font-size: 11px !important;
  }
  .ts-pdp-dialog {
    padding: 20px !important;
  }
  .ts-dialog-head h2 {
    font-size: 18px !important;
  }
}
.ts-editorial-header.ts-bw-header {
  height: 80px !important;
  min-height: 80px !important;
  padding: 0 36px !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 24px !important;
  border-bottom: 1px solid #e3e8e6 !important;
  box-shadow: none !important;
  background: #fff !important;
  position: relative !important;
  z-index: 60;
}
.ts-editorial-header .ts-bw-logo {
  grid-column: 1;
  grid-row: 1;
  position: static !important;
  transform: none !important;
  width: 170px !important;
  justify-self: start;
  background: transparent !important;
  padding: 0 !important;
}
.ts-editorial-header .ts-bw-logo img {
  width: 100%;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
.ts-editorial-header .ts-bw-left {
  grid-column: 2;
  grid-row: 1;
  gap: 24px !important;
  display: flex !important;
  align-items: center;
}
.ts-editorial-header .ts-bw-left>a,.ts-editorial-header .ts-header-brands {
  font-size: 12px !important;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-weight: 600 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 12px 0 !important;
}
.ts-editorial-header .ts-bw-menu {
  display: grid !important;
  place-items: center;
  width: 40px;
  height: 44px;
  padding: 10px !important;
}
.ts-editorial-header .ts-bw-actions {
  grid-column: 3;
  justify-self: end;
  gap: 8px !important;
}
.ts-editorial-header .ts-bw-actions>a,.ts-editorial-header .ts-bw-actions>button {
  height: 44px;
  width: 40px;
  padding: 10px !important;
  display: grid !important;
  place-items: center;
  background: transparent;
  border: 0;
}
.ts-editorial-header svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.5;
}
.ts-editorial-header button {
  font: inherit;
  cursor: pointer;
}
.ts-editorial-header .ts-bw-panel,.ts-editorial-header .ts-search-panel {
  max-width: 440px;
  width: calc(100vw - 24px);
  padding: 28px;
}
.ts-editorial-header .ts-bw-panel-head button,.ts-editorial-header .ts-search-head button {
  min-width: 44px;
  min-height: 44px;
  font-size: 26px;
}
.ts-editorial-header .ts-bw-cat-list a {
  padding: 12px 0;
  display: block;
}
.ts-editorial-header :focus-visible,.ts-editorial-home :focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 4px;
}
.ts-editorial-home {
  --ink: #003c40;
  --line: #e1e7e4;
  --muted: #62736e;
  color: var(--ink);
  background: #fff;
  width: 100%;
  font-family: var(--font-sans);
  padding-bottom: 0;
}
.ts-editorial-home a {
  text-decoration: none;
}
.ts-editorial-home button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.ts-e-wrap {
  width: calc(100% - 72px);
  max-width: 1440px;
  margin: 0 auto;
}
.ts-e-hero {
  padding: 20px 24px 0;
  max-width: 1600px;
  margin: auto;
}
.ts-e-hero>a {
  display: block;
  background: #f4f6f5;
  overflow: hidden;
}
.ts-e-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.ts-e-hero-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 12px 0;
}
.ts-e-hero-caption h1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  margin: 0;
}
.ts-e-hero-caption>a {
  font-size: 12px;
}
.ts-e-section {
  margin: 54px 0;
}
.ts-e-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.ts-e-heading h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.04em;
  margin: 0;
}
.ts-e-heading>a,.ts-e-heading>span {
  font-size: 12px;
  white-space: nowrap;
}
.ts-e-heading>span {
  color: var(--muted);
}
.ts-e-track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.ts-e-track::-webkit-scrollbar {
  display: none;
}
.ts-e-category-track {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
}
.ts-e-category-track>a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.4;
  background: white;
}
.ts-e-category-track>a:hover {
  background: #f3f6f4;
  border-color: #003c40;
}
.ts-e-categories .ts-e-controls {
  display: none;
}
.ts-e-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 11px;
  color: var(--muted);
}
.ts-e-controls>div {
  display: flex;
  gap: 8px;
}
.ts-e-controls button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 36px;
  line-height: 1;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 0;
  font-size: 18px;
  padding: 0;
}
.ts-e-controls button:disabled {
  opacity: .3;
  cursor: default;
}
.ts-e-controls button:not(:disabled):hover {
  background: #003c40;
  color: #fff;
}
.ts-editorial-home .woocommerce ul.products.ts-e-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.ts-editorial-home .woocommerce ul.products.ts-e-track:before,.ts-editorial-home .woocommerce ul.products.ts-e-track:after {
  display: none !important;
}
.ts-editorial-home .woocommerce ul.products.ts-e-track>li.product {
  flex: 0 0 calc((100% - 60px)/4) !important;
  float: none !important;
  clear: none !important;
  width: calc((100% - 60px)/4) !important;
  margin: 0 !important;
  min-width: 0 !important;
  scroll-snap-align: start;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}
.ts-editorial-home .woocommerce ul.products li.product a img {
  aspect-ratio: 1/1.15;
  object-fit: contain !important;
  width: 100% !important;
  max-height: none !important;
  background: #f5f7f6 !important;
  border-radius: 2px !important;
  margin: 0 0 14px !important;
}
.ts-editorial-home .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  min-height: 39px !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  letter-spacing: 0 !important;
}
.ts-editorial-home .woocommerce ul.products li.product .price {
  font-size: 13px !important;
  font-weight: 600 !important;
  margin: 0 0 12px !important;
  min-height: 40px;
}
.ts-editorial-home .woocommerce ul.products li.product .button {
  border-radius: 2px !important;
  min-height: 42px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
}
.ts-e-promotion img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.ts-e-brand-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}
.ts-e-brand-track>a {
  flex: 0 0 calc((100% - 80px)/5);
  height: 90px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  scroll-snap-align: start;
}
.ts-e-brand-track img {
  width: 75%;
  max-height: 44px;
  object-fit: contain;
}
.ts-e-review-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
}
.ts-e-review-grid article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.ts-e-review-grid p {
  font-size: 15px;
  line-height: 1.8;
}
.ts-e-review-grid strong,.ts-e-review-grid small {
  font-size: 12px;
  display: block;
}
.ts-e-review-grid small {
  color: var(--muted);
  margin-top: 5px;
}
.ts-e-review-empty {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.ts-e-review-empty p {
  font-size: 20px;
  margin: 0 0 8px;
}
.ts-e-review-empty span {
  font-size: 13px;
  color: var(--muted);
}
.ts-e-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ts-e-eyebrow {
  font-size: 10px;
  letter-spacing: .15em;
}
.ts-e-about h2 {
  font-size: clamp(28px,3.3vw,48px);
  letter-spacing: -.045em;
  font-weight: 500;
  line-height: 1.1;
  margin: 18px 0 0;
}
.ts-e-about p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 16px;
  color: var(--muted);
}
.ts-e-about a {
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  display: inline-block;
}
.ts-e-faq {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.ts-e-faq details {
  border-bottom: 1px solid var(--line);
}
.ts-e-faq summary {
  padding: 20px 0;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
}
.ts-e-faq summary::-webkit-details-marker {
  display: none;
}
.ts-e-faq details[open] summary span {
  transform: rotate(45deg);
}
.ts-e-faq p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 720px;
  margin: 0 0 20px;
}
.ts-e-seo {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-bottom: 40px;
}
.ts-e-seo h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
}
.ts-e-seo p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 1100px;
}
@media (max-width:1050px) {
  .ts-editorial-header.ts-bw-header {
    padding: 0 20px !important;
    gap: 10px !important;
  }
  .ts-editorial-header .ts-bw-left {
    gap: 14px !important;
  }
  .ts-editorial-header .ts-bw-logo {
    width: 140px !important;
  }
}
@media (max-width:780px) {
  .ts-editorial-header.ts-bw-header {
    height: 66px !important;
    min-height: 66px !important;
    padding: 0 12px !important;
    grid-template-columns: 1fr auto 1fr !important;
  }
  .ts-editorial-header .ts-bw-left {
    grid-column: 1;
    justify-self: start;
  }
  .ts-editorial-header .ts-bw-left>a,.ts-editorial-header .ts-header-brands {
    display: none !important;
  }
  .ts-editorial-header .ts-bw-logo {
    grid-column: 2;
    width: 132px !important;
    justify-self: center;
  }
  .ts-editorial-header .ts-bw-actions {
    gap: 0 !important;
  }
  .ts-editorial-header .ts-bw-actions>a:not(.ts-bw-cart) {
    display: none !important;
  }
  .ts-editorial-header .ts-bw-actions>a,.ts-editorial-header .ts-bw-actions>button {
    width: 34px;
  }
  .ts-e-wrap {
    width: calc(100% - 32px);
  }
  .ts-e-hero {
    padding: 12px 12px 0;
  }
  .ts-e-hero-caption {
    padding: 14px 4px 0;
    gap: 8px;
  }
  .ts-e-hero-caption h1 {
    font-size: 11px;
  }
  .ts-e-hero-caption>a {
    font-size: 10px;
  }
  .ts-e-section {
    margin: 30px 0;
  }
  .ts-e-heading {
    margin-bottom: 14px;
  }
  .ts-e-heading h2 {
    font-size: 21px;
  }
  .ts-e-heading>a,.ts-e-heading>span {
    font-size: 10px;
  }
  .ts-e-category-track {
    display: flex;
    overflow-x: auto;
    gap: 10px;
  }
  .ts-e-category-track>a {
    flex: 0 0 calc((100% - 10px)/2);
    font-size: 11px;
    min-height: 50px;
    scroll-snap-align: start;
  }
  .ts-e-categories .ts-e-controls {
    display: flex;
  }
  .ts-editorial-home .woocommerce ul.products.ts-e-track {
    gap: 12px !important;
  }
  .ts-editorial-home .woocommerce ul.products.ts-e-track>li.product {
    flex-basis: calc((100% - 12px)/2) !important;
    width: calc((100% - 12px)/2) !important;
  }
  .ts-editorial-home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 11px !important;
    min-height: 34px !important;
    margin-bottom: 8px !important;
  }
  .ts-editorial-home .woocommerce ul.products li.product .price {
    font-size: 11px !important;
    min-height: 34px;
    margin-bottom: 8px !important;
  }
  .ts-editorial-home .woocommerce ul.products li.product .button {
    font-size: 11px !important;
  }
  .ts-e-controls {
    margin-top: 12px;
  }
  .ts-e-brand-track {
    gap: 12px;
  }
  .ts-e-brand-track>a {
    flex-basis: calc((100% - 12px)/2);
    height: 64px;
  }
  .ts-e-brand-track img {
    max-height: 32px;
  }
  .ts-e-review-grid {
    grid-template-columns: 1fr;
  }
  .ts-e-review-empty p {
    font-size: 17px;
  }
  .ts-e-review-empty span {
    font-size: 12px;
    line-height: 1.8;
  }
  .ts-e-about {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0;
  }
  .ts-e-about h2 {
    font-size: 32px;
  }
  .ts-e-about p {
    font-size: 13px;
  }
  .ts-e-faq summary {
    font-size: 12px;
    padding: 18px 0;
  }
  .ts-e-heading>span {
    display: none;
  }
}
[x-cloak] {
  display: none !important;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fff;
  color: #10211f;
  font-family: "Manrope","Segoe UI",sans-serif;
}
a {
  color: inherit;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ts-container {
  width: min(1240px,calc(100% - 32px));
  margin-inline: auto;
}
.ts-topbar {
  background: #003c40;
  color: #fff;
  font-size: 12px;
}
.ts-topbar .ts-container {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.ts-topbar span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e6ff2b;
  margin-right: 8px;
  vertical-align: 2px;
}
.ts-header {
  position: relative;
  z-index: 50;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,60,64,.06);
}
.ts-header-main {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ts-logo {
  display: block;
  width: 200px;
  flex: 0 0 200px;
  background: #003c40;
  border-radius: 12px;
  padding: 9px 13px;
}
.ts-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.ts-icon-btn {
  border: 0;
  background: transparent;
  color: #003c40;
  padding: 8px;
  cursor: pointer;
}
.ts-icon-btn svg {
  width: 25px;
  height: 25px;
}
.ts-menu-btn {
  display: none;
}
.ts-search {
  display: flex;
  align-items: center;
  flex: 1;
  height: 46px;
  border: 1px solid #d9e2df;
  border-radius: 14px;
  background: #f7f9f7;
  overflow: hidden;
  transition: .2s;
}
.ts-search:focus-within {
  border-color: #003c40;
  box-shadow: 0 0 0 3px rgba(0,60,64,.08);
  background: #fff;
}
.ts-search input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 17px;
  font: inherit;
  font-size: 14px;
}
.ts-search button {
  height: 100%;
  width: 54px;
  border: 0;
  background: #e6ff2b;
  color: #003c40;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ts-search svg {
  width: 21px;
  height: 21px;
}
.ts-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ts-actions a {
  position: relative;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.ts-actions svg {
  width: 24px;
  height: 24px;
}
.ts-cart b {
  position: absolute;
  top: -5px;
  right: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e6ff2b;
  color: #003c40;
  font-size: 10px;
}
.ts-mobile-search {
  display: none;
}
.ts-category-bar {
  border-top: 1px solid #edf1ef;
}
.ts-category-bar>.ts-container {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ts-shop-all,.ts-sell {
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.ts-shop-all {
  background: #003c40;
  color: #fff;
  border-radius: 9px;
  padding: 9px 16px;
}
.ts-sell {
  margin-left: auto;
  color: #003c40;
  border-bottom: 2px solid #e6ff2b;
}
.ts-primary-nav {
  overflow: hidden;
}
.ts-nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
  white-space: nowrap;
}
.ts-nav-list a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
}
.ts-nav-list a:hover {
  color: #006a70;
}
.ts-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
}
.ts-drawer-bg {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,24,25,.5);
}
.ts-drawer aside {
  position: relative;
  width: min(360px,88vw);
  height: 100%;
  background: #fff;
  padding: 22px;
  box-shadow: 20px 0 60px rgba(0,0,0,.15);
}
.ts-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6ebe8;
}
.ts-drawer-head button {
  border: 0;
  background: #eef3ef;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 24px;
}
.ts-drawer-menu {
  list-style: none;
  padding: 16px 0;
  margin: 0;
}
.ts-drawer-menu a {
  display: block;
  text-decoration: none;
  padding: 12px 5px;
  border-bottom: 1px solid #f0f3f1;
  font-weight: 700;
}
.ts-seller-btn {
  display: block;
  margin-top: 16px;
  text-align: center;
  text-decoration: none;
  background: #e6ff2b;
  color: #003c40;
  padding: 13px;
  border-radius: 12px;
  font-weight: 800;
}
.ts-hero {
  padding: 30px 0 16px;
}
.ts-hero-card {
  min-height: 390px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(120deg,#003c40 0%,#00555a 64%,#167279 100%);
  color: #fff;
  padding: 58px;
}
.ts-hero-card:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  right: -90px;
  top: -110px;
  background: #e6ff2b;
  opacity: .96;
}
.ts-hero-card:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  right: 180px;
  bottom: -120px;
}
.ts-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}
.ts-kicker {
  display: inline-flex;
  background: #e6ff2b;
  color: #003c40;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ts-hero h1 {
  font-size: clamp(38px,5vw,66px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 20px 0 18px;
}
.ts-hero p {
  font-size: 18px;
  line-height: 1.65;
  color: #dbeceb;
  max-width: 520px;
}
.ts-btns {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.ts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 13px 20px;
  font-weight: 850;
}
.ts-btn-accent {
  background: #e6ff2b;
  color: #003c40;
}
.ts-btn-ghost {
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
}
.ts-trust {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
  padding: 14px 0 26px;
}
.ts-trust-item {
  border: 1px solid #e7ece9;
  border-radius: 14px;
  padding: 15px;
  background: #fff;
}
.ts-trust-item strong {
  display: block;
  font-size: 13px;
}
.ts-trust-item span {
  font-size: 11px;
  color: #718078;
}
.ts-section {
  padding: 34px 0;
}
.ts-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ts-section-head h2 {
  font-size: 28px;
  letter-spacing: -.035em;
  margin: 0;
}
.ts-section-head a {
  font-size: 13px;
  font-weight: 800;
  color: #003c40;
}
.ts-departments {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 14px;
}
.ts-department {
  min-height: 132px;
  border: 1px solid #e5ebe7;
  border-radius: 18px;
  padding: 18px;
  text-decoration: none;
  background: linear-gradient(145deg,#fff,#f5f8f5);
  transition: .25s;
}
.ts-department:hover {
  transform: translateY(-4px);
  border-color: #b7c9c3;
  box-shadow: 0 14px 30px rgba(0,60,64,.08);
}
.ts-department b {
  display: block;
  font-size: 15px;
  margin-top: 30px;
}
.ts-department span {
  font-size: 11px;
  color: #718078;
}
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.woocommerce ul.products:before,.woocommerce ul.products:after {
  display: none;
}
.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  border: 1px solid #e5ebe7;
  border-radius: 18px;
  padding: 12px;
  background: #fff;
  transition: .25s;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(0,60,64,.09);
}
.woocommerce ul.products li.product img {
  border-radius: 12px;
  background: #f6f8f6;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px !important;
  line-height: 1.45;
  color: #10211f;
}
.woocommerce ul.products li.product .price {
  color: #003c40 !important;
  font-weight: 850;
}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button {
  background: #003c40 !important;
  color: #fff !important;
  border-radius: 10px !important;
}
.woocommerce a.button:hover {
  background: #e6ff2b !important;
  color: #003c40 !important;
}
.ts-promo {
  background: #eff5f1;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ts-promo h2 {
  margin: 0 0 8px;
  font-size: 30px;
}
.ts-promo p {
  margin: 0;
  color: #53615a;
}
.ts-footer {
  margin-top: 50px;
  background: #003c40;
  color: #fff;
}
.ts-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 54px 0;
}
.ts-footer-logo {
  width: 190px;
  background: #003c40;
}
.ts-footer p,.ts-footer a {
  color: #bfd1ce;
  font-size: 13px;
  line-height: 1.7;
}
.ts-footer a {
  text-decoration: none;
  display: block;
  margin: 8px 0;
}
.ts-footer h3 {
  font-size: 14px;
  margin: 0 0 14px;
}
.ts-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0;
  color: #9eb6b2;
  font-size: 12px;
}
.ts-mobile-nav {
  display: none;
}
@media (max-width:900px) {
  .ts-topbar span:nth-child(2),.ts-topbar span:nth-child(3) {
    display: none;
  }
  .ts-header-main {
    height: 64px;
    gap: 12px;
  }
  .ts-menu-btn {
    display: block;
  }
  .ts-logo {
    width: 150px;
    flex-basis: 150px;
    padding: 7px 9px;
  }
  .ts-search-desktop,.ts-category-bar {
    display: none;
  }
  .ts-actions span {
    display: none;
  }
  .ts-actions {
    margin-left: auto;
  }
  .ts-mobile-search {
    display: block;
    padding-bottom: 12px;
  }
  .ts-mobile-search .ts-search {
    height: 42px;
  }
  .ts-hero {
    padding-top: 16px;
  }
  .ts-hero-card {
    min-height: 340px;
    padding: 34px 28px;
  }
  .ts-hero-card:after {
    width: 230px;
    height: 230px;
    right: -130px;
  }
  .ts-trust {
    grid-template-columns: repeat(2,1fr);
  }
  .ts-departments {
    grid-template-columns: repeat(3,1fr);
  }
  .woocommerce ul.products {
    grid-template-columns: repeat(2,1fr);
  }
  .ts-footer-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 90px;
  }
  .ts-mobile-nav {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 60;
    background: #003c40;
    color: #fff;
    border-radius: 18px;
    padding: 9px 5px;
    box-shadow: 0 12px 35px rgba(0,0,0,.28);
  }
  .ts-mobile-nav a {
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
  }
  .ts-mobile-nav svg {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 auto 3px;
  }
  .ts-mobile-nav a:nth-child(3) {
    color: #e6ff2b;
  }
}
@media (max-width:560px) {
  .ts-container {
    width: min(100% - 24px,1240px);
  }
  .ts-logo {
    width: 132px;
    flex-basis: 132px;
  }
  .ts-actions a:first-child {
    display: none;
  }
  .ts-hero-card {
    min-height: 360px;
    padding: 30px 22px;
    border-radius: 20px;
  }
  .ts-hero h1 {
    font-size: 39px;
  }
  .ts-hero p {
    font-size: 15px;
    max-width: 90%;
  }
  .ts-btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .ts-btn {
    width: 100%;
  }
  .ts-trust {
    gap: 8px;
  }
  .ts-departments {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .ts-department {
    min-width: 145px;
  }
  .ts-section {
    padding: 25px 0;
  }
  .ts-section-head h2 {
    font-size: 23px;
  }
  .woocommerce ul.products {
    gap: 9px;
  }
  .woocommerce ul.products li.product {
    padding: 8px;
    border-radius: 14px;
  }
  .ts-promo {
    padding: 25px;
    display: block;
  }
  .ts-promo .ts-btn {
    margin-top: 20px;
  }
  .ts-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
.ts-min-header {
  background: #003c40;
  padding: 14px 0;
  position: relative;
  z-index: 70;
}
.ts-min-shell {
  width: min(1280px,calc(100% - 32px));
  height: 62px;
  margin: auto;
  border: 1px solid rgba(230,255,43,.28);
  border-radius: 20px;
  background: #003c40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 8px 10px;
  box-shadow: 0 16px 38px rgba(0,25,27,.22);
}
.ts-min-control {
  width: max-content;
  border: 0;
  border-radius: 13px;
  background: #e6ff2b;
  color: #003c40;
  height: 44px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 9px;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.ts-min-control:last-child {
  justify-self: end;
}
.ts-min-control svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}
.ts-min-logo {
  display: block;
  width: 190px;
  justify-self: center;
  line-height: 0;
}
.ts-min-logo img {
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
}
.ts-min-search {
  width: min(720px,calc(100% - 32px));
  margin: 10px auto 0;
}
.ts-min-search form {
  height: 48px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}
.ts-min-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 17px;
  font: inherit;
  font-size: 14px;
}
.ts-min-search button {
  border: 0;
  background: #e6ff2b;
  color: #003c40;
  padding: 0 22px;
  font-weight: 850;
}
@media (max-width:700px) {
  .ts-min-header {
    padding: 9px 0;
  }
  .ts-min-shell {
    width: calc(100% - 18px);
    height: 54px;
    border-radius: 16px;
    padding: 6px;
  }
  .ts-min-logo {
    width: 135px;
  }
  .ts-min-control {
    width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
    border-radius: 11px;
  }
  .ts-min-control span {
    display: none;
  }
  .ts-min-control svg {
    width: 20px;
    height: 20px;
  }
  .ts-min-search {
    width: calc(100% - 18px);
  }
}
.ts-ref-header {
  background: #fff;
  padding: 18px 20px 0;
  position: relative;
  z-index: 80;
}
.ts-ref-bar {
  width: min(1320px,100%);
  height: 58px;
  margin: auto;
  background: #003c40;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 18px;
  box-shadow: 0 8px 22px rgba(0,60,64,.18);
}
.ts-ref-icon {
  border: 0;
  background: transparent;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 9px;
  cursor: pointer;
}
.ts-ref-icon svg {
  width: 22px;
  height: 22px;
}
.ts-ref-logo {
  width: 148px;
  display: block;
  line-height: 0;
}
.ts-ref-logo img {
  width: 100%;
  mix-blend-mode: screen;
}
.ts-ref-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ts-ref-cart {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  padding: 9px;
}
.ts-ref-cart svg {
  width: 23px;
  height: 23px;
}
.ts-ref-cart b {
  position: absolute;
  top: 1px;
  right: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e6ff2b;
  color: #003c40;
  font-size: 10px;
  display: grid;
  place-items: center;
}
.ts-ref-search {
  width: min(760px,calc(100% - 40px));
  max-height: 0;
  overflow: hidden;
  margin: auto;
  transition: max-height .25s ease;
}
.ts-ref-search.is-open {
  max-height: 74px;
}
.ts-ref-search form {
  height: 44px;
  margin-top: 10px;
  border: 1px solid #bfd1ce;
  border-radius: 13px;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ts-ref-search form>svg {
  width: 20px;
  margin-left: 14px;
  color: #003c40;
}
.ts-ref-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
}
.ts-ref-search button {
  align-self: stretch;
  border: 0;
  background: #e6ff2b;
  color: #003c40;
  padding: 0 20px;
  font-weight: 850;
}
.ts-cat-overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
}
.ts-cat-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8,20,19,.48);
  backdrop-filter: blur(3px);
}
.ts-cat-panel {
  position: relative;
  width: 300px;
  max-width: 88vw;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 14px;
  border-radius: 0 18px 18px 0;
  box-shadow: 18px 0 45px rgba(0,0,0,.18);
}
.ts-cat-head {
  height: 52px;
  background: #003c40;
  border-radius: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  margin-bottom: 12px;
  font-weight: 850;
}
.ts-cat-head button {
  border: 0;
  background: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 21px;
}
.ts-cat-group {
  margin-bottom: 8px;
}
.ts-cat-title {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: #e6ff2b;
  color: #003c40;
  display: grid;
  grid-template-columns: 30px 1fr 22px;
  align-items: center;
  text-align: left;
  padding: 6px 10px;
  cursor: pointer;
}
.ts-cat-title strong {
  font-size: 13px;
}
.ts-cat-symbol {
  width: 24px;
  height: 24px;
  border: 1.5px solid #003c40;
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
}
.ts-cat-title svg {
  width: 18px;
  transition: .2s;
}
.ts-cat-title svg.rotate {
  transform: rotate(180deg);
}
.ts-cat-children {
  margin: 0 10px 0 26px;
  padding: 7px 0 7px 16px;
  border-left: 1px solid #dce7e3;
  background: linear-gradient(90deg,#f4f8f6,transparent);
}
.ts-cat-children a {
  display: block;
  padding: 7px 8px;
  text-decoration: none;
  color: #253b38;
  font-size: 13px;
}
.ts-cat-children a:hover {
  color: #003c40;
  font-weight: 750;
}
.ts-cat-children .ts-cat-view {
  color: #003c40;
  font-weight: 800;
}
.ts-cat-empty {
  font-size: 13px;
  color: #718078;
  padding: 20px;
}
.ts-cat-sell {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #003c40;
  color: #e6ff2b;
  border-radius: 11px;
  padding: 12px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 850;
}
@media (max-width:700px) {
  .ts-ref-header {
    padding: 8px 8px 0;
  }
  .ts-ref-bar {
    height: 54px;
    border-radius: 13px;
    padding: 0 9px;
  }
  .ts-ref-logo {
    width: 127px;
  }
  .ts-ref-icon,.ts-ref-cart {
    width: 38px;
    height: 38px;
    padding: 8px;
  }
  .ts-desktop-search-toggle {
    display: none;
  }
  .ts-ref-search {
    display: block !important;
    max-height: none !important;
    width: 100%;
  }
  .ts-ref-search form {
    margin-top: 7px;
    height: 42px;
    background: #00494e;
    border-color: #7b9b97;
    color: #fff;
  }
  .ts-ref-search input {
    color: #fff;
  }
  .ts-ref-search input::placeholder {
    color: #d0dfdc;
  }
  .ts-ref-search form>svg {
    color: #fff;
  }
  .ts-ref-search button {
    display: none;
  }
  .ts-cat-panel {
    width: 300px;
  }
}
.ts-bw-header {
  height: 66px;
  background: #fff;
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 42px;
  color: #080808;
}
.ts-bw-left {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 33px;
}
.ts-bw-left>a {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .01em;
  position: relative;
}
.ts-bw-left>a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  height: 1px;
  background: #000;
}
.ts-bw-menu {
  border: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 3px;
  cursor: pointer;
}
.ts-bw-menu svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.35;
}
.ts-bw-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  color: #050505;
  font-size: 31px;
  font-weight: 750;
  letter-spacing: -.065em;
  line-height: 1;
}
.ts-bw-actions {
  justify-self: end;
  height: 100%;
  display: flex;
  align-items: center;
}
.ts-bw-actions button,.ts-bw-actions>a {
  width: 44px;
  height: 44px;
  border: 0;
  border-left: 1px solid transparent;
  background: #fff;
  color: #050505;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ts-bw-actions button:first-child {
  border: 1px solid #111;
}
.ts-bw-actions svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.25;
}
.ts-bw-cart {
  position: relative;
}
.ts-bw-cart b {
  position: absolute;
  right: 1px;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 9px;
  display: grid;
  place-items: center;
}
.ts-bw-search {
  position: absolute;
  top: 66px;
  right: 32px;
  width: min(430px,calc(100vw - 32px));
  background: #fff;
  border: 1px solid #111;
  padding: 8px;
}
.ts-bw-search form {
  display: flex;
  height: 40px;
}
.ts-bw-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
}
.ts-bw-search button {
  border: 0;
  background: #000;
  color: #fff;
  padding: 0 18px;
  font-size: 12px;
}
.ts-bw-panel {
  position: relative;
  width: 300px;
  max-width: 88vw;
  height: 100%;
  background: #fff;
  padding: 22px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.ts-bw-panel-head {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #111;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.ts-bw-panel-head button {
  border: 0;
  background: transparent;
  font-size: 25px;
  font-weight: 200;
}
.ts-bw-cat-list {
  padding-top: 18px;
}
.ts-bw-cat-list section>button,.ts-bw-cat-list>a {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
  padding: 13px 0;
  font: inherit;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.ts-bw-cat-list section div {
  padding: 7px 0 9px 12px;
}
.ts-bw-cat-list section div a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  padding: 7px 0;
}
.ts-bw-panel-links {
  margin-top: auto;
  padding-top: 30px;
}
.ts-bw-panel-links a {
  display: block;
  text-decoration: none;
  color: #111;
  font-size: 12px;
  padding: 5px 0;
}
.ts-bw-actions {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.ts-bw-logo {
  z-index: 2;
  white-space: nowrap;
  display: block;
}
.ts-bw-left {
  position: relative;
  z-index: 3;
}
.ts-bw-header,.ts-bw-logo,.ts-bw-left>a,.ts-bw-menu,.ts-bw-actions button,.ts-bw-actions>a,.ts-bw-panel,.ts-bw-panel-head button,.ts-bw-cat-list section>button,.ts-bw-cat-list>a,.ts-bw-cat-list section div a,.ts-bw-panel-links a {
  color: #003c40;
}
.ts-bw-left>a:hover:after {
  background: #003c40;
}
.ts-bw-actions button:first-child {
  border-color: #003c40;
}
.ts-bw-cart b {
  background: #003c40;
  color: #fff;
}
.ts-bw-panel-head {
  border-color: #003c40;
}
.ts-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 160;
}
.ts-search-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,35,37,.45);
  backdrop-filter: blur(3px);
}
.ts-search-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: min(430px,92vw);
  height: 100%;
  background: #fff;
  padding: 26px;
  color: #003c40;
  box-shadow: -18px 0 45px rgba(0,60,64,.16);
}
.ts-search-head {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #003c40;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .08em;
}
.ts-search-head button {
  border: 0;
  background: transparent;
  color: #003c40;
  font-size: 26px;
  font-weight: 200;
  cursor: pointer;
}
.ts-search-panel form {
  padding-top: 24px;
}
.ts-search-field {
  height: 48px;
  border: 1px solid #003c40;
  display: flex;
  align-items: center;
}
.ts-search-field svg {
  width: 20px;
  height: 20px;
  margin-left: 14px;
}
.ts-search-field input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
  color: #003c40;
}
.ts-search-submit {
  width: 100%;
  height: 46px;
  margin-top: 10px;
  border: 0;
  background: #003c40;
  color: #fff;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.ts-bw-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 120;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 8px 30px rgba(0,60,64,.07);
  isolation: isolate;
}
.ts-bw-header:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255,255,255,.68);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
  pointer-events: none;
}
.ts-bw-actions button,.ts-bw-actions>a,.ts-bw-menu {
  background: transparent;
}
.ts-cat-overlay,.ts-search-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  max-height: none !important;
  overflow: visible !important;
}
.ts-bw-panel,.ts-search-panel {
  height: 100dvh !important;
  max-height: none !important;
  overflow-y: auto !important;
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) {
  .ts-bw-header:before {
    background: rgba(255,255,255,.94);
  }
}
.ts-bw-logo {
  width: 180px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ts-bw-logo img {
  display: block;
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.ts-bw-actions button:first-child {
  border: 0 !important;
}
@media (max-width:820px) {
  .ts-bw-header {
    height: 60px;
    padding: 0 14px;
    margin-bottom: 0;
  }
  .ts-bw-left {
    gap: 0;
  }
  .ts-bw-left>a {
    display: none;
  }
  .ts-bw-logo {
    width: 140px;
    height: 48px;
  }
  .ts-bw-logo img {
    max-height: 36px;
  }
  .ts-bw-actions {
    right: 14px;
  }
  .ts-bw-actions button {
    display: grid;
    width: 34px;
    height: 34px;
    padding: 7px;
    border: 0 !important;
  }
  .ts-bw-actions>a {
    width: 34px;
  }
  .ts-bw-actions>a[aria-label="Account"] {
    display: none;
  }
  .ts-bw-menu {
    width: 34px;
    height: 34px;
  }
  .ts-bw-menu svg {
    width: 20px;
    height: 20px;
  }
  .ts-search-panel {
    width: 100%;
    max-width: none;
    padding: 22px;
  }
}
.ts-nothing-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 3/1;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #eaf4fa;
  color: #003c40;
}
.ts-nothing-media,.ts-nothing-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ts-nothing-media img {
  object-fit: cover;
  object-position: center;
}
.ts-nothing-copy {
  position: absolute;
  z-index: 2;
  left: clamp(30px,7vw,130px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 440px;
}
.ts-nothing-copy>span {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  margin-bottom: 18px;
}
.ts-nothing-copy h1 {
  margin: 0;
  font-size: clamp(44px,5.3vw,82px);
  font-weight: 450;
  line-height: .95;
  letter-spacing: -.06em;
}
.ts-nothing-copy p {
  font-size: 18px;
  font-weight: 350;
  letter-spacing: .01em;
  margin: 20px 0 28px;
}
.ts-nothing-copy a {
  display: inline-flex;
  text-decoration: none;
  color: #003c40;
  border-bottom: 1px solid #003c40;
  padding: 0 0 7px;
  font-size: 13px;
  letter-spacing: .04em;
}
.ts-nothing-index {
  position: absolute;
  z-index: 2;
  left: clamp(30px,7vw,130px);
  bottom: 28px;
  font-size: 10px;
  letter-spacing: .12em;
}
@media (max-width:700px) {
  .ts-nothing-hero {
    aspect-ratio: 3/1;
    height: auto;
    min-height: 130px;
  }
  .ts-nothing-media img {
    object-position: center;
  }
  .ts-nothing-index {
    left: 12px;
    bottom: 8px;
    font-size: 8px;
  }
}
:root {
  --ts-green: #003c40;
  --ts-green-soft: #edf5f4;
  --ts-line: rgba(0,60,64,.14);
  --ts-muted: #627572;
  --ts-white: #fff;
  --ts-radius: 18px;
  --ts-shadow: 0 18px 55px rgba(0,60,64,.07);
}
html {
  scroll-behavior: smooth;
}
body,button,input,select,textarea {
  font-family: "Manrope","Segoe UI",sans-serif !important;
}
body {
  font-weight: 400;
  color: var(--ts-green);
  background: #fff;
}
h1,h2,h3,h4,h5,h6,.woocommerce-loop-product__title {
  font-family: "Manrope","Segoe UI",sans-serif !important;
  color: var(--ts-green);
  font-weight: 800 !important;
  letter-spacing: -.035em;
}
p,li,label,input,select,textarea {
  font-weight: 400;
}
main:not(.ts-nothing-hero) {
  background: #fff;
}
.ts-section {
  padding: 58px 0;
}
.ts-section-head {
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--ts-line);
  padding-bottom: 14px;
}
.ts-section-head h2 {
  font-size: clamp(23px,2.2vw,34px);
  font-weight: 800;
  letter-spacing: -.045em;
}
.ts-section-head a {
  color: var(--ts-green);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.ts-trust {
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  padding: 0;
  border-bottom: 1px solid var(--ts-line);
}
.ts-trust-item {
  border: 0;
  border-right: 1px solid var(--ts-line);
  border-radius: 0;
  padding: 25px 22px;
  background: #fff;
}
.ts-trust-item:last-child {
  border-right: 0;
}
.ts-trust-item strong {
  color: var(--ts-green);
  font-size: 13px;
  font-weight: 700;
}
.ts-trust-item span {
  display: block;
  margin-top: 5px;
  color: var(--ts-muted);
  font-size: 11px;
  font-weight: 400;
}
.ts-departments {
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}
.ts-department {
  min-height: 145px;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  padding: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .3s ease,box-shadow .3s ease,background .3s ease;
}
.ts-department:hover {
  transform: translateY(-3px);
  border-color: rgba(0,60,64,.25);
  box-shadow: var(--ts-shadow);
  background: rgba(237,245,244,.65);
}
.ts-department b {
  color: var(--ts-green);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -.02em;
  margin: 5px 0;
}
.ts-department span {
  color: var(--ts-muted);
  font-size: 10px;
  font-weight: 400;
}
.ts-promo {
  background: rgba(237,245,244,.72);
  border: 1px solid var(--ts-line);
  border-radius: 24px;
  padding: 42px;
}
.ts-promo h2 {
  font-size: clamp(24px,3vw,38px);
  font-weight: 800;
}
.ts-promo p {
  color: var(--ts-muted);
  font-size: 13px;
}
.ts-brands-inner {
  padding: 0;
}
.ts-brand-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 1px 1px 10px;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ts-brand-rail::-webkit-scrollbar {
  display: none;
}
.ts-brand-card {
  flex: 0 0 calc((100% - 40px)/5);
  height: 112px;
  border: 1px solid var(--ts-line);
  border-radius: 14px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 18px;
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color .2s,transform .2s;
}
.ts-brand-card:hover {
  border-color: rgba(0,60,64,.35);
  transform: translateY(-2px);
}
.ts-brand-card img {
  display: block;
  width: 100%;
  height: 66px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.ts-reviews-section {
  padding-top: 22px;
}
.ts-reviews-section .ts-section-head>span {
  color: var(--ts-muted);
  font-size: 11px;
}
.ts-review-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.ts-review-card,.ts-review-empty {
  min-height: 190px;
  border: 1px solid var(--ts-line);
  border-radius: 16px;
  background: #fff;
  padding: 22px;
}
.ts-review-top {
  display: flex;
  align-items: center;
  gap: 11px;
}
.ts-review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ts-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.ts-review-top strong {
  display: block;
  font-size: 12px;
}
.ts-review-top small {
  display: block;
  margin-top: 3px;
  color: var(--ts-muted);
  font-size: 9px;
}
.ts-review-stars {
  margin: 18px 0 11px;
  color: var(--ts-green);
  font-size: 13px;
  letter-spacing: .12em;
}
.ts-review-card p,.ts-review-empty p {
  margin: 0;
  color: var(--ts-muted);
  font-size: 11px;
  line-height: 1.75;
}
.ts-review-empty {
  grid-column: 1/-1;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ts-review-empty strong {
  margin-bottom: 7px;
  color: var(--ts-green);
  font-size: 15px;
}
.ts-brands-section {
  padding: 24px 0 18px;
}
.ts-brands-section .ts-section-head {
  margin-bottom: 13px;
}
.ts-brand-rail {
  padding: 4px 1px 7px;
}
.ts-brand-card:hover {
  transform: translateY(-1px);
}
.ts-motion-ready .ts-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.22,1,.36,1) var(--ts-delay,0ms),transform .7s cubic-bezier(.22,1,.36,1) var(--ts-delay,0ms);
}
.ts-motion-ready .ts-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes tsRailHint {
  0%,100% {
    transform: translateX(0);
  }
  38% {
    transform: translateX(-14px);
  }
  68% {
    transform: translateX(5px);
  }
}
.ts-mobile-department-rail.is-nudging {
  animation: tsRailHint .75s cubic-bezier(.22,1,.36,1) 1;
}
.ts-promotion-section {
  position: relative;
  height: min(980px,118vh);
  padding: 8px 0 0;
}
.ts-promotion-section>.ts-container {
  position: sticky;
  top: 82px;
}
.ts-promotion-stage {
  position: relative;
  width: 100%;
  height: min(580px,calc((100vw - 32px)*.5625));
  min-height: 360px;
  perspective: 1200px;
}
.ts-promotion-stage a {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #f3f7f6;
  box-shadow: 0 18px 50px rgba(0,60,64,.10);
  transform-origin: center top;
  transition: opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1),filter .65s;
}
.ts-promotion-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ts-promotion-stage a.is-active {
  z-index: 3;
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none;
}
.ts-promotion-stage a.is-next {
  z-index: 2;
  opacity: .72;
  transform: translateY(22px) scale(.965);
  filter: saturate(.82);
}
.ts-promotion-stage a.is-past {
  z-index: 1;
  opacity: 0;
  transform: translateY(-32px) scale(.94);
  pointer-events: none;
}
@media (max-width:780px) {
  .ts-brands-section {
    padding: 18px 0 11px;
  }
  .ts-brands-section .ts-section-head {
    margin-bottom: 10px;
  }
  .ts-brand-rail {
    padding-top: 3px;
  }
  .ts-promotion-section {
    height: 82vh;
    min-height: 560px;
    padding: 4px 0 0;
  }
  .ts-promotion-section>.ts-container {
    top: 76px;
  }
  .ts-promotion-stage {
    height: calc((100vw - 24px)*.5625);
    min-height: 0;
  }
  .ts-promotion-stage a {
    border-radius: 12px;
  }
  .ts-promotion-stage a.is-next {
    transform: translateY(14px) scale(.96);
  }
  .ts-promotion-stage a.is-past {
    transform: translateY(-22px) scale(.94);
  }
}
@media (prefers-reduced-motion:reduce) {
  .ts-motion-ready .ts-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .ts-mobile-department-rail.is-nudging {
    animation: none !important;
  }
  .ts-promotion-stage a {
    transition: none !important;
  }
}
@media (max-width:780px) {
  .ts-brand-card {
    flex-basis: calc((100% - 16px)/2.35);
    height: 82px;
    padding: 12px;
    border-radius: 10px;
  }
  .ts-brand-card img {
    height: 48px;
  }
  .ts-review-grid {
    display: flex;
    overflow-x: auto;
    gap: 9px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ts-review-grid::-webkit-scrollbar {
    display: none;
  }
  .ts-review-card {
    flex: 0 0 82%;
    min-height: 180px;
    padding: 18px;
    scroll-snap-align: start;
  }
  .ts-review-empty {
    flex: 0 0 100%;
    min-height: 120px;
  }
  .ts-reviews-section {
    padding-top: 12px;
  }
}
.ts-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit {
  border-radius: 999px !important;
  font-family: "Manrope",sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
  padding: 13px 20px !important;
  transition: .25s !important;
}
.ts-btn-accent,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit {
  background: var(--ts-green) !important;
  color: #fff !important;
}
.ts-btn-accent:hover,.woocommerce a.button:hover,.woocommerce button.button:hover {
  background: #06575c !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.woocommerce[class*="columns-"] {
  columns: auto !important;
  column-count: auto !important;
}
.woocommerce .products ul,.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 28px 18px !important;
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}
.woocommerce ul.products[class*="columns-"] li.product,.woocommerce ul.products li.product {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 17px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ts-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: transform .28s ease !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  display: block;
  width: 100% !important;
  margin: 0 0 17px !important;
  border-radius: 16px !important;
  background: #f4f7f6;
  aspect-ratio: 1/1.12;
  object-fit: contain;
  padding: 8px;
  transition: transform .35s ease;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.018);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding: 0 !important;
  margin: 0 0 7px !important;
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
  color: var(--ts-green) !important;
}
.woocommerce ul.products li.product .price {
  display: block;
  color: var(--ts-green) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  margin: 0 0 13px !important;
}
.woocommerce ul.products li.product .price del {
  color: #91a09d !important;
  font-size: 11px;
  font-weight: 400;
}
.woocommerce ul.products li.product .button {
  width: auto !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 0 0 5px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ts-green) !important;
  border-bottom: 1px solid var(--ts-green) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.woocommerce ul.products li.product .button:after {
  content: "  →";
}
.woocommerce ul.products li.product .button:hover {
  background: transparent !important;
  color: #06575c !important;
  transform: none !important;
}
.woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  line-height: 1;
  background: rgba(255,255,255,.88);
  color: var(--ts-green);
  border: 1px solid var(--ts-line);
  border-radius: 999px;
  padding: 7px 10px;
  margin: 9px;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.woocommerce-page main,.woocommerce-page .site-main,.woocommerce-account main {
  width: min(1240px,calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
}
.woocommerce .woocommerce-breadcrumb {
  color: var(--ts-muted);
  font-size: 11px;
  margin-bottom: 26px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--ts-green);
  text-decoration: none;
}
.woocommerce-result-count,.woocommerce-ordering {
  font-size: 12px;
  color: var(--ts-muted);
}
.woocommerce-ordering select,.woocommerce select,.woocommerce input.input-text,.woocommerce textarea,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
  min-height: 46px;
  border: 1px solid var(--ts-line);
  border-radius: 12px;
  background: #fff;
  color: var(--ts-green);
  padding: 10px 13px;
  outline: none;
}
.woocommerce input:focus,.woocommerce textarea:focus,.woocommerce select:focus {
  border-color: var(--ts-green);
  box-shadow: 0 0 0 3px rgba(0,60,64,.07);
}
.woocommerce div.product {
  display: block;
}
.woocommerce div.product div.images img {
  border-radius: 20px;
  background: #f6f8f7;
}
.woocommerce div.product .product_title {
  font-size: clamp(27px,3.2vw,46px);
  line-height: 1.08;
}
.woocommerce div.product p.price,.woocommerce div.product span.price {
  color: var(--ts-green);
  font-size: 22px;
  font-weight: 800;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--ts-muted);
  font-size: 14px;
  line-height: 1.8;
}
.woocommerce div.product form.cart {
  display: flex;
  gap: 9px;
  align-items: center;
}
.woocommerce .quantity .qty {
  height: 44px;
  border: 1px solid var(--ts-line);
  border-radius: 999px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  border-bottom: 1px solid var(--ts-line);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: transparent !important;
  margin: 0 24px 0 0 !important;
  padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 12px;
  font-weight: 600;
  padding: 14px 0 !important;
  color: var(--ts-muted) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ts-green) !important;
  border-bottom: 2px solid var(--ts-green);
}
.woocommerce table.shop_table {
  border: 1px solid var(--ts-line);
  border-radius: 16px;
  border-collapse: separate;
  overflow: hidden;
}
.woocommerce table.shop_table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ts-muted);
}
.woocommerce table.shop_table td {
  font-size: 13px;
  color: var(--ts-green);
}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid var(--ts-line);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--ts-shadow);
}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register {
  border: 1px solid var(--ts-line);
  border-radius: 18px;
  padding: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 24%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 72%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--ts-line);
  border-radius: 16px;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 13px 16px;
  border-bottom: 1px solid var(--ts-line);
  text-decoration: none;
  font-size: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: var(--ts-green);
  color: #fff;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error {
  border: 1px solid var(--ts-line) !important;
  border-top: 2px solid var(--ts-green) !important;
  background: #f8fbfa !important;
  color: var(--ts-green) !important;
  border-radius: 12px;
}
.dokan-dashboard,.dokan-store-wrap,.dokan-form-control {
  font-family: "Manrope",sans-serif !important;
  color: var(--ts-green);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: var(--ts-green) !important;
  border-radius: 16px;
  overflow: hidden;
}
.dokan-btn-theme,.dokan-btn-success {
  background: var(--ts-green) !important;
  border-color: var(--ts-green) !important;
  border-radius: 999px !important;
}
.ts-footer {
  background: var(--ts-green);
  margin-top: 70px;
}
.ts-footer-grid {
  padding: 60px 0;
}
.ts-footer h3 {
  font-weight: 700 !important;
  letter-spacing: -.01em;
  color: #fff;
}
.ts-footer p,.ts-footer a {
  font-weight: 400;
  color: rgba(255,255,255,.68);
}
.ts-footer-logo {
  background: transparent;
}
@media (max-width:900px) {
  .ts-section {
    padding: 40px 0;
  }
  .ts-departments {
    grid-template-columns: repeat(3,1fr);
  }
  .woocommerce .products ul,.woocommerce ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 24px;
  }
}
.ts-category-dots,.ts-product-count,.ts-mobile-department-rail {
  display: none;
}
@media (max-width:560px) {
  .home .ts-section:has(.ts-department-slider) {
    display: none !important;
  }
  .home main.flex-1 {
    display: flex;
    flex-direction: column;
  }
  .home .ts-nothing-hero {
    order: 1;
  }
  .home main>.ts-container:has(>.ts-trust) {
    order: 2;
  }
  .home .ts-mobile-department-rail {
    order: 3;
  }
  .home main>.ts-section {
    order: 4;
  }
  .ts-mobile-department-rail {
    display: flex;
    width: calc(100% - 24px);
    margin: 12px auto 0;
    padding: 1px 0 9px;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .ts-mobile-department-rail::-webkit-scrollbar {
    display: none;
  }
  .ts-mobile-department-rail a {
    flex: 0 0 164px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--ts-line);
    border-radius: 7px;
    background: #fff;
    color: var(--ts-green);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    scroll-snap-align: start;
  }
  .ts-mobile-department-rail a span {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
  }
  .ts-mobile-department-rail a b {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
@media (max-width:560px) {
  .ts-section {
    padding: 32px 0;
  }
  .ts-section-head {
    margin-bottom: 16px;
  }
  .ts-trust {
    display: block;
    border-bottom: 1px solid var(--ts-line);
  }
  .ts-trust-item:not(:first-child) {
    display: none;
  }
  .ts-trust-item:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    padding: 14px 10px;
    text-align: center;
  }
  .ts-trust-item:first-child strong,.ts-trust-item:first-child span {
    margin: 0;
    font-size: 11px;
  }
  .ts-departments {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    padding: 1px 0 8px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
  .ts-departments::-webkit-scrollbar {
    display: none;
  }
  .ts-departments {
    scrollbar-width: none;
  }
  .ts-department {
    flex: 0 0 122px;
    min-width: 122px;
    min-height: 72px;
    padding: 12px 10px;
    scroll-snap-align: start;
    align-items: flex-start;
    justify-content: center;
    border-radius: 13px;
  }
  .ts-department span {
    display: none;
  }
  .ts-department b {
    font-size: 11px;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
  }
  .ts-category-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 8px;
  }
  .ts-category-dots button {
    width: 5px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,60,64,.22);
    padding: 0;
    transition: .25s;
  }
  .ts-category-dots button.is-active {
    width: 16px;
    background: #003c40;
  }
  .woocommerce-page main,.woocommerce-page .site-main,.woocommerce-account main {
    width: calc(100% - 22px);
    padding: 28px 0;
  }
  .woocommerce .products ul,.woocommerce ul.products {
    gap: 22px 10px !important;
  }
  .woocommerce ul.products[class*="columns-"] li.product,.woocommerce ul.products li.product {
    padding: 0 0 12px !important;
  }
  .woocommerce ul.products li.product a img {
    aspect-ratio: 1/1.12;
    padding: 4px;
    margin-bottom: 11px !important;
    border-radius: 12px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }
  .woocommerce ul.products li.product .price {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }
  .woocommerce ul.products li.product .button {
    width: auto !important;
    text-align: left;
    padding: 0 0 4px !important;
  }
  .ts-promo {
    padding: 26px 20px;
  }
  .ts-product-slider .woocommerce ul.products {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .ts-product-slider .woocommerce ul.products::-webkit-scrollbar {
    display: none;
  }
  .ts-product-slider .woocommerce ul.products li.product {
    flex: 0 0 calc((100% - 10px)/2) !important;
    width: calc((100% - 10px)/2) !important;
    scroll-snap-align: none;
  }
  .ts-product-slider .woocommerce ul.products li.product:nth-child(odd) {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .ts-product-count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 17px;
    color: var(--ts-green);
    font-size: 11px;
    letter-spacing: .12em;
  }
  .ts-product-count i {
    font-style: normal;
    color: var(--ts-muted);
  }
}
.ts-product-main {
  background: #fff;
  padding: 34px 0 70px;
}
.ts-product-shell {
  width: min(1240px,calc(100% - 32px));
  margin: auto;
}
.ts-product-shell>.woocommerce-breadcrumb {
  margin: 0 0 30px !important;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--ts-line);
}
.ts-product-shell .product {
  display: flow-root !important;
}
.ts-product-shell div.product div.images {
  float: left !important;
  width: 56% !important;
  margin: 0 0 60px !important;
}
.ts-product-shell div.product div.summary {
  float: right !important;
  width: 39% !important;
  margin: 0 0 60px !important;
  position: relative;
  top: auto;
}
.ts-product-shell .woocommerce-product-gallery__wrapper {
  border-radius: 22px;
  background: #f3f7f6;
  overflow: hidden;
}
.ts-product-shell .woocommerce-product-gallery__image {
  min-height: 560px;
  display: grid !important;
  place-items: center;
}
.ts-product-shell .woocommerce-product-gallery__image a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.ts-product-shell .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 560px !important;
  object-fit: contain !important;
  padding: 34px;
  border-radius: 0 !important;
  background: transparent !important;
}
.ts-product-shell .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4,76px);
  gap: 10px;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}
.ts-product-shell .flex-control-thumbs li {
  float: none !important;
  width: 76px !important;
}
.ts-product-shell .flex-control-thumbs img {
  width: 76px !important;
  height: 76px !important;
  object-fit: contain;
  background: #f3f7f6;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 6px;
  opacity: .62;
}
.ts-product-shell .flex-control-thumbs img.flex-active {
  border-color: var(--ts-green);
  opacity: 1;
}
.ts-product-shell div.product .product_title {
  font-size: clamp(30px,3vw,46px) !important;
  line-height: 1.08 !important;
  margin: 0 0 15px !important;
}
.ts-product-shell div.product p.price {
  font-size: 22px !important;
  line-height: 1.35;
  margin: 0 0 22px !important;
}
.ts-product-shell .woocommerce-product-details__short-description {
  padding: 0 0 23px;
  border-bottom: 1px solid var(--ts-line);
}
.ts-product-shell .woocommerce-product-details__short-description p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
.ts-product-shell form.variations_form.cart {
  display: block !important;
  margin: 24px 0 0 !important;
}
.ts-product-shell table.variations {
  margin: 0 0 8px !important;
  border: 0 !important;
}
.ts-product-shell table.variations tbody,.ts-product-shell table.variations tr,.ts-product-shell table.variations th,.ts-product-shell table.variations td {
  display: block;
  width: 100% !important;
}
.ts-product-shell table.variations tr {
  margin-bottom: 20px;
}
.ts-product-shell table.variations th {
  padding: 0 0 9px !important;
  line-height: 1;
}
.ts-product-shell table.variations th label {
  font-size: 12px;
  font-weight: 750 !important;
  color: var(--ts-green);
  text-transform: uppercase;
  letter-spacing: .075em;
}
.ts-product-shell table.variations td {
  padding: 0 !important;
}
.ts-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none;
}
.ts-option-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ts-option-button {
  min-width: 72px;
  height: 42px;
  padding: 0 15px;
  border: 1px solid var(--ts-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ts-green);
  font: 600 12px/1 "Manrope",sans-serif;
  cursor: pointer;
  transition: .2s;
}
.ts-option-button:hover {
  border-color: var(--ts-green);
  background: var(--ts-green-soft);
}
.ts-option-button.is-selected {
  border-color: var(--ts-green);
  background: var(--ts-green);
  color: #fff;
}
.ts-option-button:disabled {
  opacity: .3;
  cursor: not-allowed;
  text-decoration: line-through;
}
.ts-product-shell .reset_variations {
  display: inline-block !important;
  margin-top: 10px;
  font-size: 10px;
  color: var(--ts-muted);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.ts-product-shell .single_variation_wrap {
  border-top: 1px solid var(--ts-line);
  padding-top: 18px;
}
.ts-product-shell .woocommerce-variation-price .price {
  display: block;
  font-size: 21px !important;
  margin-bottom: 14px;
}
.ts-product-shell .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  align-items: center;
}
.ts-product-shell .quantity .qty {
  width: 74px !important;
  height: 50px !important;
}
.ts-product-shell .single_add_to_cart_button {
  width: 100%;
  height: 50px;
  border-radius: 999px !important;
  font-size: 13px !important;
}
.ts-product-shell .product_meta {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid var(--ts-line);
  font-size: 10px;
  line-height: 1.9;
  color: var(--ts-muted);
}
.ts-product-shell .product_meta a {
  color: var(--ts-green);
  text-decoration: none;
}
.ts-product-assurances {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 20px;
  border: 1px solid var(--ts-line);
  border-radius: 15px;
  overflow: hidden;
}
.ts-product-assurances span {
  padding: 13px 9px;
  border-right: 1px solid var(--ts-line);
  text-align: center;
}
.ts-product-assurances span:last-child {
  border-right: 0;
}
.ts-product-assurances b,.ts-product-assurances small {
  display: block;
}
.ts-product-assurances b {
  font-size: 9px;
  line-height: 1.3;
}
.ts-product-assurances small {
  margin-top: 3px;
  color: var(--ts-muted);
  font-size: 8px;
}
.ts-product-shell .woocommerce-tabs {
  clear: both !important;
  padding-top: 20px;
}
.ts-product-shell .woocommerce-tabs .panel {
  max-width: 920px;
  margin: 32px auto !important;
  color: #304441;
}
.ts-product-shell .woocommerce-tabs .panel h2 {
  font-size: 27px;
  margin: 30px 0 13px;
}
.ts-product-shell .woocommerce-tabs .panel h3 {
  font-size: 20px;
  margin: 26px 0 12px;
}
.ts-product-shell .woocommerce-tabs .panel p,.ts-product-shell .woocommerce-tabs .panel li {
  font-size: 13px;
  line-height: 1.8;
}
.ts-product-shell .woocommerce-tabs table {
  width: 100%;
  border-collapse: collapse;
}
.ts-product-shell .woocommerce-tabs th,.ts-product-shell .woocommerce-tabs td {
  padding: 13px;
  border-bottom: 1px solid var(--ts-line);
  text-align: left;
  font-size: 12px;
}
.ts-product-shell .related.products {
  clear: both;
  padding-top: 55px;
}
.ts-product-shell .related.products>h2 {
  font-size: 30px;
  border-bottom: 1px solid var(--ts-line);
  padding-bottom: 14px;
  margin-bottom: 24px;
}
@media (max-width:780px) {
  .ts-product-main {
    padding: 18px 0 45px;
  }
  .ts-product-shell {
    width: calc(100% - 22px);
  }
  .ts-product-shell>.woocommerce-breadcrumb {
    margin-bottom: 18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ts-product-shell div.product div.images,.ts-product-shell div.product div.summary {
    float: none !important;
    width: 100% !important;
    position: static;
    margin-bottom: 28px !important;
  }
  .ts-product-shell .woocommerce-product-gallery__image {
    min-height: 390px;
  }
  .ts-product-shell .woocommerce-product-gallery__image img {
    height: 390px !important;
    padding: 18px;
  }
  .ts-product-shell .flex-control-thumbs {
    grid-template-columns: repeat(4,60px);
  }
  .ts-product-shell .flex-control-thumbs li,.ts-product-shell .flex-control-thumbs img {
    width: 60px !important;
    height: 60px !important;
  }
  .ts-product-shell div.product .product_title {
    font-size: 29px !important;
  }
  .ts-product-shell div.product p.price {
    font-size: 19px !important;
  }
  .ts-option-button {
    min-width: 68px;
    height: 40px;
    padding: 0 13px;
  }
  .ts-product-assurances b {
    font-size: 8px;
  }
  .ts-product-assurances small {
    font-size: 7px;
  }
  .ts-product-shell .woocommerce-tabs ul.tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .ts-product-shell .woocommerce-tabs ul.tabs li {
    margin-right: 18px !important;
  }
  .ts-product-shell .woocommerce-tabs .panel {
    margin: 24px 0 !important;
  }
  .ts-product-shell .related.products {
    padding-top: 35px;
  }
}
.ts-product-shell div.product div.images {
  position: relative;
  padding-left: 92px;
}
.ts-product-shell .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
.ts-product-shell .flex-control-thumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px !important;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  margin: 0 !important;
}
.ts-product-shell .flex-control-thumbs li {
  width: 76px !important;
  margin: 0 !important;
}
.ts-product-shell .flex-control-thumbs img {
  display: block;
  width: 76px !important;
  height: 82px !important;
  border-radius: 7px !important;
  background: #f5f7f6;
  object-fit: contain;
}
.ts-product-shell .woocommerce-product-gallery__trigger {
  right: 13px !important;
  top: 13px !important;
  background: #fff !important;
  border: 1px solid var(--ts-line);
  box-shadow: none;
}
.ts-product-shell div.product div.summary {
  padding-top: 4px;
}
.ts-product-shell .woocommerce-product-details__short-description {
  border-bottom: 0;
  padding-bottom: 16px;
}
.ts-product-shell .product_meta,.ts-product-shell .ts-product-assurances,.ts-product-shell .woocommerce-tabs {
  display: none !important;
}
.ts-product-shell form.variations_form.cart {
  padding-top: 18px;
  border-top: 1px solid var(--ts-line);
}
.ts-product-shell .woocommerce-variation-add-to-cart {
  grid-template-columns: 92px 1fr !important;
}
.ts-product-shell .single_add_to_cart_button {
  border-radius: 4px !important;
  background: var(--ts-green) !important;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.ts-product-shell .quantity .qty {
  border-radius: 4px !important;
}
.ts-product-details {
  margin-top: 24px;
  border-top: 1px solid var(--ts-line);
  border-bottom: 1px solid var(--ts-line);
}
.ts-product-details summary {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  color: var(--ts-green);
  font-size: 14px;
  font-weight: 750;
}
.ts-product-details summary::-webkit-details-marker {
  display: none;
}
.ts-product-details summary b {
  font-size: 22px;
  font-weight: 300;
  transition: transform .2s;
}
.ts-product-details[open] summary b {
  transform: rotate(45deg);
}
.ts-product-details-content {
  max-height: 370px;
  overflow: auto;
  padding: 0 10px 22px 0;
  color: #304441;
}
.ts-product-details-content h2 {
  font-size: 20px !important;
  margin: 17px 0 10px !important;
}
.ts-product-details-content h3 {
  font-size: 16px !important;
  margin: 20px 0 9px !important;
}
.ts-product-details-content p,.ts-product-details-content li {
  font-size: 12px !important;
  line-height: 1.75 !important;
}
.ts-product-details-content table {
  width: 100%;
  border-collapse: collapse;
}
.ts-product-details-content th,.ts-product-details-content td {
  padding: 9px 7px;
  border-bottom: 1px solid var(--ts-line);
  font-size: 10px;
  text-align: left;
}
.ts-product-accordions {
  margin-top: 25px;
  border-top: 1px solid var(--ts-line);
}
.ts-product-accordions .ts-product-details {
  margin: 0;
  border-top: 0;
}
.ts-product-accordions .ts-product-details-content {
  max-height: 290px;
}
.ts-option-button {
  position: relative;
  border-radius: 5px;
  min-width: 78px;
  background: #fff;
}
.ts-option-button.is-selected {
  background: var(--ts-green-soft);
  color: var(--ts-green);
  border-color: var(--ts-green);
  box-shadow: inset 0 0 0 1px var(--ts-green);
}
.ts-option-button.is-selected:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ts-green);
  margin-right: 7px;
  vertical-align: 1px;
}
.ts-product-shell .quantity {
  height: 50px !important;
  width: 112px !important;
  display: grid !important;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  border: 1px solid var(--ts-line);
  border-radius: 5px !important;
  overflow: hidden;
}
.ts-product-shell .quantity .qty {
  width: 100% !important;
  height: 48px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  text-align: center;
  -moz-appearance: textfield;
}
.ts-product-shell .quantity .qty::-webkit-inner-spin-button,.ts-product-shell .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ts-qty-button {
  height: 100%;
  border: 0;
  background: #fff;
  color: var(--ts-green);
  font: 400 20px/1 "Manrope",sans-serif;
  cursor: pointer;
}
.ts-qty-button:hover {
  background: var(--ts-green-soft);
}
.ts-product-shell .woocommerce-variation-add-to-cart {
  grid-template-columns: 112px 1fr !important;
}
.ts-product-shell .single_add_to_cart_button {
  height: 50px !important;
}
.ts-product-shell .related.products {
  display: block !important;
  clear: both !important;
  padding: 70px 0 10px !important;
}
.ts-product-shell .related.products>h2 {
  font-size: clamp(24px,2.3vw,34px) !important;
  font-weight: 700 !important;
  letter-spacing: -.04em !important;
  text-transform: none;
  border-bottom: 1px solid var(--ts-line);
  padding-bottom: 15px;
  margin: 0 0 24px !important;
}
.ts-product-shell .related.products ul.products {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 18px !important;
}
.ts-product-shell .related.products li.product {
  padding-bottom: 15px !important;
}
.ts-product-shell .related.products li.product a img {
  aspect-ratio: 1/1.08 !important;
  border-radius: 10px !important;
}
@media (max-width:780px) {
  .ts-product-shell div.product div.images {
    padding-left: 0;
  }
  .ts-product-shell .flex-control-thumbs {
    position: static;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4,1fr) !important;
    gap: 7px;
    margin-top: 9px !important;
  }
  .ts-product-shell .flex-control-thumbs li,.ts-product-shell .flex-control-thumbs img {
    width: 100% !important;
    height: 68px !important;
  }
  .ts-product-shell .woocommerce-product-gallery__image,.ts-product-shell .woocommerce-product-gallery__image img {
    min-height: 360px;
    height: 360px !important;
  }
  .ts-product-shell div.product .product_title {
    font-size: 27px !important;
  }
  .ts-product-shell .single_variation_wrap,.ts-product-shell .woocommerce-variation-add-to-cart {
    width: 100% !important;
    min-width: 0;
  }
  .ts-product-shell .woocommerce-variation-add-to-cart {
    grid-template-columns: 86px minmax(0,1fr) !important;
    gap: 8px !important;
  }
  .ts-product-shell .quantity {
    width: 86px !important;
    height: 46px !important;
    grid-template-columns: 26px minmax(0,1fr) 26px !important;
  }
  .ts-product-shell .quantity .qty {
    height: 44px !important;
    min-width: 0 !important;
    font-size: 12px !important;
  }
  .ts-product-shell .single_add_to_cart_button {
    height: 46px !important;
    min-width: 0 !important;
    padding: 0 10px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }
  .ts-product-shell .woocommerce-variation-add-to-cart {
    display: flex !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .ts-product-shell .woocommerce-variation-add-to-cart .quantity {
    flex: 0 0 86px !important;
    width: 86px !important;
    min-width: 86px !important;
    margin: 0 !important;
  }
  .ts-product-shell .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  .ts-product-details-content {
    max-height: 440px;
  }
  .ts-product-shell .related.products {
    padding-top: 44px !important;
  }
  .ts-product-shell .related.products ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 20px 10px !important;
  }
  .ts-product-shell .related.products>h2 {
    font-size: 25px !important;
    margin-bottom: 18px !important;
  }
}
.woocommerce-shop main,.post-type-archive-product main {
  width: min(1240px,calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0 82px;
}
.woocommerce-shop .woocommerce-breadcrumb,.post-type-archive-product .woocommerce-breadcrumb {
  margin: 0 0 28px !important;
  padding: 0 0 13px;
  border-bottom: 1px solid var(--ts-line);
  font-size: 11px;
  color: var(--ts-muted);
}
.woocommerce-shop .woocommerce-breadcrumb a,.post-type-archive-product .woocommerce-breadcrumb a {
  color: var(--ts-green);
  text-decoration: none;
}
.woocommerce-shop .woocommerce-products-header,.post-type-archive-product .woocommerce-products-header {
  margin-bottom: 4px;
}
.woocommerce-shop .woocommerce-products-header__title,.post-type-archive-product .woocommerce-products-header__title,.woocommerce-shop h1.page-title,.post-type-archive-product h1.page-title {
  font-size: clamp(34px,4vw,52px) !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
  margin: 0 0 18px !important;
  color: var(--ts-green);
}
.woocommerce-shop .woocommerce-result-count,.post-type-archive-product .woocommerce-result-count {
  margin: 0 0 26px !important;
  color: var(--ts-muted);
  font-size: 12px;
  line-height: 44px;
}
.woocommerce-shop .woocommerce-ordering,.post-type-archive-product .woocommerce-ordering {
  margin: 0 0 26px !important;
}
.woocommerce-shop .woocommerce-ordering select,.post-type-archive-product .woocommerce-ordering select {
  height: 44px;
  min-width: 205px;
  padding: 0 40px 0 15px;
  border: 1px solid var(--ts-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ts-green);
  font: 500 12px/1 "Manrope",sans-serif;
  outline: none;
}
.woocommerce-shop ul.products,.post-type-archive-product ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 34px 18px !important;
  margin: 0 !important;
}
.woocommerce-shop ul.products:before,.woocommerce-shop ul.products:after,.post-type-archive-product ul.products:before,.post-type-archive-product ul.products:after {
  display: none !important;
}
.woocommerce-shop ul.products li.product,.post-type-archive-product ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 17px !important;
  border-bottom: 1px solid var(--ts-line);
  background: transparent;
}
.woocommerce-shop ul.products li.product a img,.post-type-archive-product ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1/1.12;
  object-fit: contain;
  padding: 18px;
  margin: 0 0 15px !important;
  border-radius: 10px !important;
  background: #f3f7f6;
  transition: transform .3s ease;
}
.woocommerce-shop ul.products li.product:hover a img,.post-type-archive-product ul.products li.product:hover a img {
  transform: translateY(-3px);
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px;
  padding: 0 !important;
  margin: 0 0 9px !important;
  color: var(--ts-green);
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
}
.woocommerce-shop ul.products li.product .price,.post-type-archive-product ul.products li.product .price {
  display: block;
  margin: 0 0 14px !important;
  color: var(--ts-green) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 750 !important;
}
.woocommerce-shop ul.products li.product .button,.post-type-archive-product ul.products li.product .button {
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 5px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ts-green) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ts-green) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  box-shadow: none !important;
}
.woocommerce-shop .woocommerce-pagination,.post-type-archive-product .woocommerce-pagination {
  margin-top: 48px;
}
@media (max-width:780px) {
  .woocommerce-shop main,.post-type-archive-product main {
    width: calc(100% - 22px);
    padding: 26px 0 55px;
  }
  .woocommerce-shop .woocommerce-breadcrumb,.post-type-archive-product .woocommerce-breadcrumb {
    margin-bottom: 20px !important;
  }
  .woocommerce-shop .woocommerce-products-header__title,.post-type-archive-product .woocommerce-products-header__title,.woocommerce-shop h1.page-title,.post-type-archive-product h1.page-title {
    font-size: 32px !important;
    margin-bottom: 13px !important;
  }
  .woocommerce-shop .woocommerce-result-count,.post-type-archive-product .woocommerce-result-count {
    float: none !important;
    line-height: 1.4;
    margin: 0 0 13px !important;
  }
  .woocommerce-shop .woocommerce-ordering,.post-type-archive-product .woocommerce-ordering {
    float: none !important;
    width: 100%;
    margin: 0 0 22px !important;
  }
  .woocommerce-shop .woocommerce-ordering select,.post-type-archive-product .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
    height: 42px;
  }
  .woocommerce-shop ul.products,.post-type-archive-product ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 25px 10px !important;
  }
  .woocommerce-shop ul.products li.product,.post-type-archive-product ul.products li.product {
    padding-bottom: 12px !important;
  }
  .woocommerce-shop ul.products li.product a img,.post-type-archive-product ul.products li.product a img {
    aspect-ratio: 1/1.14;
    padding: 8px;
    margin-bottom: 11px !important;
    border-radius: 9px !important;
  }
  .woocommerce-shop ul.products li.product .woocommerce-loop-product__title,.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px;
    font-size: 11px !important;
    line-height: 1.45 !important;
    margin-bottom: 7px !important;
  }
  .woocommerce-shop ul.products li.product .price,.post-type-archive-product ul.products li.product .price {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .woocommerce-shop ul.products li.product .button,.post-type-archive-product ul.products li.product .button {
    font-size: 10px !important;
  }
}
.ts-catalog-nav {
  clear: both;
  margin: 8px 0 34px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--ts-line);
}
.ts-catalog-nav-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.ts-catalog-nav-head h2 {
  margin: 0 !important;
  color: var(--ts-green);
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
}
.ts-catalog-nav-head span {
  flex: 0 0 auto;
  color: var(--ts-muted);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.ts-catalog-rail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 1px 1px 8px;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ts-catalog-rail::-webkit-scrollbar {
  display: none;
}
.ts-catalog-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid var(--ts-line);
  border-radius: 7px;
  background: #fff;
  color: var(--ts-green);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  scroll-snap-align: start;
  transition: background .2s,border-color .2s,color .2s;
}
.ts-catalog-chip b {
  font-size: 14px;
  font-weight: 400;
  transition: transform .2s;
}
.ts-catalog-chip:hover,.ts-catalog-chip.is-active {
  border-color: var(--ts-green);
  background: var(--ts-green);
  color: #fff;
}
.ts-catalog-chip:hover b {
  transform: translateX(2px);
}
.ts-catalog-back-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 20px;
}
.ts-catalog-back,.ts-catalog-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ts-green);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
}
.ts-catalog-back {
  padding: 0 0 5px;
  border-bottom: 1px solid var(--ts-green);
}
.ts-catalog-back b {
  font-size: 16px;
  font-weight: 400;
  transition: transform .2s;
}
.ts-catalog-back:hover b {
  transform: translateX(-3px);
}
.ts-catalog-all {
  color: var(--ts-muted);
}
.ts-catalog-all:hover {
  color: var(--ts-green);
}
.ts-catalog-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 5px;
}
.ts-catalog-controls>span {
  width: 34px;
  height: 1px;
  background: var(--ts-line);
}
.ts-catalog-arrow {
  width: 42px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--ts-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ts-green);
  font: 400 22px/1 "Manrope",sans-serif;
  cursor: pointer;
  transition: .2s;
}
.ts-catalog-arrow:hover:not(:disabled) {
  border-color: var(--ts-green);
  background: var(--ts-green);
  color: #fff;
}
.ts-catalog-arrow:disabled {
  opacity: .28;
  cursor: default;
}
.ts-catalog-view-all,.ts-catalog-mobile-progress {
  display: none;
}
.woocommerce-shop .woocommerce-result-count,.post-type-archive-product .woocommerce-result-count {
  float: none !important;
  line-height: 1.4 !important;
  margin: 0 0 22px !important;
}
@media (max-width:780px) {
  .ts-catalog-nav {
    margin: 4px 0 25px;
    padding-bottom: 15px;
  }
  .ts-catalog-controls {
    display: none;
  }
  .woocommerce-shop .ts-catalog-nav {
    margin: 0 0 24px;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--ts-line);
  }
  .woocommerce-shop .ts-catalog-nav-head {
    align-items: center;
    margin-bottom: 10px;
  }
  .woocommerce-shop .ts-catalog-nav-head h2 {
    font-size: 13px !important;
  }
  .woocommerce-shop .ts-catalog-count {
    display: none;
  }
  .woocommerce-shop .ts-catalog-view-all {
    display: inline-flex;
    color: var(--ts-green);
    font-size: 8px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
  }
  .woocommerce-shop .ts-catalog-rail {
    gap: 7px;
    margin-right: -11px;
    padding: 1px 11px 7px 0;
    scroll-snap-type: x mandatory;
  }
  .woocommerce-shop .ts-catalog-chip {
    flex: 0 0 auto;
    min-width: 154px;
    min-height: 44px;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-color: rgba(0,60,64,.28);
    border-radius: 6px;
    font-size: 9px;
    line-height: 1.25;
    scroll-snap-align: start;
  }
  .woocommerce-shop .ts-catalog-chip b {
    display: inline;
    font-size: 13px;
    color: var(--ts-green);
  }
  .woocommerce-shop .ts-catalog-chip:hover {
    border-color: var(--ts-green);
    background: var(--ts-green);
    color: #fff;
  }
  .woocommerce-shop .ts-catalog-chip:hover b {
    color: #fff;
  }
  .woocommerce-shop .ts-catalog-mobile-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 12px;
  }
  .woocommerce-shop .ts-catalog-mobile-progress i {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 99px;
    background: rgba(0,60,64,.22);
  }
  .woocommerce-shop .ts-catalog-mobile-progress i.is-active {
    width: 13px;
    background: var(--ts-green);
  }
  .ts-catalog-back-row {
    margin-bottom: 16px;
  }
  .ts-catalog-back,.ts-catalog-all {
    font-size: 9px;
  }
  .ts-catalog-nav-head {
    margin-bottom: 11px;
  }
  .ts-catalog-nav-head h2 {
    font-size: 13px !important;
  }
  .ts-catalog-nav-head span {
    font-size: 8px;
  }
  .ts-catalog-rail {
    gap: 7px;
    margin-right: -11px;
    padding-right: 11px;
  }
  .ts-catalog-chip {
    min-height: 41px;
    padding: 0 12px;
    gap: 13px;
    border-radius: 6px;
    font-size: 10px;
  }
  .tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 25px 10px !important;
  }
  .tax-product_cat ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding-bottom: 12px !important;
  }
  .tax-product_cat ul.products li.product a img {
    aspect-ratio: 1/1.14;
    padding: 8px;
    margin-bottom: 11px !important;
    border-radius: 9px !important;
  }
  .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px;
    font-size: 11px !important;
    line-height: 1.45 !important;
    margin-bottom: 7px !important;
  }
  .tax-product_cat ul.products li.product .price {
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .tax-product_cat ul.products li.product .button {
    font-size: 10px !important;
  }
}
.ts-hello-intro {
  padding: 26px 0 14px;
  background: #fff;
}
.ts-hello-intro .ts-container {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.ts-hello-intro h1 {
  margin: 0;
  color: var(--ts-green);
  font-size: clamp(28px,4.2vw,56px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
}
.ts-hello-intro span {
  color: var(--ts-green);
  font-size: clamp(18px,2.2vw,30px);
  font-weight: 400;
  line-height: 1;
}
.ts-nothing-hero {
  position: relative;
}
.ts-nothing-hero:before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 12px;
  pointer-events: none;
  background: linear-gradient(var(--ts-green),var(--ts-green)) left top/22px 1px no-repeat,linear-gradient(var(--ts-green),var(--ts-green)) left top/1px 22px no-repeat,linear-gradient(var(--ts-green),var(--ts-green)) right top/22px 1px no-repeat,linear-gradient(var(--ts-green),var(--ts-green)) right top/1px 22px no-repeat,linear-gradient(var(--ts-green),var(--ts-green)) left bottom/22px 1px no-repeat,linear-gradient(var(--ts-green),var(--ts-green)) left bottom/1px 22px no-repeat,linear-gradient(var(--ts-green),var(--ts-green)) right bottom/22px 1px no-repeat,linear-gradient(var(--ts-green),var(--ts-green)) right bottom/1px 22px no-repeat;
}
.home .ts-section-head h2,.woocommerce-shop .page-title,.tax-product_cat .page-title,.ts-catalog-nav-head h2,.related.products>h2 {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: var(--ts-green) !important;
  font-weight: 700 !important;
  letter-spacing: -.035em !important;
}
.home .ts-section-head h2:after,.woocommerce-shop .page-title:after,.tax-product_cat .page-title:after,.ts-catalog-nav-head h2:after,.related.products>h2:after {
  content: "↘";
  font-size: .62em;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
}
.home .ts-departments,.ts-mobile-department-rail,.ts-catalog-rail {
  counter-reset: ts-category;
}
.home .ts-departments {
  display: flex !important;
  gap: 14px !important;
  overflow-x: auto !important;
  padding: 3px 8px 15px 2px !important;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.home .ts-departments::-webkit-scrollbar {
  display: none;
}
.home .ts-department,.ts-mobile-department-rail a,.ts-catalog-chip {
  counter-increment: ts-category;
  position: relative;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 190px !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 14px 0 0 !important;
  border: 1px solid #d8dfd0 !important;
  border-radius: 7px !important;
  background: #eef3df !important;
  color: var(--ts-green) !important;
  box-shadow: 6px 7px 0 rgba(0,60,64,.11) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 13px !important;
  text-decoration: none !important;
  overflow: visible !important;
  scroll-snap-align: start;
  transition: transform .25s ease,box-shadow .25s ease,background .25s ease !important;
}
.home .ts-department:before,.ts-mobile-department-rail a:before,.ts-catalog-chip:before {
  content: counter(ts-category,decimal-leading-zero);
  align-self: stretch;
  min-width: 48px;
  padding: 0 11px;
  border-right: 1px solid #d8dfd0;
  display: grid;
  place-items: center;
  color: var(--ts-green);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.home .ts-department>span {
  display: none !important;
}
.home .ts-department>b {
  display: block !important;
  margin: 0 !important;
  color: var(--ts-green) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
}
.ts-mobile-department-rail a>span,.ts-catalog-chip>span {
  display: block !important;
  flex: 1;
  color: var(--ts-green) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.ts-mobile-department-rail a>b,.ts-catalog-chip>b {
  margin-left: auto;
  color: var(--ts-green) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
.home .ts-department:hover,.ts-mobile-department-rail a:hover,.ts-catalog-chip:hover {
  background: #f5f8e9 !important;
  color: var(--ts-green) !important;
  transform: translate(-2px,-2px) !important;
  box-shadow: 8px 9px 0 rgba(0,60,64,.13) !important;
}
.ts-mobile-department-rail,.ts-catalog-rail {
  padding-top: 3px !important;
  padding-bottom: 15px !important;
}
.home .ts-section:has(.ts-department-slider) {
  display: none !important;
}
.home .ts-mobile-department-rail {
  display: flex !important;
  width: min(1240px,calc(100% - 32px));
  margin: 18px auto 10px;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.home .ts-mobile-department-rail::-webkit-scrollbar {
  display: none;
}
.ts-home-greeting {
  padding: 20px 0 12px;
  background: #fff;
}
.ts-home-greeting .ts-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.ts-home-greeting h1 {
  margin: 0;
  color: var(--ts-green);
  font-size: clamp(34px,4.6vw,64px);
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.055em;
}
.ts-home-greeting a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ts-green);
  font-size: clamp(15px,1.4vw,20px);
  font-weight: 700;
  text-decoration: none;
}
.ts-home-greeting a span {
  font-size: 1.15em;
  transition: transform .25s ease;
}
.ts-home-greeting a:hover span {
  transform: translate(3px,-3px);
}
.home .ts-nothing-hero {
  margin-top: 0;
}
.home .ts-mobile-department-rail {
  order: initial;
}
@media (max-width:780px) {
  .ts-home-greeting {
    padding: 14px 0 9px;
  }
  .ts-home-greeting .ts-container {
    padding-inline: 16px;
  }
  .ts-home-greeting h1 {
    font-size: 38px;
  }
  .ts-home-greeting a {
    font-size: 14px;
  }
  .home .ts-mobile-department-rail {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
.home main.flex-1 {
  display: flex;
  flex-direction: column;
}
.home main.flex-1>.ts-nothing-hero {
  order: 1;
}
.home main.flex-1>.ts-container:has(>.ts-trust) {
  order: 2;
}
.home main.flex-1>.ts-mobile-department-rail {
  order: 3;
}
.home main.flex-1>.ts-section {
  order: 4;
}
.home main.flex-1>script {
  order: 5;
}
.home .ts-nothing-hero {
  width: min(1240px,calc(100% - 32px));
  margin: 20px auto 0;
  border-radius: 18px;
}
.home .ts-nothing-hero:before {
  display: none !important;
}
@media (min-width:781px) {
  .home .ts-mobile-department-rail {
    display: grid !important;
    grid-template-columns: repeat(5,minmax(0,1fr));
    width: min(1240px,calc(100% - 32px));
    gap: 12px;
    margin: 20px auto 12px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .home .ts-mobile-department-rail a {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
@media (max-width:780px) {
  .home .ts-nothing-hero {
    width: calc(100% - 24px);
    margin: 12px auto 0;
    border-radius: 14px;
  }
  .home .ts-mobile-department-rail {
    display: flex !important;
  }
}
.home .ts-promotion-section {
  display: none !important;
}
.home .ts-brand-promotion {
  padding: 34px 0 10px;
}
.home .ts-brand-promotion a {
  display: block;
  border-radius: 18px;
  overflow: hidden;
}
.home .ts-brand-promotion img {
  display: block;
  width: 100%;
  height: auto;
}
.home .ts-brands-section {
  padding-top: 18px;
}
.home .ts-brands-inner {
  overflow: visible;
}
.home .ts-brand-rail {
  display: grid !important;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 12px;
  overflow: visible !important;
}
.home .ts-brand-card {
  width: auto !important;
  min-width: 0 !important;
}
@media (max-width:780px) {
  .home .ts-brands-section {
    padding-top: 18px;
  }
  .home .ts-brand-rail {
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 6px;
  }
  .home .ts-brand-card {
    min-height: 52px !important;
    padding: 6px !important;
  }
}
@media (max-width:780px) {
  .ts-hello-intro {
    padding: 18px 0 11px;
  }
  .ts-hello-intro h1 {
    font-size: 29px;
  }
  .ts-hello-intro span {
    font-size: 18px;
  }
  .ts-nothing-hero:before {
    inset: 7px;
    background-size: 16px 1px,1px 16px,16px 1px,1px 16px,16px 1px,1px 16px,16px 1px,1px 16px;
  }
  .home .ts-section-head h2 {
    font-size: 22px !important;
  }
  .home .ts-department,.ts-mobile-department-rail a,.ts-catalog-chip {
    min-width: 174px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 6px !important;
    box-shadow: 4px 5px 0 rgba(0,60,64,.11) !important;
    gap: 10px !important;
  }
  .home .ts-department:before,.ts-mobile-department-rail a:before,.ts-catalog-chip:before {
    min-width: 42px;
    padding: 0 9px;
    font-size: 10px;
  }
  .home .ts-department>b,.ts-mobile-department-rail a>span,.ts-catalog-chip>span {
    font-size: 10px !important;
  }
  .home .ts-department:hover,.ts-mobile-department-rail a:hover,.ts-catalog-chip:hover {
    transform: none !important;
    box-shadow: 4px 5px 0 rgba(0,60,64,.11) !important;
  }
}
.ts-confidence-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left !important;
}
.ts-confidence-card .ts-confidence-number {
  position: absolute;
  top: 17px;
  left: 18px;
  color: var(--ts-muted);
  font-size: 10px;
  letter-spacing: .08em;
}
.ts-confidence-card>strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ts-green);
  font-size: 15px;
  line-height: 1.3;
}
.ts-confidence-card>p {
  margin: 0;
  color: var(--ts-muted);
  font-size: 12px;
  line-height: 1.65;
}
.ts-review-grid:has(.ts-confidence-card) {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
@media (max-width:780px) {
  .ts-confidence-card {
    flex: 0 0 82%;
    min-height: 170px;
    padding: 19px;
  }
  .ts-review-grid:has(.ts-confidence-card) {
    display: flex;
  }
}
.ts-footer {
  margin-top: 42px;
  background: var(--ts-green);
  color: #fff;
}
.ts-footer>.ts-container {
  padding-top: 46px;
  padding-bottom: 18px;
}
.ts-footer-intro {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr) auto;
  align-items: center;
  gap: 30px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.ts-footer-brand {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.ts-footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.ts-footer-intro p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.75;
}
.ts-footer-shop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 0;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.7);
}
.ts-footer-shop span {
  transition: transform .2s;
}
.ts-footer-shop:hover span {
  transform: translate(3px,-3px);
}
.ts-footer-links {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 28px;
  padding: 38px 0;
}
.ts-footer-links section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.ts-footer-links h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
}
.ts-footer-links a {
  color: rgba(255,255,255,.66);
  font-size: 11px;
  text-decoration: none;
  transition: color .2s,transform .2s;
}
.ts-footer-links a:hover {
  color: #fff;
  transform: translateX(2px);
}
.ts-footer-assurance {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.ts-footer-assurance span {
  position: relative;
  padding: 16px 16px 16px 28px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.ts-footer-assurance span:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ts-accent,#e6ff2b);
  vertical-align: 1px;
}
.ts-footer-assurance span+span {
  border-left: 1px solid rgba(255,255,255,.16);
}
.ts-footer-bottom {
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  gap: 20px;
  padding: 18px 0 0 !important;
  color: rgba(255,255,255,.5) !important;
  font-size: 9px !important;
  border: 0 !important;
}
.ts-mobile-nav {
  display: none;
}
@media (max-width:780px) {
  body {
    padding-bottom: 70px;
  }
  .ts-footer {
    margin-top: 28px;
  }
  .ts-footer>.ts-container {
    width: calc(100% - 28px);
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .ts-footer-intro {
    display: block;
    padding-bottom: 25px;
  }
  .ts-footer-brand {
    width: 150px;
    margin-bottom: 17px;
  }
  .ts-footer-intro p {
    font-size: 11px;
    line-height: 1.7;
  }
  .ts-footer-shop {
    margin-top: 13px;
    font-size: 10px;
  }
  .ts-footer-links {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px 18px;
    padding: 28px 0;
  }
  .ts-footer-links section {
    gap: 9px;
  }
  .ts-footer-links h3 {
    font-size: 11px !important;
  }
  .ts-footer-links a {
    font-size: 10px;
    line-height: 1.35;
  }
  .ts-footer-assurance {
    grid-template-columns: repeat(2,1fr);
  }
  .ts-footer-assurance span {
    padding: 13px 5px;
    font-size: 8px;
  }
  .ts-footer-assurance span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.16);
  }
  .ts-footer-assurance span:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.16);
  }
  .ts-footer-bottom {
    font-size: 8px !important;
  }
  .ts-mobile-nav {
    position: fixed;
    z-index: 90;
    left: 10px;
    right: 10px;
    bottom: 9px;
    height: 58px;
    padding: 5px 8px;
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    align-items: center;
    border: 1px solid rgba(0,60,64,.14);
    border-radius: 17px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 36px rgba(0,60,64,.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .ts-mobile-nav a {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 46px;
    border-radius: 12px;
    color: var(--ts-green) !important;
    text-decoration: none;
    font-size: 8px !important;
    font-weight: 600 !important;
  }
  .ts-mobile-nav a:hover {
    background: rgba(0,60,64,.06);
  }
  .ts-mobile-nav svg {
    width: 19px !important;
    height: 19px !important;
  }
  .ts-mobile-cart b {
    position: absolute;
    top: 2px;
    left: calc(50% + 7px);
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    display: grid;
    place-items: center;
    border-radius: 99px;
    background: var(--ts-accent,#e6ff2b);
    color: var(--ts-green);
    font-size: 8px;
  }
}
.ts-header-brands {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--ts-green);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.ts-overlay-brand-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
  padding: 16px 0;
}
.ts-overlay-brand-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid var(--ts-line);
  border-radius: 8px;
  color: var(--ts-green);
  font-size: 11px;
  text-decoration: none;
}
.ts-overlay-brand-list a:hover {
  background: var(--ts-green);
  color: #fff;
}
.woocommerce ul.products li.product {
  position: relative;
}
.ts-card-wishlist {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--ts-line);
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: var(--ts-green);
  display: grid;
  place-items: center;
  font-size: 18px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.ts-card-wishlist.is-saved {
  background: var(--ts-green);
  color: #fff;
}
.woocommerce ul.products li.product .button {
  display: flex !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  border: 1px solid var(--ts-green) !important;
  border-radius: 8px !important;
  background: var(--ts-green) !important;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
}
.woocommerce ul.products li.product .button:after {
  content: " →";
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 7px !important;
}
.woocommerce ul.products li.product .price {
  margin-bottom: 11px !important;
}
.ts-purchase-details {
  clear: both;
  margin-top: 18px;
  border-top: 1px solid var(--ts-line);
}
.ts-purchase-details details {
  border-bottom: 1px solid var(--ts-line);
}
.ts-purchase-details summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ts-green);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.ts-purchase-details summary::-webkit-details-marker {
  display: none;
}
.ts-purchase-details details>div {
  padding: 0 0 17px;
  color: var(--ts-muted);
  font-size: 12px;
  line-height: 1.7;
}
.ts-purchase-details p {
  margin: 4px 0 9px;
}
.ts-purchase-details ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.ts-purchase-details li {
  padding: 7px 10px;
  border: 1px solid var(--ts-line);
  border-radius: 7px;
  color: var(--ts-green);
}
.single-product .woocommerce-product-details__short-description {
  position: relative;
  max-height: 1.8em;
  overflow: hidden;
  padding-right: 72px;
}
.single-product .woocommerce-product-details__short-description:after {
  content: "See more";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--ts-green);
  font-weight: 700;
  background: #fff;
}
.ts-whatsapp-float {
  position: fixed;
  z-index: 85;
  right: 18px;
  bottom: 20px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}
.ts-home-faq {
  padding: 34px 0 55px;
  background: #fff;
}
.ts-faq-list {
  border-top: 1px solid var(--ts-line);
}
.ts-faq-list details {
  border-bottom: 1px solid var(--ts-line);
}
.ts-faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ts-green);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}
.ts-faq-list summary::-webkit-details-marker {
  display: none;
}
.ts-faq-list p {
  max-width: 760px;
  margin: 0;
  padding: 0 0 18px;
  color: var(--ts-muted);
  font-size: 12px;
  line-height: 1.75;
}
.ts-wishlist-items {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.ts-wishlist-items article img {
  width: 100%;
  aspect-ratio: 1/1.1;
  object-fit: contain;
  background: #f4f7f6;
  border-radius: 12px;
}
.ts-wishlist-items a {
  text-decoration: none;
}
.ts-wishlist-items h3 {
  font-size: 13px;
}
.ts-wishlist-items p {
  font-size: 12px;
}
.ts-wishlist-items span {
  font-size: 10px;
  border-bottom: 1px solid;
}
.home main>.ts-brands-section {
  order: 5 !important;
}
.home main>.ts-market-mobiles {
  order: 6 !important;
}
.home main>.ts-market-audio {
  order: 7 !important;
}
.home main>.ts-market-home {
  order: 8 !important;
}
.home main>.ts-brand-promotion {
  order: 9 !important;
}
.home main>.ts-section:has(a[href*="orderby=date"]) {
  order: 10 !important;
}
.home main>.ts-reviews-section {
  order: 11 !important;
}
.home .ts-section-head {
  min-height: 34px;
  margin-bottom: 12px;
}
.home .ts-section-head h2 {
  font-size: clamp(20px,2.4vw,30px) !important;
}
@media (max-width:780px) {
  .ts-bw-left>a,.ts-header-brands {
    display: none;
  }
  .ts-overlay-brand-list {
    grid-template-columns: 1fr;
  }
  .ts-whatsapp-float {
    right: 13px;
    bottom: 78px;
    padding: 11px 14px;
  }
  .ts-wishlist-items {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
  }
  .single-product .woocommerce-product-details__short-description {
    padding-right: 64px;
  }
  .home .ts-section-head {
    min-height: 28px;
    margin-bottom: 8px;
  }
  .home .ts-section-head h2 {
    font-size: 18px !important;
  }
  .ts-home-faq {
    padding: 22px 0 38px;
  }
  .ts-faq-list summary {
    min-height: 52px;
    font-size: 11px;
  }
  .ts-faq-list p {
    font-size: 10px;
  }
}
.home .woocommerce ul.products li.product {
  padding-bottom: 14px !important;
  border-bottom: 1px solid var(--ts-line);
  background: transparent !important;
}
.home .woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1/1.08 !important;
  object-fit: contain !important;
  padding: 22px !important;
  margin: 0 0 13px !important;
  border-radius: 12px !important;
  background: #f3f7f6 !important;
}
.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 0 !important;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 !important;
  margin: 0 0 8px !important;
  color: var(--ts-green) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
}
.home .woocommerce ul.products li.product .price {
  display: block !important;
  min-height: 22px;
  margin: 0 0 10px !important;
  color: var(--ts-green) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 22px !important;
}
.home .woocommerce ul.products li.product .button {
  height: 41px !important;
  margin: 0 !important;
  border-radius: 7px !important;
  font-size: 10px !important;
}
.single-product .ts-product-main {
  padding-top: 28px;
}
.single-product div.product {
  display: grid !important;
  grid-template-columns: minmax(0,1.12fr) minmax(340px,.88fr);
  gap: 44px;
  align-items: start;
}
.single-product div.product div.images,.single-product div.product div.summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.single-product div.product div.images img {
  object-fit: contain;
  background: #f5f7f6 !important;
  border-radius: 14px !important;
}
.single-product div.product .product_title {
  margin: 0 0 7px !important;
  color: var(--ts-green);
  font-size: clamp(27px,3.1vw,43px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em;
}
.single-product div.product p.price {
  margin: 7px 0 12px !important;
  font-size: 20px !important;
}
.single-product form.cart {
  display: grid !important;
  grid-template-columns: 110px minmax(0,1fr) !important;
  gap: 9px !important;
  margin: 18px 0 0 !important;
}
.single-product form.cart .variations {
  grid-column: 1/-1;
  margin: 0 0 5px !important;
}
.single-product form.cart .variations tbody,.single-product form.cart .variations tr {
  display: block;
}
.single-product form.cart .variations td {
  display: block;
  padding: 0 0 8px !important;
}
.single-product form.cart .variations label {
  color: var(--ts-green);
  font-size: 11px;
  font-weight: 700;
}
.single-product form.cart .variations select {
  width: 100% !important;
  height: 48px;
  margin: 5px 0 0 !important;
  border-radius: 8px;
}
.single-product form.cart .quantity {
  grid-column: 1;
  display: flex !important;
}
.single-product form.cart .quantity .qty {
  width: 100% !important;
  height: 48px !important;
  border-radius: 8px !important;
}
.single-product form.cart .single_add_to_cart_button {
  grid-column: 2;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  background: var(--ts-green) !important;
  color: #fff !important;
}
.single-product form.cart .ts-buy-now {
  grid-column: 1/-1;
  width: 100% !important;
  height: 46px !important;
  margin: 0 !important;
  border: 1px solid var(--ts-green) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ts-green) !important;
}
.single-product .product_meta {
  display: none !important;
}
.single-product .woocommerce-tabs,.single-product .related.products {
  grid-column: 1/-1;
}
.single-product .related.products {
  margin-top: 30px;
}
@media (max-width:780px) {
  .home .woocommerce ul.products li.product a img {
    aspect-ratio: 1/1.13 !important;
    padding: 8px !important;
    margin-bottom: 9px !important;
  }
  .home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: 19px;
    font-size: 10px !important;
    line-height: 19px !important;
    margin-bottom: 5px !important;
  }
  .home .woocommerce ul.products li.product .price {
    min-height: 19px;
    font-size: 11px !important;
    line-height: 19px !important;
    margin-bottom: 7px !important;
  }
  .home .woocommerce ul.products li.product .button {
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }
  .single-product .ts-product-main {
    padding-top: 15px;
  }
  .single-product div.product {
    display: block !important;
  }
  .single-product div.product div.images {
    margin-bottom: 18px !important;
  }
  .single-product div.product .product_title {
    font-size: 27px !important;
  }
  .single-product form.cart {
    grid-template-columns: 92px minmax(0,1fr) !important;
    gap: 8px !important;
  }
  .single-product form.cart .quantity .qty,.single-product form.cart .single_add_to_cart_button {
    height: 46px !important;
  }
  .ts-purchase-details {
    margin-top: 14px;
  }
  .single-product .woocommerce-tabs {
    margin-top: 20px;
  }
}
.single-product,.single-product button,.single-product input,.single-product select,.single-product textarea,.single-product summary {
  font-family: "Manrope","Segoe UI",sans-serif !important;
}
.single-product .ts-product-shell {
  width: min(1240px,calc(100% - 32px));
  margin: 0 auto;
}
.single-product .woocommerce-breadcrumb {
  margin: 0 0 18px !important;
  font-size: 10px !important;
}
.single-product div.product {
  display: grid !important;
  grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr) !important;
  gap: 54px !important;
  align-items: start !important;
}
.single-product div.product div.images {
  position: sticky;
  top: 92px;
}
.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  border-radius: 16px;
  overflow: hidden;
  background: #f4f7f6;
}
.single-product div.product div.images img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
  padding: 34px !important;
  background: #f4f7f6 !important;
}
.single-product div.product div.images .flex-control-thumbs {
  display: flex !important;
  gap: 8px !important;
  margin-top: 9px !important;
}
.single-product div.product div.images .flex-control-thumbs li {
  width: 72px !important;
  float: none !important;
}
.single-product div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1 !important;
  padding: 7px !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
}
.single-product div.product div.images .flex-control-thumbs img.flex-active {
  border-color: var(--ts-green) !important;
}
.single-product div.product div.summary {
  padding-top: 4px !important;
}
.single-product div.product .product_title {
  max-width: 560px;
  margin: 0 0 8px !important;
  font-size: clamp(30px,3.35vw,48px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.052em !important;
  font-weight: 750 !important;
}
.single-product div.product p.price {
  margin: 0 0 14px !important;
  font-size: 21px !important;
  line-height: 1.35 !important;
}
.single-product .woocommerce-product-details__short-description {
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  border-bottom: 1px solid var(--ts-line);
  padding-bottom: 18px !important;
}
.single-product .woocommerce-product-details__short-description:after {
  display: none !important;
}
.single-product .woocommerce-product-details__short-description p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
  color: var(--ts-muted);
  font-size: 12px;
  line-height: 1.7;
}
.single-product form.cart {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product form.cart .variations {
  display: block !important;
  width: 100% !important;
  margin: 0 0 13px !important;
  border: 0 !important;
}
.single-product form.cart .variations tbody {
  display: flex !important;
  flex-direction: column;
  gap: 13px;
}
.single-product form.cart .variations tr {
  display: grid !important;
  grid-template-columns: 108px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  padding: 0 !important;
}
.single-product form.cart .variations th,.single-product form.cart .variations td {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  text-align: left !important;
}
.single-product form.cart .variations label {
  display: block !important;
  margin: 0 !important;
  color: var(--ts-green);
  font-size: 10px !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.single-product form.cart .variations select {
  width: 100% !important;
  min-height: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid var(--ts-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--ts-green) !important;
  font-size: 11px !important;
}
.single-product form.cart .reset_variations {
  display: none !important;
}
.single-product .single_variation_wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .woocommerce-variation {
  min-height: 0 !important;
  margin: 0 0 10px !important;
}
.single-product .woocommerce-variation:empty {
  display: none !important;
}
.single-product .woocommerce-variation-price {
  margin: 0 !important;
}
.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 96px minmax(0,1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: 10px !important;
}
.single-product form.cart .quantity {
  display: block !important;
  width: 96px !important;
  margin: 0 !important;
}
.single-product form.cart .quantity .qty {
  width: 96px !important;
  height: 48px !important;
  margin: 0 !important;
  border: 1px solid var(--ts-line) !important;
  border-radius: 8px !important;
  text-align: center !important;
}
.single-product form.cart .single_add_to_cart_button {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--ts-green) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  text-transform: none !important;
}
.single-product form.cart .ts-buy-now {
  display: none !important;
}
.single-product .ts-purchase-details {
  margin-top: 18px !important;
  border-top: 1px solid var(--ts-line) !important;
}
.single-product .ts-purchase-details details {
  background: #fff;
}
.single-product .ts-purchase-details summary {
  min-height: 50px !important;
  padding: 0 !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}
.single-product .ts-purchase-details details>div {
  padding: 0 0 16px !important;
  text-align: left !important;
}
.single-product .ts-purchase-details ul {
  justify-content: flex-start !important;
}
.single-product .ts-purchase-details li {
  font-size: 10px !important;
}
.single-product .product_meta,.single-product .stock.in-stock {
  display: none !important;
}
.single-product .woocommerce-tabs {
  margin-top: 46px !important;
}
.single-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  gap: 24px !important;
}
.single-product .woocommerce-tabs .panel {
  max-width: 900px;
  color: var(--ts-muted);
  font-size: 12px;
  line-height: 1.75;
}
.single-product .related.products {
  margin-top: 50px !important;
}
.single-product .related.products>h2 {
  margin-bottom: 20px !important;
  font-size: 26px !important;
}
@media (max-width:780px) {
  .single-product .ts-product-shell {
    width: calc(100% - 22px);
  }
  .single-product div.product {
    display: block !important;
  }
  .single-product div.product div.images {
    position: relative;
    top: auto;
    margin-bottom: 20px !important;
  }
  .single-product div.product div.images img {
    padding: 18px !important;
    border-radius: 12px !important;
  }
  .single-product div.product div.images .flex-control-thumbs li {
    width: 58px !important;
  }
  .single-product div.product div.summary {
    padding: 0 !important;
  }
  .single-product div.product .product_title {
    font-size: 27px !important;
    line-height: 1.08 !important;
    margin-bottom: 7px !important;
  }
  .single-product div.product p.price {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .single-product .woocommerce-product-details__short-description {
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
  }
  .single-product .woocommerce-product-details__short-description p {
    -webkit-line-clamp: 1;
    font-size: 10px;
    line-height: 1.6;
  }
  .single-product form.cart .variations tbody {
    gap: 9px;
  }
  .single-product form.cart .variations tr {
    display: block !important;
  }
  .single-product form.cart .variations label {
    margin-bottom: 5px !important;
  }
  .single-product form.cart .variations select {
    height: 44px !important;
    min-height: 44px !important;
  }
  .single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form) {
    grid-template-columns: 82px minmax(0,1fr) !important;
    gap: 8px !important;
  }
  .single-product form.cart .quantity,.single-product form.cart .quantity .qty {
    width: 82px !important;
    height: 45px !important;
  }
  .single-product form.cart .single_add_to_cart_button {
    height: 45px !important;
  }
  .single-product .ts-purchase-details {
    margin-top: 14px !important;
  }
  .single-product .woocommerce-tabs {
    margin-top: 30px !important;
  }
  .single-product .woocommerce-tabs ul.tabs {
    gap: 15px !important;
    overflow-x: auto;
  }
  .single-product .related.products {
    margin-top: 34px !important;
  }
}
.ts-mobile-rail-controls {
  display: none;
}
.home main.flex-1>.ts-mobile-rail-controls {
  order: 3;
}
@media (max-width:780px) {
  .home .ts-nothing-hero {
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: #eaf4fa;
  }
  .home .ts-nothing-media {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
  }
  .home .ts-nothing-media img {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .home .ts-mobile-department-rail {
    width: calc(100% - 24px) !important;
    gap: 8px !important;
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;
    scroll-snap-type: x mandatory !important;
  }
  .home .ts-mobile-department-rail a {
    flex: 0 0 calc((100% - 8px)/2) !important;
    width: calc((100% - 8px)/2) !important;
    min-width: calc((100% - 8px)/2) !important;
    scroll-snap-align: start !important;
  }
  .ts-mobile-rail-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 24px);
    margin: 5px auto 2px;
  }
  .ts-mobile-rail-controls .ts-rail-count {
    color: var(--ts-green);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .05em;
  }
  .ts-mobile-rail-controls .ts-rail-arrows {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .ts-mobile-rail-controls button {
    width: 36px;
    height: 31px;
    padding: 0;
    border: 1px solid var(--ts-line);
    border-radius: 7px;
    background: #fff;
    color: var(--ts-green);
    display: grid;
    place-items: center;
    font: 400 18px/1 Manrope,sans-serif;
    text-align: center;
    cursor: pointer;
  }
  .ts-mobile-rail-controls button:disabled {
    opacity: .3;
  }
  .home .ts-brand-rail {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .home .ts-brand-rail::-webkit-scrollbar {
    display: none;
  }
  .home .ts-brand-card {
    flex: 0 0 calc((100% - 8px)/2) !important;
    width: calc((100% - 8px)/2) !important;
    min-width: calc((100% - 8px)/2) !important;
    min-height: 62px !important;
    scroll-snap-align: start;
  }
  .home .ts-brand-promotion {
    padding: 0 0 8px !important;
  }
  .home .ts-brand-promotion .ts-container {
    width: calc(100% - 24px);
  }
  .home .ts-brand-promotion a {
    border-radius: 12px;
  }
  .home .ts-brands-section {
    padding: 8px 0 !important;
  }
  .home main>.ts-section:has(.ts-product-slider) {
    padding-top: 18px;
    padding-bottom: 12px;
  }
  .home .ts-brands-section+ .ts-section {
    padding-top: 10px !important;
  }
  .home .ts-section-head {
    margin-bottom: 12px;
  }
  .home .ts-product-count {
    margin-top: 8px;
  }
}
.single-product div.product div.images {
  position: relative !important;
  top: auto !important;
}
.single-product div.product div.images .woocommerce-tabs {
  width: 100%;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}
.single-product div.product div.images .woocommerce-tabs ul.tabs {
  display: flex !important;
  gap: 0 !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--ts-line);
}
.single-product div.product div.images .woocommerce-tabs ul.tabs:before,.single-product div.product div.images .woocommerce-tabs ul.tabs li:before,.single-product div.product div.images .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.single-product div.product div.images .woocommerce-tabs ul.tabs li {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--ts-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.single-product div.product div.images .woocommerce-tabs ul.tabs li a {
  display: flex !important;
  align-items: center;
  min-height: 48px;
  padding: 0 !important;
  color: var(--ts-muted) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}
.single-product div.product div.images .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: var(--ts-green) !important;
}
.single-product div.product div.images .woocommerce-tabs ul.tabs li.active a {
  color: var(--ts-green) !important;
}
.single-product div.product div.images .woocommerce-tabs .panel {
  position: relative;
  max-width: none !important;
  margin: 0 !important;
  padding: 18px 0 8px !important;
  color: var(--ts-muted);
  font-size: 11px !important;
  line-height: 1.75 !important;
}
.single-product div.product div.images .woocommerce-tabs #tab-description {
  max-height: 142px;
  overflow: hidden;
  padding-bottom: 42px !important;
}
.single-product div.product div.images .woocommerce-tabs #tab-description.is-expanded {
  max-height: none;
}
.single-product .ts-read-more {
  position: absolute;
  left: 0;
  bottom: 7px;
  min-width: 96px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid var(--ts-green);
  border-radius: 6px;
  background: #fff;
  color: var(--ts-green);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}
.single-product .summary>.woocommerce-tabs {
  display: none !important;
}
.single-product .ts-purchase-details {
  margin-top: 12px !important;
}
.single-product .ts-purchase-details summary {
  min-height: 46px !important;
}
.single-product .ts-purchase-details summary span {
  font-size: 0;
}
.single-product .ts-purchase-details summary span:after {
  content: '↓';
  font-size: 13px;
  font-weight: 400;
}
.single-product .ts-purchase-details details[open] summary span:after {
  content: '↑';
}
.single-product .woocommerce-tabs ul.tabs li a[href*="delivery"],.single-product .woocommerce-tabs ul.tabs li a[href*="warranty"] {
  display: none !important;
}
@media (max-width:780px) {
  .single-product div.product div.images .woocommerce-tabs {
    margin-top: 18px !important;
  }
  .single-product div.product div.images .woocommerce-tabs ul.tabs li a {
    min-height: 44px;
    font-size: 10px !important;
  }
  .single-product div.product div.images .woocommerce-tabs .panel {
    padding-top: 14px !important;
    font-size: 10px !important;
  }
  .single-product div.product div.images .woocommerce-tabs #tab-description {
    max-height: 125px;
  }
  .single-product .ts-purchase-details {
    margin-top: 10px !important;
  }
}
.single-product .ts-gallery-info {
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid var(--ts-line);
}
.single-product .ts-gallery-details,.single-product .ts-gallery-reviews {
  padding: 17px 0;
  border-bottom: 1px solid var(--ts-line);
}
.single-product .ts-gallery-info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.single-product .ts-gallery-info h2 {
  margin: 0 !important;
  color: var(--ts-green);
  font-size: 13px !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}
.single-product .ts-gallery-copy {
  max-height: 70px;
  overflow: hidden;
  margin-top: 12px;
  color: var(--ts-muted);
  font-size: 11px;
  line-height: 1.75;
}
.single-product .ts-gallery-details.is-expanded .ts-gallery-copy {
  max-height: none;
}
.single-product .ts-gallery-copy p {
  margin: 0 0 10px;
}
.single-product .ts-gallery-info .ts-read-more {
  position: static !important;
  min-width: auto;
  height: 30px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ts-green);
  border-radius: 0;
  background: transparent;
  color: var(--ts-green);
  font-size: 10px;
  font-weight: 700;
}
.single-product .ts-gallery-reviews>h2 {
  margin-bottom: 14px !important;
}
.single-product .ts-gallery-reviews .commentlist {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.single-product .ts-gallery-reviews .comment_container {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ts-line);
}
.single-product .ts-gallery-reviews .avatar {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
}
.single-product .ts-gallery-reviews .comment-text {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 10px;
  line-height: 1.65;
}
.single-product .ts-gallery-reviews .comment-reply-title {
  display: block;
  margin: 16px 0 10px;
  color: var(--ts-green);
  font-size: 12px;
  font-weight: 700;
}
.single-product .ts-gallery-reviews textarea {
  width: 100%;
  min-height: 96px;
  padding: 11px;
  border: 1px solid var(--ts-line);
  border-radius: 7px;
}
.single-product .ts-gallery-reviews input[type="text"],.single-product .ts-gallery-reviews input[type="email"] {
  width: 100%;
  height: 42px;
  padding: 0 11px;
  border: 1px solid var(--ts-line);
  border-radius: 7px;
}
.single-product .ts-gallery-reviews input[type="submit"] {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: var(--ts-green);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
@media (max-width:780px) {
  .single-product .ts-gallery-info {
    margin-top: 16px;
  }
  .single-product .ts-gallery-details,.single-product .ts-gallery-reviews {
    padding: 14px 0;
  }
  .single-product .ts-gallery-info h2 {
    font-size: 12px !important;
  }
  .single-product .ts-gallery-copy {
    font-size: 10px;
  }
}
.single-product div.product {
  grid-template-rows: auto auto !important;
}
.single-product div.product>div.images {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
}
.single-product div.product>div.summary {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: start !important;
}
.single-product div.product>.ts-gallery-info {
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: start !important;
  margin-top: 18px !important;
}
.single-product div.product>.related.products {
  grid-column: 1/-1 !important;
  grid-row: 3 !important;
}
.single-product .ts-product-accordions {
  display: none !important;
}
.single-product div.product div.images {
  display: block !important;
}
.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  display: block !important;
  width: 100% !important;
}
.single-product div.product div.images .flex-viewport {
  width: 100% !important;
}
.single-product div.product div.images .flex-control-thumbs {
  position: static !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  order: initial !important;
}
.single-product div.product div.images .woocommerce-product-gallery__image {
  width: 100% !important;
}
.single-product div.product div.images .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 560px !important;
}
.single-product .ts-gallery-reviews .woocommerce-Reviews-title {
  display: none !important;
}
.single-product .ts-gallery-reviews .woocommerce-noreviews {
  margin: 0 0 12px !important;
  font-size: 10px;
}
.single-product .ts-gallery-reviews .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}
.single-product .ts-gallery-reviews .comment-notes,.single-product .ts-gallery-reviews .comment-form-rating,.single-product .ts-gallery-reviews .comment-form-comment,.single-product .ts-gallery-reviews .comment-form-cookies-consent,.single-product .ts-gallery-reviews .form-submit {
  grid-column: 1/-1;
}
.single-product .ts-gallery-reviews .comment-form p {
  margin: 0 !important;
}
.single-product .ts-gallery-reviews label {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
}
@media (max-width:780px) {
  .single-product div.product {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .single-product div.product>div.images {
    order: 1 !important;
  }
  .single-product div.product>div.summary {
    order: 2 !important;
    margin-top: 18px !important;
  }
  .single-product div.product>.ts-gallery-info {
    order: 3 !important;
    width: 100% !important;
    margin-top: 18px !important;
  }
  .single-product div.product>.related.products {
    order: 4 !important;
  }
  .single-product .ts-gallery-reviews .comment-form {
    grid-template-columns: 1fr;
  }
  .single-product .ts-gallery-reviews .comment-form-author,.single-product .ts-gallery-reviews .comment-form-email {
    grid-column: 1;
  }
}
.single-product {
  --pp-ink: #003c40;
  --pp-muted: #647875;
  --pp-line: #dbe5e2;
  --pp-soft: #f4f7f6;
  --pp-accent: #e6ff2b;
}
.single-product .ts-product-shell,.single-product .ts-container {
  width: calc(100% - 56px) !important;
  max-width: 1560px !important;
  margin-inline: auto !important;
}
.single-product .ts-product-main {
  padding: 22px 0 64px !important;
}
.single-product .woocommerce-breadcrumb {
  margin: 0 0 20px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--pp-line);
  color: var(--pp-muted) !important;
  font-size: 10px !important;
  line-height: 1.5;
}
.single-product div.product {
  display: grid !important;
  grid-template-columns: minmax(520px,1.08fr) minmax(430px,.92fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: clamp(42px,5vw,84px) !important;
  row-gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: start !important;
}
.single-product div.product>div.images {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  margin: 0 !important;
}
.single-product div.product>div.summary {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  max-width: 680px !important;
  margin: 0 !important;
  padding: 10px 0 0 !important;
  justify-self: start !important;
}
.single-product div.product>.ts-gallery-info {
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  margin: 22px 0 0 !important;
}
.single-product div.product>.related.products {
  grid-column: 1/-1 !important;
  grid-row: 3 !important;
  width: 100% !important;
}
.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid #edf1ef !important;
  border-radius: 18px !important;
  background: var(--pp-soft) !important;
}
.single-product div.product div.images .flex-viewport {
  width: 100% !important;
  min-height: 0 !important;
  border-radius: 18px !important;
}
.single-product div.product div.images .woocommerce-product-gallery__image {
  width: 100% !important;
  background: var(--pp-soft) !important;
}
.single-product div.product div.images .woocommerce-product-gallery__image>a {
  display: flex !important;
  width: 100% !important;
  aspect-ratio: 1.2/1 !important;
  align-items: center !important;
  justify-content: center !important;
}
.single-product div.product div.images .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 680px !important;
  padding: clamp(26px,4vw,62px) !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.single-product div.product div.images .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4,78px) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.single-product div.product div.images .flex-control-thumbs li {
  width: 78px !important;
  height: 78px !important;
  margin: 0 !important;
}
.single-product div.product div.images .flex-control-thumbs img {
  width: 78px !important;
  height: 78px !important;
  padding: 8px !important;
  object-fit: contain !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: var(--pp-soft) !important;
  opacity: .62 !important;
  cursor: pointer;
}
.single-product div.product div.images .flex-control-thumbs img.flex-active {
  border-color: var(--pp-ink) !important;
  background: #fff !important;
  opacity: 1 !important;
}
.single-product .woocommerce-product-gallery__trigger {
  top: 14px !important;
  right: 14px !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid var(--pp-line) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.92) !important;
}
.single-product div.product .product_title {
  max-width: 640px !important;
  margin: 0 0 9px !important;
  color: var(--pp-ink) !important;
  font-size: clamp(32px,3vw,50px) !important;
  font-weight: 760 !important;
  line-height: 1.02 !important;
  letter-spacing: -.05em !important;
  text-wrap: balance;
}
.single-product div.product p.price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 13px !important;
  color: var(--pp-ink) !important;
  font-size: 21px !important;
  font-weight: 780 !important;
  line-height: 1.35 !important;
}
.single-product .woocommerce-product-details__short-description {
  margin: 0 0 22px !important;
  padding: 0 0 20px !important;
  border-bottom: 1px solid var(--pp-line) !important;
}
.single-product .woocommerce-product-details__short-description p {
  margin: 0 !important;
  color: var(--pp-muted) !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
  -webkit-line-clamp: 2 !important;
}
.single-product form.cart {
  width: 100% !important;
  margin: 0 !important;
}
.single-product form.cart .variations {
  width: 100% !important;
  margin: 0 0 18px !important;
}
.single-product form.cart .variations tbody {
  display: flex !important;
  flex-direction: column !important;
  gap: 17px !important;
}
.single-product form.cart .variations tr {
  display: block !important;
  padding: 0 !important;
}
.single-product form.cart .variations th.label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  text-align: left !important;
}
.single-product form.cart .variations th.label label {
  color: var(--pp-ink) !important;
  font-size: 10px !important;
  font-weight: 780 !important;
  line-height: 1.3 !important;
  letter-spacing: .085em !important;
  text-transform: uppercase !important;
}
.single-product form.cart .variations td.value {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}
.single-product .ts-option-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.single-product .ts-option-button {
  min-width: 78px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid var(--pp-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--pp-ink) !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: border-color .18s,background .18s,color .18s,box-shadow .18s !important;
}
.single-product .ts-option-button:hover {
  border-color: var(--pp-ink) !important;
}
.single-product .ts-option-button.is-selected,.single-product .ts-option-button[aria-pressed="true"] {
  border-color: var(--pp-ink) !important;
  background: var(--pp-ink) !important;
  color: #fff !important;
  box-shadow: 0 0 0 2px rgba(0,60,64,.08) !important;
}
.single-product .ts-option-button:focus-visible {
  outline: 3px solid rgba(230,255,43,.75) !important;
  outline-offset: 2px !important;
}
.single-product form.cart .variations select.ts-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}
.single-product form.cart .reset_variations {
  display: none !important;
}
.single-product .woocommerce-variation {
  min-height: 0 !important;
  margin: 0 0 8px !important;
}
.single-product .woocommerce-variation:empty {
  display: none !important;
}
.single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 132px minmax(220px,1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding-top: 17px !important;
  border-top: 1px solid var(--pp-line) !important;
}
.single-product form.cart .quantity {
  display: grid !important;
  grid-template-columns: 42px 48px 42px !important;
  width: 132px !important;
  height: 50px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--pp-line) !important;
  border-radius: 9px !important;
  background: #fff !important;
}
.single-product form.cart .quantity .ts-qty-button {
  display: grid !important;
  width: 42px !important;
  height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: var(--pp-ink) !important;
  place-items: center !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}
.single-product form.cart .quantity .ts-qty-button:hover {
  background: var(--pp-soft) !important;
}
.single-product form.cart .quantity .qty {
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid var(--pp-line) !important;
  border-right: 1px solid var(--pp-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--pp-ink) !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  -moz-appearance: textfield;
}
.single-product form.cart .quantity .qty::-webkit-inner-spin-button,.single-product form.cart .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.single-product form.cart .single_add_to_cart_button {
  width: 100% !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid var(--pp-ink) !important;
  border-radius: 9px !important;
  background: var(--pp-ink) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 780 !important;
  letter-spacing: .015em !important;
  box-shadow: none !important;
  transition: transform .18s,background .18s,color .18s !important;
}
.single-product form.cart .single_add_to_cart_button:hover {
  transform: translateY(-1px) !important;
  background: #00585d !important;
}
.single-product form.cart .single_add_to_cart_button.disabled {
  opacity: .48 !important;
  cursor: not-allowed !important;
  transform: none !important;
}
.single-product .ts-purchase-details {
  width: 100% !important;
  margin: 14px 0 0 !important;
  border-top: 1px solid var(--pp-line) !important;
}
.single-product .ts-purchase-details details {
  margin: 0 !important;
  border-bottom: 1px solid var(--pp-line) !important;
  background: #fff !important;
}
.single-product .ts-purchase-details summary {
  min-height: 48px !important;
  padding: 0 2px !important;
  color: var(--pp-ink) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.single-product .ts-purchase-details details>div {
  padding: 0 2px 17px !important;
  color: var(--pp-muted) !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
}
.single-product .ts-purchase-details details>div strong {
  color: var(--pp-ink) !important;
}
.single-product .ts-purchase-details li {
  padding: 7px 10px !important;
  border: 1px solid var(--pp-line) !important;
  border-radius: 7px !important;
  background: var(--pp-soft) !important;
  font-size: 9px !important;
}
.single-product div.product>.ts-gallery-info {
  border-top: 1px solid var(--pp-line) !important;
}
.single-product .ts-gallery-details,.single-product .ts-gallery-reviews {
  padding: 18px 0 !important;
  border-bottom: 1px solid var(--pp-line) !important;
}
.single-product .ts-gallery-info-head {
  min-height: 32px !important;
}
.single-product .ts-gallery-info h2 {
  font-size: 13px !important;
  font-weight: 760 !important;
}
.single-product .ts-gallery-copy {
  max-height: 82px !important;
  margin-top: 11px !important;
  font-size: 11px !important;
  line-height: 1.75 !important;
}
.single-product .ts-gallery-details.is-expanded .ts-gallery-copy {
  max-height: none !important;
}
.single-product .ts-gallery-copy h2,.single-product .ts-gallery-copy h3 {
  margin: 14px 0 7px !important;
  color: var(--pp-ink) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
.single-product .ts-gallery-copy table {
  width: 100% !important;
  margin: 12px 0 !important;
  border-collapse: collapse !important;
}
.single-product .ts-gallery-copy th,.single-product .ts-gallery-copy td {
  padding: 9px 8px !important;
  border-bottom: 1px solid var(--pp-line) !important;
  text-align: left !important;
  vertical-align: top !important;
}
.single-product .ts-gallery-copy th {
  width: 34%;
  color: var(--pp-ink) !important;
}
.single-product .ts-read-more {
  min-height: 30px !important;
  cursor: pointer !important;
}
.single-product .ts-gallery-reviews .comment-form {
  gap: 12px !important;
  margin-top: 14px !important;
}
.single-product .ts-gallery-reviews textarea {
  min-height: 110px !important;
  resize: vertical !important;
}
.single-product .ts-gallery-reviews input[type="text"],.single-product .ts-gallery-reviews input[type="email"] {
  height: 44px !important;
}
.single-product .ts-gallery-reviews input,.single-product .ts-gallery-reviews textarea,.single-product .ts-gallery-reviews select {
  font-family: inherit !important;
  font-size: 11px !important;
}
.single-product .ts-product-accordions,.single-product .product_meta,.single-product .ts-buy-now {
  display: none !important;
}
.single-product .related.products {
  margin-top: 52px !important;
  padding-top: 30px !important;
  border-top: 1px solid var(--pp-line) !important;
}
.single-product .related.products>h2 {
  margin: 0 0 18px !important;
  color: var(--pp-ink) !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  letter-spacing: -.035em !important;
}
@media (min-width:781px) and (max-width:1100px) {
  .single-product .ts-product-shell,.single-product .ts-container {
    width: calc(100% - 36px) !important;
  }
  .single-product div.product {
    grid-template-columns: minmax(390px,1fr) minmax(360px,.9fr) !important;
    column-gap: 32px !important;
  }
  .single-product div.product .product_title {
    font-size: 34px !important;
  }
  .single-product div.product div.images .woocommerce-product-gallery__image>a {
    aspect-ratio: 1/1 !important;
  }
  .single-product div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4,66px) !important;
  }
  .single-product div.product div.images .flex-control-thumbs li,.single-product div.product div.images .flex-control-thumbs img {
    width: 66px !important;
    height: 66px !important;
  }
}
@media (max-width:780px) {
  .single-product .ts-product-shell,.single-product .ts-container {
    width: calc(100% - 24px) !important;
  }
  .single-product .ts-product-main {
    padding: 12px 0 42px !important;
  }
  .single-product .woocommerce-breadcrumb {
    margin-bottom: 12px !important;
    padding-bottom: 9px !important;
    font-size: 8px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single-product div.product {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
  }
  .single-product div.product>div.images {
    order: 1 !important;
  }
  .single-product div.product>div.summary {
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
  }
  .single-product div.product>.ts-gallery-info {
    order: 3 !important;
    margin-top: 18px !important;
  }
  .single-product div.product>.related.products {
    order: 4 !important;
  }
  .single-product div.product div.images .woocommerce-product-gallery__wrapper,.single-product div.product div.images .flex-viewport {
    border-radius: 13px !important;
  }
  .single-product div.product div.images .woocommerce-product-gallery__image>a {
    aspect-ratio: 1/1 !important;
  }
  .single-product div.product div.images .woocommerce-product-gallery__image img {
    max-height: none !important;
    padding: 24px !important;
  }
  .single-product div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4,58px) !important;
    gap: 7px !important;
    margin-top: 8px !important;
  }
  .single-product div.product div.images .flex-control-thumbs li,.single-product div.product div.images .flex-control-thumbs img {
    width: 58px !important;
    height: 58px !important;
  }
  .single-product div.product .product_title {
    margin-bottom: 6px !important;
    font-size: 27px !important;
    line-height: 1.08 !important;
    letter-spacing: -.045em !important;
  }
  .single-product div.product p.price {
    margin-bottom: 9px !important;
    font-size: 17px !important;
  }
  .single-product .woocommerce-product-details__short-description {
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
  }
  .single-product .woocommerce-product-details__short-description p {
    font-size: 10px !important;
    line-height: 1.65 !important;
    -webkit-line-clamp: 2 !important;
  }
  .single-product form.cart .variations tbody {
    gap: 14px !important;
  }
  .single-product form.cart .variations th.label {
    margin-bottom: 7px !important;
  }
  .single-product .ts-option-buttons {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 6px !important;
  }
  .single-product .ts-option-button {
    min-width: 0 !important;
    width: 100% !important;
    height: 40px !important;
    padding: 0 5px !important;
    font-size: 9px !important;
  }
  .single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form) {
    grid-template-columns: 112px minmax(0,1fr) !important;
    gap: 8px !important;
    padding-top: 14px !important;
  }
  .single-product form.cart .quantity {
    grid-template-columns: 36px 40px 36px !important;
    width: 112px !important;
    height: 47px !important;
  }
  .single-product form.cart .quantity .ts-qty-button {
    width: 36px !important;
    height: 45px !important;
    font-size: 17px !important;
  }
  .single-product form.cart .quantity .qty {
    width: 40px !important;
    height: 45px !important;
    font-size: 11px !important;
  }
  .single-product form.cart .single_add_to_cart_button {
    height: 47px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
  }
  .single-product .ts-purchase-details {
    margin-top: 12px !important;
  }
  .single-product .ts-purchase-details summary {
    min-height: 46px !important;
    font-size: 10px !important;
  }
  .single-product .ts-gallery-details,.single-product .ts-gallery-reviews {
    padding: 15px 0 !important;
  }
  .single-product .ts-gallery-copy {
    max-height: 72px !important;
    font-size: 10px !important;
  }
  .single-product .ts-gallery-reviews .comment-form {
    grid-template-columns: 1fr !important;
  }
  .single-product .ts-gallery-reviews .comment-form-author,.single-product .ts-gallery-reviews .comment-form-email {
    grid-column: 1 !important;
  }
  .single-product .related.products {
    margin-top: 34px !important;
    padding-top: 22px !important;
  }
  .single-product .related.products>h2 {
    font-size: 20px !important;
  }
}
@media (max-width:390px) {
  .single-product .ts-option-buttons {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .single-product .woocommerce-variation-add-to-cart,.single-product form.cart:not(.variations_form) {
    grid-template-columns: 104px minmax(0,1fr) !important;
  }
  .single-product form.cart .quantity {
    grid-template-columns: 34px 36px 34px !important;
    width: 104px !important;
  }
  .single-product form.cart .quantity .ts-qty-button {
    width: 34px !important;
  }
  .single-product form.cart .quantity .qty {
    width: 36px !important;
  }
}
.ts-product-v2 {
  --v2-green: #003c40;
  --v2-muted: #667a77;
  --v2-line: #dce6e3;
  --v2-soft: #f5f7f6;
  --v2-accent: #e6ff2b;
  padding: 20px 0 72px;
  background: #fff;
  color: var(--v2-green);
  font-family: "Manrope","Segoe UI",sans-serif;
}
.ts-product-v2 * {
  box-sizing: border-box;
}
.ts-product-v2-shell {
  width: calc(100% - 48px);
  max-width: 1560px;
  margin: 0 auto;
}
.ts-product-v2 .woocommerce-breadcrumb {
  margin: 0 0 18px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-muted) !important;
  font-size: 10px !important;
  line-height: 1.5;
}
.ts-product-v2-grid {
  display: grid !important;
  grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr) !important;
  grid-template-areas: "gallery buy" "details buy" "reviews buy" !important;
  column-gap: clamp(44px,5vw,84px) !important;
  row-gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: start !important;
}
.ts-product-v2-gallery {
  grid-area: gallery;
  min-width: 0;
}
.ts-product-v2-buy {
  grid-area: buy;
  min-width: 0;
  padding-top: 6px;
  position: sticky;
  top: 24px;
}
.ts-product-v2-details {
  grid-area: details;
}
.ts-product-v2-reviews {
  grid-area: reviews;
}
.ts-product-v2-related {
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid var(--v2-line);
}
.ts-product-v2-grid .woocommerce-product-gallery,.ts-product-v2-grid .summary {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery {
  position: relative !important;
  top: auto !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  overflow: hidden !important;
  border: 1px solid #edf1ef !important;
  border-radius: 16px !important;
  background: var(--v2-soft) !important;
}
.ts-product-v2-gallery .flex-viewport {
  width: 100% !important;
  border-radius: 16px !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery__image>a {
  display: flex !important;
  width: 100% !important;
  aspect-ratio: 1.18/1 !important;
  align-items: center !important;
  justify-content: center !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 680px !important;
  padding: clamp(30px,4vw,64px) !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.ts-product-v2-gallery .flex-control-thumbs {
  display: flex !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  list-style: none !important;
  scrollbar-width: none;
}
.ts-product-v2-gallery .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}
.ts-product-v2-gallery .flex-control-thumbs li {
  flex: 0 0 72px !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
}
.ts-product-v2-gallery .flex-control-thumbs img {
  width: 72px !important;
  height: 72px !important;
  padding: 7px !important;
  object-fit: contain !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  background: var(--v2-soft) !important;
  opacity: .58 !important;
  cursor: pointer;
}
.ts-product-v2-gallery .flex-control-thumbs img.flex-active {
  border-color: var(--v2-green) !important;
  background: #fff !important;
  opacity: 1 !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery__trigger {
  top: 14px !important;
  right: 14px !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid var(--v2-line) !important;
  border-radius: 50% !important;
  background: #fff !important;
}
.ts-product-v2-heading {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--v2-line);
}
.ts-product-v2-heading .product_title {
  max-width: none;
  margin: 0 0 9px !important;
  color: var(--v2-green) !important;
  font-size: clamp(27px,2.35vw,40px) !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  white-space: nowrap !important;
}
.ts-product-v2-heading .price {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 !important;
  color: var(--v2-green) !important;
  font-size: 21px !important;
  font-weight: 780 !important;
  line-height: 1.4 !important;
}
.ts-product-v2-intro {
  position: relative;
  padding: 14px 0 16px;
  border-bottom: 1px solid var(--v2-line);
}
.ts-product-v2-intro-copy {
  max-height: 2.72em;
  overflow: hidden;
  padding-right: 68px;
}
.ts-product-v2-intro-copy p {
  margin: 0 !important;
  color: var(--v2-muted) !important;
  font-size: 11px !important;
  line-height: 1.75 !important;
}
.ts-product-v2-intro-more {
  position: absolute;
  right: 0;
  bottom: 15px;
  height: 24px;
  padding: 0 0 0 14px;
  border: 0;
  background: linear-gradient(90deg,rgba(255,255,255,0),#fff 18%);
  color: var(--v2-green);
  font: 750 9px/1 "Manrope",sans-serif;
  cursor: pointer;
}
.ts-product-v2-intro.is-expanded .ts-product-v2-intro-copy {
  max-height: none;
  padding-right: 0;
}
.ts-product-v2-intro.is-expanded .ts-product-v2-intro-more {
  position: static;
  display: block;
  margin: 8px 0 0 auto;
  padding-left: 0;
  background: transparent;
}
.ts-product-v2-purchase {
  padding-top: 17px;
}
.ts-product-v2-purchase form.cart {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
.ts-product-v2-purchase .variations {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  border: 0 !important;
}
.ts-product-v2-purchase .variations tbody {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}
.ts-product-v2-purchase .variations tr {
  display: block !important;
}
.ts-product-v2-purchase .variations th,.ts-product-v2-purchase .variations td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  text-align: left !important;
}
.ts-product-v2-purchase .variations label {
  display: block;
  margin: 0 0 8px !important;
  color: var(--v2-green) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase;
}
.ts-product-v2-purchase select.ts-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
}
.ts-product-v2-purchase .ts-option-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}
.ts-product-v2-purchase .ts-option-button {
  min-width: 78px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid var(--v2-line) !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: var(--v2-green) !important;
  font: 650 10px/1 "Manrope",sans-serif !important;
  cursor: pointer !important;
  transition: .18s ease !important;
}
.ts-product-v2-purchase .ts-option-button:hover {
  border-color: var(--v2-green) !important;
}
.ts-product-v2-purchase .ts-option-button.is-selected,.ts-product-v2-purchase .ts-option-button[aria-pressed="true"] {
  border-color: var(--v2-green) !important;
  background: var(--v2-green) !important;
  color: #fff !important;
}
.ts-product-v2-purchase .ts-option-button:focus-visible {
  outline: 3px solid rgba(230,255,43,.8) !important;
  outline-offset: 2px;
}
.ts-product-v2-purchase .reset_variations,.ts-product-v2-purchase .stock {
  display: none !important;
}
.ts-product-v2-purchase .woocommerce-variation {
  min-height: 0 !important;
  margin: 0 0 7px !important;
}
.ts-product-v2-purchase .woocommerce-variation:empty {
  display: none !important;
}
.ts-product-v2-purchase .woocommerce-variation-add-to-cart,.ts-product-v2-purchase form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: 124px minmax(200px,1fr) !important;
  gap: 9px !important;
  margin: 0 !important;
  padding-top: 16px !important;
  border-top: 1px solid var(--v2-line) !important;
}
.ts-product-v2-purchase .quantity {
  display: grid !important;
  grid-template-columns: 40px 44px 40px !important;
  width: 124px !important;
  height: 49px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--v2-line) !important;
  border-radius: 8px !important;
  background: #fff;
}
.ts-product-v2-purchase .quantity .ts-qty-button {
  display: grid !important;
  width: 40px !important;
  height: 47px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: var(--v2-green) !important;
  place-items: center !important;
  font: 400 18px/1 "Manrope",sans-serif !important;
  cursor: pointer !important;
}
.ts-product-v2-purchase .quantity .ts-qty-button:hover {
  background: var(--v2-soft) !important;
}
.ts-product-v2-purchase .quantity .qty {
  width: 44px !important;
  height: 47px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-inline: 1px solid var(--v2-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--v2-green) !important;
  text-align: center !important;
  font: 700 11px/1 "Manrope",sans-serif !important;
  -moz-appearance: textfield;
}
.ts-product-v2-purchase .quantity .qty::-webkit-inner-spin-button,.ts-product-v2-purchase .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ts-product-v2-purchase .single_add_to_cart_button {
  width: 100% !important;
  height: 49px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 1px solid var(--v2-green) !important;
  border-radius: 8px !important;
  background: var(--v2-green) !important;
  color: #fff !important;
  font: 780 11px/1 "Manrope",sans-serif !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: .18s ease !important;
}
.ts-product-v2-purchase .single_add_to_cart_button:hover {
  transform: translateY(-1px) !important;
  background: #00565b !important;
}
.ts-product-v2-purchase .single_add_to_cart_button.disabled {
  opacity: .45 !important;
  transform: none !important;
  cursor: not-allowed !important;
}
.ts-product-v2-purchase .ts-buy-now {
  display: none !important;
}
.ts-product-v2-purchase .ts-purchase-details {
  width: 100% !important;
  margin: 13px 0 0 !important;
  border-top: 1px solid var(--v2-line) !important;
}
.ts-product-v2-purchase .ts-purchase-details details {
  margin: 0 !important;
  border-bottom: 1px solid var(--v2-line) !important;
  background: #fff !important;
}
.ts-product-v2-purchase .ts-purchase-details summary {
  min-height: 47px !important;
  padding: 0 2px !important;
  color: var(--v2-green) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  list-style: none !important;
}
.ts-product-v2-purchase .ts-purchase-details summary::-webkit-details-marker {
  display: none;
}
.ts-product-v2-purchase .ts-purchase-details details>div {
  padding: 0 2px 16px !important;
  color: var(--v2-muted) !important;
  font-size: 10px !important;
  line-height: 1.7 !important;
}
.ts-product-v2-purchase .ts-purchase-details li {
  padding: 6px 9px !important;
  border: 1px solid var(--v2-line) !important;
  border-radius: 6px !important;
  background: var(--v2-soft) !important;
  font-size: 9px !important;
}
.ts-product-v2-trust {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  margin-top: 18px;
  border: 1px solid var(--v2-line);
  border-radius: 9px;
  overflow: hidden;
}
.ts-product-v2-trust div {
  min-width: 0;
  padding: 12px 11px;
  border-right: 1px solid var(--v2-line);
}
.ts-product-v2-trust div:last-child {
  border-right: 0;
}
.ts-product-v2-trust strong,.ts-product-v2-trust span {
  display: block;
}
.ts-product-v2-trust strong {
  margin-bottom: 3px;
  color: var(--v2-green);
  font-size: 9px;
  line-height: 1.35;
}
.ts-product-v2-trust span {
  color: var(--v2-muted);
  font-size: 8px;
  line-height: 1.45;
}
.ts-product-v2-details,.ts-product-v2-reviews {
  padding: 22px 0;
  border-bottom: 1px solid var(--v2-line);
}
.ts-product-v2-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.ts-product-v2-section-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--v2-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ts-product-v2-section-head h2 {
  margin: 0 !important;
  color: var(--v2-green) !important;
  font-size: 17px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  letter-spacing: -.025em !important;
}
.ts-product-v2-read {
  height: 30px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--v2-green);
  background: transparent;
  color: var(--v2-green);
  font: 700 9px/1 "Manrope",sans-serif;
  cursor: pointer;
}
.ts-product-v2-details-copy {
  position: relative;
  max-height: 102px;
  overflow: hidden;
  margin-top: 15px;
  color: var(--v2-muted);
  font-size: 10px;
  line-height: 1.75;
}
.ts-product-v2-details-copy:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 38px;
  background: linear-gradient(transparent,#fff);
}
.ts-product-v2-details.is-expanded .ts-product-v2-details-copy {
  max-height: none;
}
.ts-product-v2-details.is-expanded .ts-product-v2-details-copy:after {
  display: none;
}
.ts-product-v2-details-copy h2,.ts-product-v2-details-copy h3 {
  margin: 16px 0 7px !important;
  color: var(--v2-green) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
.ts-product-v2-details-copy p {
  margin: 0 0 10px !important;
}
.ts-product-v2-details-copy table {
  width: 100% !important;
  margin: 13px 0 !important;
  border-collapse: collapse !important;
}
.ts-product-v2-details-copy th,.ts-product-v2-details-copy td {
  padding: 8px !important;
  border-bottom: 1px solid var(--v2-line) !important;
  text-align: left !important;
  vertical-align: top !important;
}
.ts-product-v2-details-copy th {
  width: 34%;
  color: var(--v2-green) !important;
}
.ts-product-v2-reviews .ts-product-v2-rating {
  font-size: 12px;
}
.ts-product-v2-reviews .woocommerce-Reviews-title {
  display: none !important;
}
.ts-product-v2-reviews .woocommerce-noreviews {
  margin: 14px 0 0 !important;
  color: var(--v2-muted);
  font-size: 10px;
}
.ts-product-v2-reviews .comment-reply-title {
  display: block;
  margin: 18px 0 10px;
  color: var(--v2-green);
  font-size: 11px;
  font-weight: 750;
}
.ts-product-v2-reviews .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}
.ts-product-v2-reviews .comment-form p {
  margin: 0 !important;
}
.ts-product-v2-reviews .comment-notes,.ts-product-v2-reviews .comment-form-rating,.ts-product-v2-reviews .comment-form-comment,.ts-product-v2-reviews .comment-form-cookies-consent,.ts-product-v2-reviews .form-submit {
  grid-column: 1/-1;
}
.ts-product-v2-reviews label {
  display: block;
  margin-bottom: 5px;
  color: var(--v2-green);
  font-size: 9px;
}
.ts-product-v2-reviews textarea,.ts-product-v2-reviews input[type="text"],.ts-product-v2-reviews input[type="email"],.ts-product-v2-reviews select {
  width: 100%;
  border: 1px solid var(--v2-line);
  border-radius: 7px;
  background: #fff;
  color: var(--v2-green);
  font: 400 10px/1.5 "Manrope",sans-serif;
}
.ts-product-v2-reviews textarea {
  min-height: 96px;
  padding: 10px;
  resize: vertical;
}
.ts-product-v2-reviews input[type="text"],.ts-product-v2-reviews input[type="email"],.ts-product-v2-reviews select {
  height: 40px;
  padding: 0 10px;
}
.ts-product-v2-reviews input[type="submit"] {
  height: 39px;
  padding: 0 17px;
  border: 0;
  border-radius: 7px;
  background: var(--v2-green);
  color: #fff;
  font: 700 10px/1 "Manrope",sans-serif;
}
.ts-product-v2-reviews .commentlist {
  margin: 14px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.ts-product-v2-reviews .comment_container {
  padding: 12px 0;
  border-bottom: 1px solid var(--v2-line);
}
.ts-product-v2-related .related.products {
  margin: 0 !important;
}
.ts-product-v2-related .related.products>h2 {
  margin: 0 0 20px !important;
  color: var(--v2-green) !important;
  font-size: 24px !important;
  letter-spacing: -.035em !important;
}
@media (min-width:781px) and (max-width:1100px) {
  .ts-product-v2-shell {
    width: calc(100% - 36px);
  }
  .ts-product-v2-grid {
    grid-template-columns: minmax(380px,1fr) minmax(350px,.9fr) !important;
    column-gap: 32px !important;
  }
  .ts-product-v2-heading .product_title {
    font-size: 34px !important;
  }
  .ts-product-v2-gallery .woocommerce-product-gallery__image>a {
    aspect-ratio: 1/1 !important;
  }
  .ts-product-v2-trust {
    grid-template-columns: 1fr;
  }
  .ts-product-v2-trust div {
    border-right: 0;
    border-bottom: 1px solid var(--v2-line);
  }
  .ts-product-v2-trust div:last-child {
    border-bottom: 0;
  }
}
@media (max-width:780px) {
  .ts-product-v2 {
    padding: 12px 0 42px;
  }
  .ts-product-v2-shell {
    width: calc(100% - 24px);
  }
  .ts-product-v2 .woocommerce-breadcrumb {
    margin-bottom: 11px !important;
    padding-bottom: 8px !important;
    font-size: 8px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ts-product-v2-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .ts-product-v2-gallery {
    order: 1;
  }
  .ts-product-v2-buy {
    order: 2;
    position: static;
    padding-top: 17px;
  }
  .ts-product-v2-details {
    order: 3;
  }
  .ts-product-v2-reviews {
    order: 4;
  }
  .ts-product-v2-gallery .woocommerce-product-gallery__wrapper,.ts-product-v2-gallery .flex-viewport {
    border-radius: 12px !important;
  }
  .ts-product-v2-gallery .woocommerce-product-gallery__image>a {
    aspect-ratio: 1/1 !important;
  }
  .ts-product-v2-gallery .woocommerce-product-gallery__image img {
    max-height: none !important;
    padding: 23px !important;
  }
  .ts-product-v2-gallery .flex-control-thumbs {
    gap: 7px !important;
    margin-top: 8px !important;
  }
  .ts-product-v2-gallery .flex-control-thumbs li,.ts-product-v2-gallery .flex-control-thumbs img {
    flex-basis: 56px !important;
    width: 56px !important;
    height: 56px !important;
  }
  .ts-product-v2-heading {
    padding-bottom: 12px;
  }
  .ts-product-v2-heading .product_title {
    margin-bottom: 6px !important;
    font-size: 24px !important;
    line-height: 1.1 !important;
    white-space: normal !important;
  }
  .ts-product-v2-heading .price {
    font-size: 17px !important;
  }
  .ts-product-v2-intro {
    padding: 11px 0 13px;
  }
  .ts-product-v2-intro-copy {
    max-height: 2.5em;
    padding-right: 62px;
  }
  .ts-product-v2-intro-copy p {
    font-size: 9px !important;
    line-height: 1.65 !important;
  }
  .ts-product-v2-intro-more {
    bottom: 12px;
    font-size: 8px;
  }
  .ts-product-v2-purchase {
    padding-top: 14px;
  }
  .ts-product-v2-purchase .variations tbody {
    gap: 13px !important;
  }
  .ts-product-v2-purchase .ts-option-buttons {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 6px !important;
  }
  .ts-product-v2-purchase .ts-option-button {
    min-width: 0 !important;
    width: 100% !important;
    height: 39px !important;
    padding: 0 4px !important;
    font-size: 8px !important;
  }
  .ts-product-v2-purchase .woocommerce-variation-add-to-cart,.ts-product-v2-purchase form.cart:not(.variations_form) {
    grid-template-columns: 108px minmax(0,1fr) !important;
    gap: 7px !important;
    padding-top: 13px !important;
  }
  .ts-product-v2-purchase .quantity {
    grid-template-columns: 35px 38px 35px !important;
    width: 108px !important;
    height: 46px !important;
  }
  .ts-product-v2-purchase .quantity .ts-qty-button {
    width: 35px !important;
    height: 44px !important;
  }
  .ts-product-v2-purchase .quantity .qty {
    width: 38px !important;
    height: 44px !important;
  }
  .ts-product-v2-purchase .single_add_to_cart_button {
    height: 46px !important;
    padding: 0 10px !important;
    font-size: 9px !important;
  }
  .ts-product-v2-trust {
    margin-top: 14px;
  }
  .ts-product-v2-trust div {
    padding: 10px 8px;
  }
  .ts-product-v2-trust strong {
    font-size: 8px;
  }
  .ts-product-v2-trust span {
    font-size: 7px;
  }
  .ts-product-v2-details,.ts-product-v2-reviews {
    padding: 18px 0;
  }
  .ts-product-v2-section-head h2 {
    font-size: 15px !important;
  }
  .ts-product-v2-details-copy {
    max-height: 88px;
    font-size: 9px;
  }
  .ts-product-v2-reviews .comment-form {
    grid-template-columns: 1fr;
  }
  .ts-product-v2-reviews .comment-form-author,.ts-product-v2-reviews .comment-form-email {
    grid-column: 1;
  }
  .ts-product-v2-related {
    margin-top: 36px;
    padding-top: 24px;
    overflow: hidden;
  }
  .ts-product-v2-related .related.products>h2 {
    font-size: 20px !important;
  }
  .ts-product-v2-related ul.products {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 9px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .ts-product-v2-related ul.products::-webkit-scrollbar {
    display: none !important;
  }
  .ts-product-v2-related ul.products li.product {
    flex: 0 0 calc((100% - 9px)/2) !important;
    width: calc((100% - 9px)/2) !important;
    min-width: calc((100% - 9px)/2) !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }
}
@media (max-width:390px) {
  .ts-product-v2-purchase .ts-option-buttons {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .ts-product-v2-purchase .woocommerce-variation-add-to-cart,.ts-product-v2-purchase form.cart:not(.variations_form) {
    grid-template-columns: 102px minmax(0,1fr) !important;
  }
  .ts-product-v2-purchase .quantity {
    grid-template-columns: 33px 36px 33px !important;
    width: 102px !important;
  }
  .ts-product-v2-purchase .quantity .ts-qty-button {
    width: 33px !important;
  }
  .ts-product-v2-purchase .quantity .qty {
    width: 36px !important;
  }
}
.ts-product-v2-gallery .woocommerce-product-gallery {
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 420px !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery__wrapper,.ts-product-v2-gallery .flex-viewport {
  opacity: 1 !important;
  visibility: visible !important;
}
.ts-product-v2-gallery .woocommerce-product-gallery__image:first-child {
  display: block !important;
}
.ts-related-page {
  display: none;
}
@media (max-width:780px) {
  .ts-product-v2-gallery .woocommerce-product-gallery {
    min-height: 0 !important;
  }
  .ts-related-page {
    display: block;
    margin: 7px auto 0;
    color: var(--v2-green);
    text-align: center;
    font: 700 9px/1 "Manrope",sans-serif;
    letter-spacing: .08em;
  }
}
.ts-custom-gallery {
  width: 100%;
  min-width: 0;
}
.ts-custom-gallery-main {
  display: flex;
  width: 100%;
  aspect-ratio: 1.18/1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #edf1ef;
  border-radius: 16px;
  background: var(--v2-soft);
}
.ts-custom-gallery-main img.ts-custom-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  padding: clamp(30px,4vw,64px);
  object-fit: contain;
  background: transparent;
  opacity: 1;
  transition: opacity .16s ease;
}
.ts-custom-gallery-main img.ts-custom-gallery-image.is-changing {
  opacity: .25;
}
.ts-custom-gallery-thumbs {
  display: flex;
  gap: 9px;
  width: 100%;
  margin-top: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.ts-custom-gallery-thumbs::-webkit-scrollbar {
  display: none;
}
.ts-custom-gallery-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 7px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--v2-soft);
  opacity: .58;
  cursor: pointer;
  transition: border-color .16s,opacity .16s,background .16s;
}
.ts-custom-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ts-custom-gallery-thumb:hover {
  opacity: .85;
}
.ts-custom-gallery-thumb.is-active {
  border-color: var(--v2-green);
  background: #fff;
  opacity: 1;
}
.ts-custom-gallery-thumb:focus-visible {
  outline: 3px solid rgba(230,255,43,.8);
  outline-offset: 2px;
}
@media (max-width:780px) {
  .ts-custom-gallery-main {
    aspect-ratio: 1/1;
    border-radius: 12px;
  }
  .ts-custom-gallery-main img.ts-custom-gallery-image {
    padding: 23px;
  }
  .ts-custom-gallery-thumbs {
    gap: 7px;
    margin-top: 8px;
  }
  .ts-custom-gallery-thumb {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    padding: 6px;
  }
}
.ts-new-arrivals {
  color: #003c40;
  font-family: var(--font-sans);
  padding-bottom: 64px;
}
.ts-new-showcase {
  background: #f7f5f0;
  padding: 32px 24px;
}
.ts-new-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.ts-new-head h1,.ts-new-head a {
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  color: inherit;
}
body .ts-new-featured {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
body .ts-new-featured:before,body .ts-new-featured:after {
  display: none !important;
}
.ts-new-slot {
  flex: 1;
  min-width: 0;
}
.ts-new-slot.is-center {
  flex: 2.05;
}
body .ts-new-featured ul.ts-new-slot {
  display: block !important;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
body .ts-new-featured ul.ts-new-slot:before,body .ts-new-featured ul.ts-new-slot:after {
  display: none !important;
}
body .ts-new-slot li.product {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}
body .ts-new-slot .ts-card-media {
  background: #ede9e2 !important;
}
body .ts-new-slot .ts-reference-caption {
  display: block !important;
  padding-top: 10px !important;
}
body .ts-new-slot .ts-reference-caption .price {
  display: block !important;
  margin-top: 4px !important;
  font-size: 11px !important;
}
.ts-new-showcase>.ts-e-controls {
  margin-top: 24px;
}
.ts-new-intro {
  max-width: 640px;
  text-align: center;
  padding: 56px 24px 40px;
  margin: auto;
}
.ts-new-intro>span,.ts-new-promo>div>span {
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 700;
}
.ts-new-intro h2,.ts-new-promo h2 {
  font-size: clamp(24px,3vw,40px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.04em;
  margin: 16px 0;
}
.ts-new-intro p,.ts-new-promo p {
  font-size: 13px;
  line-height: 1.7;
  color: #62736e;
  margin: 0;
}
.ts-new-grid {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin: 0 auto;
}
body .ts-new-grid ul.products {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 32px 16px !important;
  margin: 0 !important;
}
body .ts-new-grid ul.products:before,body .ts-new-grid ul.products:after {
  display: none !important;
}
body .ts-new-grid ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
}
.ts-new-promo {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  background: #f2f4ef;
  margin: 56px 24px 0;
  align-items: center;
}
.ts-new-promo>div {
  padding: 40px;
}
.ts-new-promo>div>a {
  display: inline-flex;
  padding: 14px 24px;
  margin-top: 24px;
  background: #003c40;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.ts-new-promo-image img {
  display: block;
  width: 100%;
  height: auto;
}
.ts-new-arrivals :focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 4px;
}
@media (max-width:780px) {
  .ts-new-showcase {
    padding: 24px 12px;
  }
  .ts-new-head {
    margin-bottom: 18px;
  }
  body .ts-new-featured {
    gap: 8px !important;
    overflow: hidden;
  }
  .ts-new-slot {
    flex: 0 0 17%;
  }
  .ts-new-slot.is-center {
    flex: 0 0 48%;
  }
  .ts-new-slot.is-outer {
    display: none !important;
  }
  body .ts-new-featured .ts-new-slot {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    float: none;
    width: auto !important;
  }
  body .ts-new-featured .ts-new-slot:not(.is-center) {
    flex: 1;
  }
  body .ts-new-slot .woocommerce-loop-product__title {
    font-size: 9px !important;
    line-height: 1.4 !important;
  }
  body .ts-new-slot .ts-reference-caption .price {
    font-size: 9px !important;
  }
  .ts-new-intro {
    padding: 36px 20px 28px;
  }
  .ts-new-grid {
    width: calc(100% - 24px);
  }
  body .ts-new-grid ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 24px 10px !important;
  }
  .ts-new-promo {
    grid-template-columns: 1fr;
    margin: 36px 12px 0;
  }
  .ts-new-promo>div {
    padding: 28px 24px;
  }
}
body .ts-refined-commerce {
  max-width: 1440px;
  width: calc(100% - 48px);
  margin: 40px auto 64px;
  font-family: var(--font-sans);
  color: #003c40;
}
.ts-commerce-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #dce4e1;
  padding-bottom: 24px;
  margin-bottom: 32px;
}
body .ts-commerce-head h1 {
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.2;
  margin: 0 !important;
}
.ts-commerce-head p,.ts-wishlist-note {
  font-size: 12px;
  line-height: 1.6;
  color: #6b7c75;
  margin: 10px 0 0;
}
.ts-commerce-head>a {
  font-size: 12px;
  color: inherit;
  text-underline-offset: 4px;
}
.ts-saved-empty {
  text-align: center;
  padding: 64px 20px;
  background: #f7f8f6;
}
.ts-saved-empty[hidden] {
  display: none !important;
}
.ts-saved-empty h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
}
.ts-saved-empty p {
  font-size: 13px;
  color: #6b7c75;
}
.ts-commerce-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003c40;
  color: white;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 12px;
  margin-top: 16px;
  min-height: 46px;
}
body .ts-saved-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 32px 16px;
}
body .ts-saved-grid article {
  border: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  min-width: 0;
}
body .ts-saved-grid article>a {
  display: block;
  color: inherit;
  text-decoration: none;
}
body .ts-saved-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: contain;
  background: #f5f6f7;
  border-radius: 0;
}
body .ts-saved-grid h2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin: 12px 0 8px;
}
body .ts-saved-grid a>span {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
body .ts-saved-grid button {
  display: block;
  border: 0;
  background: transparent;
  padding: 12px 0;
  min-height: 44px;
  font: inherit;
  font-size: 11px;
  color: #6b7c75;
  cursor: pointer;
}
body .ts-save-product {
  display: block;
  width: 100%;
  min-height: 44px;
  border: 1px solid #dce4e1;
  background: white;
  padding: 12px;
  font: inherit;
  font-size: 12px;
  color: #003c40;
  cursor: pointer;
  margin: 12px 0;
}
body .ts-save-product[aria-pressed=true] {
  background: #f1f5eb;
  border-color: #003c40;
}
body .ts-cart-page table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  font-size: 13px;
}
body .ts-cart-page table.shop_table th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 12px;
  border-bottom: 1px solid #dce4e1;
}
body .ts-cart-page table.shop_table td {
  padding: 24px 12px;
  border-bottom: 1px solid #e7ece9;
}
body .ts-cart-page .product-thumbnail img {
  width: 100px;
  max-width: 100px;
  background: #f5f6f7;
}
body .ts-cart-page .quantity input {
  width: 76px;
  min-height: 44px;
  font: inherit;
  border: 1px solid #dce4e1;
  background: white;
}
body .ts-cart-page .cart_totals {
  background: #f7f8f6;
  padding: 28px;
  border: 0;
  border-radius: 0;
}
body .ts-cart-page .cart_totals h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
}
body .ts-cart-page a.checkout-button {
  font: inherit !important;
  font-size: 13px !important;
  background: #003c40 !important;
  border-radius: 0 !important;
  padding: 16px !important;
}
.ts-refined-commerce :focus-visible,.ts-save-product:focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 3px;
}
@media (max-width:780px) {
  body .ts-refined-commerce {
    width: calc(100% - 24px);
    margin: 24px auto 40px;
  }
  .ts-commerce-head {
    gap: 12px;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 24px;
  }
  body .ts-commerce-head h1 {
    font-size: 24px !important;
  }
  .ts-commerce-head>a {
    font-size: 11px;
    white-space: nowrap;
    padding-top: 6px;
  }
  body .ts-saved-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px 10px;
  }
  .ts-saved-empty {
    padding: 40px 20px;
  }
  .ts-saved-empty h2 {
    font-size: 22px;
  }
  body .ts-cart-page table.shop_table td {
    padding: 16px 12px;
  }
  body .ts-cart-page .cart_totals {
    padding: 20px;
  }
}
body .ts-bw-cat-list .ts-menu-node {
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
}
body .ts-bw-cat-list>.ts-menu-node {
  border-bottom: 1px solid #e1e7e4;
}
body .ts-bw-cat-list .ts-menu-children {
  padding: 0 0 8px 16px !important;
  margin: 0 !important;
  border-left: 1px solid #e1e7e4;
}
body .ts-bw-cat-list .ts-menu-category-row {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
}
body .ts-bw-cat-list .ts-menu-depth-0>.ts-menu-category-row>a {
  font-weight: 700;
}
body .ts-bw-cat-list .ts-menu-depth-1>.ts-menu-category-row>a {
  font-size: 12px;
  padding: 12px 0;
}
body .ts-bw-cat-list .ts-menu-depth-2>.ts-menu-category-row>a {
  font-size: 11px;
  font-weight: 400;
  padding: 10px 0;
  line-height: 1.5;
}
body .ts-bw-cat-list .ts-menu-category-row>a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body .ts-bw-cat-list .ts-menu-category-row>button {
  flex: 0 0 44px;
}
body .ts-bw-cat-list :focus-visible {
  outline: 2px solid #003c40;
  outline-offset: 2px;
}
body .ts-bw-cat-list section>.ts-menu-category-row {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
}
body .ts-bw-cat-list .ts-menu-category-row>a {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 16px 0;
  font-size: 13px;
  color: inherit;
  text-decoration: none;
}
body .ts-bw-cat-list .ts-menu-category-row>button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0 !important;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: transparent;
  border: 0;
}
.ts-collection-page .woocommerce-result-count {
  font-size: 12px;
  margin: 0 0 20px;
}
.ts-collection-page .woocommerce-pagination {
  margin-top: 32px;
}
.ts-collection-page .woocommerce-info {
  padding: 24px;
  font-size: 14px;
}
@media (max-width:780px) {
  .ts-collection-page .ts-reference-shop-head {
    gap: 12px;
  }
  .ts-collection-page .ts-reference-shop-head h1 {
    font-size: 21px !important;
  }
}
body .ts-editorial-home .ts-hero-slider {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.ts-hero-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.ts-hero-track::-webkit-scrollbar {
  display: none;
}
.ts-hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  background: #f6f7f7;
}
.ts-hero-slide picture {
  display: block;
  width: 100%;
  aspect-ratio: 3/1;
}
.ts-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
@media (min-width:781px) {
  .ts-hero-slide:nth-child(2) img {
    object-fit: cover;
  }
}
.ts-hero-shop {
  position: absolute;
  right: 5%;
  bottom: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 180px;
  padding: 12px 28px;
  background: #fff;
  color: #003c40;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #e3e7e7;
  z-index: 2;
}
.ts-hero-shop:hover {
  background: #003c40;
  color: #fff;
}
.ts-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #dce4e3;
  border-radius: 50%;
  background: #fff;
  color: #003c40;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s;
  cursor: pointer;
  z-index: 3;
}
.ts-hero-prev {
  left: 24px;
}
.ts-hero-next {
  right: 24px;
}
.ts-hero-arrow svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ts-hero-arrow.is-visible,.ts-hero-arrow:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.ts-hero-slider :focus-visible {
  outline: 2px solid #003c40;
  outline-offset: -3px;
}
@media (hover:none) and (min-width:781px) {
  .ts-hero-arrow {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width:780px) {
  body .ts-editorial-home .ts-hero-slider {
    padding: 0 0 0 12px;
  }
  .ts-hero-track {
    gap: 10px;
  }
  .ts-hero-slide {
    flex-basis: 78%;
    scroll-snap-stop: always;
  }
  .ts-hero-slide picture {
    aspect-ratio: 4/5;
  }
  .ts-hero-shop {
    display: none;
  }
  .ts-hero-arrow {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  .ts-hero-arrow {
    transition: none;
  }
}
body .ts-e-heading a span,body .ts-e-hero-caption a span,body .ts-footer-shop span, body .ts-overlay-brand-list a>b,body .ts-pdp-info-buttons button>span {
  display: none !important;
}
body :is(.ts-e-controls button,.ts-home-category-arrow,.ts-shop-category-nav>button) {
  font-size: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px;
  min-height: 44px;
  line-height: 1 !important;
  padding: 0 !important;
}
body :is(.ts-e-controls button,.ts-home-category-arrow,.ts-shop-category-nav>button)::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h16m-6-6 6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 12h16m-6-6 6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
body :is(.ts-e-controls button,.ts-home-category-arrow,.ts-shop-category-nav>button)[aria-label^="Previous"]::before {
  transform: rotate(180deg);
}
body :is(.ts-e-controls button,.ts-home-category-arrow,.ts-shop-category-nav>button):disabled {
  opacity: .35;
  cursor: default;
}
.ts-arrivals {
  width: calc(100% - 48px);
  max-width: 1560px;
  margin: 32px auto 64px;
  color: #003c40;
  font-family: var(--font-sans);
}
.ts-arrivals-head {
  margin-bottom: 32px;
}
.ts-arrivals-head h1 {
  font-size: clamp(24px,2.5vw,36px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.04em;
  margin: 0 0 10px;
}
.ts-arrivals-head p {
  font-size: 13px;
  color: #687976;
  margin: 0;
}
.ts-arrivals-department {
  margin: 0 0 36px;
}
.ts-arrivals-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.ts-arrivals-heading h2 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
}
.ts-arrivals-heading a {
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
body .ts-arrivals .woocommerce ul.products.ts-arrivals-track {
  display: flex !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  overscroll-behavior-x: contain;
}
.ts-arrivals-track::-webkit-scrollbar {
  display: none;
}
body .ts-arrivals ul.products:before,body .ts-arrivals ul.products:after {
  display: none !important;
}
body .ts-arrivals .woocommerce ul.products.ts-arrivals-track>li.product {
  flex: 0 0 calc((100% - 60px)/4) !important;
  width: calc((100% - 60px)/4) !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-snap-align: start;
}
.ts-arrivals-empty {
  font-size: 13px;
  color: #687976;
  border: 1px solid #e5e7eb;
  padding: 24px;
  margin: 0;
}
@media (max-width:780px) {
  .ts-arrivals {
    width: calc(100% - 24px);
    margin: 24px auto 40px;
  }
  .ts-arrivals-head {
    margin-bottom: 24px;
  }
  .ts-arrivals-heading {
    margin-bottom: 14px;
  }
  .ts-arrivals-heading h2 {
    font-size: 18px;
  }
  .ts-arrivals-department {
    margin-bottom: 28px;
  }
  body .ts-arrivals .woocommerce ul.products.ts-arrivals-track {
    gap: 12px !important;
  }
  body .ts-arrivals .woocommerce ul.products.ts-arrivals-track>li.product {
    flex-basis: calc((100% - 12px)/2) !important;
    width: calc((100% - 12px)/2) !important;
  }
}
body .woocommerce ul.products li.product.ts-reference-card.ts-minimal-card, body .woocommerce ul.products li.product.ts-reference-card.ts-minimal-card:hover, body .woocommerce ul.products li.product.ts-reference-card.ts-minimal-card:focus-within {
  transform: none !important;
  top: auto !important;
  box-shadow: none !important;
}
body .woocommerce ul.products li.product.ts-reference-card.ts-minimal-card {
  border: 1px solid #d4d9dd !important;
  background: #fff !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}
body .woocommerce ul.products li.product.ts-reference-card.ts-minimal-card .ts-card-media,body .woocommerce ul.products li.product.ts-reference-card.ts-minimal-card .ts-card-media img {
  background: #fff !important;
  border-radius: 0 !important;
}
body .woocommerce ul.products li.product.ts-reference-card.ts-minimal-card .ts-reference-caption {
  padding: 12px 10px !important;
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
