/** Shopify CDN: Minification failed

Line 2618:275 Unexpected "="

**/

  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&display=swap');
  
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 4px;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-normal: 0em;
    --radius-xs: 2px;
    --radius-sm: 4px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --radius-2xl: 16px;
    --radius-3xl: 24px;
    --radius-4xl: 32px;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-scheme-bg: #fefefe;
    --color-scheme-text: #62748e;
    --color-scheme-text-200: #d5dae2;
    --color-scheme-text-400: #8495ac;
    --color-scheme-text-500: #62748e;
    --color-scheme-text-600: #506079;
    --spacing-0: 0px;
    --spacing-0\.5: 2px;
    --spacing-1: 4px;
    --spacing-1\.5: 6px;
    --spacing-2: 8px;
    --spacing-2\.5: 10px;
    --spacing-3: 12px;
    --spacing-4: 16px;
    --spacing-5: 20px;
    --spacing-6: 24px;
    --spacing-7: 28px;
    --spacing-8: 32px;
    --spacing-9: 36px;
    --spacing-10: 40px;
    --spacing-11: 44px;
    --spacing-12: 48px;
    --spacing-14: 56px;
    --spacing-16: 64px;
    --spacing-18: 72px;
    --spacing-20: 80px;
    --spacing-24: 96px;
    --radius-full: 100%;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .tw-relative {
    position: relative;
  }
  .inset-0 {
    inset: var(--spacing-0);
  }
  .inset-3 {
    inset: var(--spacing-3);
  }
  .\!top-1\/2 {
    top: calc(1/2 * 100%) !important;
  }
  .top-0 {
    top: var(--spacing-0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: var(--spacing-2);
  }
  .top-2\.5 {
    top: var(--spacing-2\.5);
  }
  .top-\[11px\] {
    top: 11px;
  }
  .-right-2 {
    right: calc(var(--spacing-2) * -1);
  }
  .-right-6 {
    right: calc(var(--spacing-6) * -1);
  }
  .-right-\[12px\] {
    right: calc(12px * -1);
  }
  .right-2\.5 {
    right: var(--spacing-2\.5);
  }
  .right-3 {
    right: var(--spacing-3);
  }
  .right-5 {
    right: var(--spacing-5);
  }
  .right-24 {
    right: var(--spacing-24);
  }
  .bottom-0 {
    bottom: var(--spacing-0);
  }
  .bottom-3 {
    bottom: var(--spacing-3);
  }
  .bottom-6 {
    bottom: var(--spacing-6);
  }
  .bottom-\[20\.5px\] {
    bottom: 20.5px;
  }
  .-left-2 {
    left: calc(var(--spacing-2) * -1);
  }
  .-left-6 {
    left: calc(var(--spacing-6) * -1);
  }
  .-left-\[12px\] {
    left: calc(12px * -1);
  }
  .left-0 {
    left: var(--spacing-0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: var(--spacing-2);
  }
  .left-3 {
    left: var(--spacing-3);
  }
  .left-24 {
    left: var(--spacing-24);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-99 {
    z-index: 99;
  }
  .z-100 {
    z-index: 100;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[50\] {
    z-index: 50;
  }
  .z-\[1070\] {
    z-index: 1070;
  }
  .z-\[9999999\] {
    z-index: 9999999;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .m-0 {
    margin: var(--spacing-0);
  }
  .mx-0\.5 {
    margin-inline: var(--spacing-0\.5);
  }
  .mx-4 {
    margin-inline: var(--spacing-4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: var(--spacing-3);
  }
  .mt-4 {
    margin-top: var(--spacing-4);
  }
  .mt-5 {
    margin-top: var(--spacing-5);
  }
  .mt-7 {
    margin-top: var(--spacing-7);
  }
  .mt-8 {
    margin-top: var(--spacing-8);
  }
  .mt-9 {
    margin-top: var(--spacing-9);
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mr-1 {
    margin-right: var(--spacing-1);
  }
  .mr-1\.5 {
    margin-right: var(--spacing-1\.5);
  }
  .mb-0 {
    margin-bottom: var(--spacing-0);
  }
  .mb-0\.5 {
    margin-bottom: var(--spacing-0\.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing-1);
  }
  .mb-3 {
    margin-bottom: var(--spacing-3);
  }
  .mb-4 {
    margin-bottom: var(--spacing-4);
  }
  .mb-5 {
    margin-bottom: var(--spacing-5);
  }
  .mb-6 {
    margin-bottom: var(--spacing-6);
  }
  .mb-9 {
    margin-bottom: var(--spacing-9);
  }
  .mb-10 {
    margin-bottom: var(--spacing-10);
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .-ml-1 {
    margin-left: calc(var(--spacing-1) * -1);
  }
  .ml-2 {
    margin-left: var(--spacing-2);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .\!block {
    display: block !important;
  }
  .\!flex {
    display: flex !important;
  }
  .\!tw-flex {
    display: flex !important;
  }
  .\!tw-hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .tw-flex {
    display: flex;
  }
  .tw-hidden {
    display: none;
  }
  .aspect-4\/5 {
    aspect-ratio: 4/5;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .size-3 {
    width: var(--spacing-3);
    height: var(--spacing-3);
  }
  .size-6 {
    width: var(--spacing-6);
    height: var(--spacing-6);
  }
  .size-10 {
    width: var(--spacing-10);
    height: var(--spacing-10);
  }
  .size-12 {
    width: var(--spacing-12);
    height: var(--spacing-12);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-8 {
    height: var(--spacing-8) !important;
  }
  .h-4 {
    height: var(--spacing-4);
  }
  .h-6 {
    height: var(--spacing-6);
  }
  .h-7 {
    height: var(--spacing-7);
  }
  .h-8 {
    height: var(--spacing-8);
  }
  .h-10 {
    height: var(--spacing-10);
  }
  .h-12 {
    height: var(--spacing-12);
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .\!w-8 {
    width: var(--spacing-8) !important;
  }
  .w-4 {
    width: var(--spacing-4);
  }
  .w-6 {
    width: var(--spacing-6);
  }
  .w-7 {
    width: var(--spacing-7);
  }
  .w-8 {
    width: var(--spacing-8);
  }
  .w-10 {
    width: var(--spacing-10);
  }
  .w-11 {
    width: var(--spacing-11);
  }
  .w-12 {
    width: var(--spacing-12);
  }
  .w-18 {
    width: var(--spacing-18);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-18 {
    max-width: var(--spacing-18);
  }
  .max-w-\[199px\] {
    max-width: 199px;
  }
  .max-w-\[256px\] {
    max-width: 256px;
  }
  .max-w-\[512px\] {
    max-width: 512px;
  }
  .min-w-20 {
    min-width: var(--spacing-20);
  }
  .flex-1 {
    flex: 1;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\!-translate-y-\[50\%\] {
    --tw-translate-y: calc(50% * -1) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-10 {
    --tw-translate-y: var(--spacing-10);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-col-resize {
    cursor: col-resize;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .\!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .tw-items-center {
    align-items: center;
  }
  .tw-items-end {
    align-items: flex-end;
  }
  .tw-items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .tw-justify-center {
    justify-content: center;
  }
  .tw-justify-end {
    justify-content: flex-end;
  }
  .tw-justify-start {
    justify-content: flex-start;
  }
  .\!gap-4 {
    gap: var(--spacing-4) !important;
  }
  .gap-0 {
    gap: var(--spacing-0);
  }
  .gap-1 {
    gap: var(--spacing-1);
  }
  .gap-1\.5 {
    gap: var(--spacing-1\.5);
  }
  .gap-2 {
    gap: var(--spacing-2);
  }
  .gap-2\.5 {
    gap: var(--spacing-2\.5);
  }
  .gap-3 {
    gap: var(--spacing-3);
  }
  .gap-4 {
    gap: var(--spacing-4);
  }
  .gap-5 {
    gap: var(--spacing-5);
  }
  .gap-6 {
    gap: var(--spacing-6);
  }
  .gap-8 {
    gap: var(--spacing-8);
  }
  .gap-9 {
    gap: var(--spacing-9);
  }
  .gap-12 {
    gap: var(--spacing-12);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-x-2 {
    column-gap: var(--spacing-2);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .\!rounded-full {
    border-radius: var(--radius-full) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[999px\] {
    border-radius: 999px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-gray-300 {
    border-color: var(--color-gray-300) !important;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#ECECEC\] {
    background-color: #ECECEC;
  }
  .bg-\[\#FFFFFF33\] {
    background-color: #FFFFFF33;
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-scheme-bg {
    background-color: var(--color-scheme-bg);
  }
  .bg-scheme-text-200 {
    background-color: var(--color-scheme-text-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: var(--spacing-0) !important;
  }
  .p-0 {
    padding: var(--spacing-0);
  }
  .p-2 {
    padding: var(--spacing-2);
  }
  .p-3 {
    padding: var(--spacing-3);
  }
  .p-6 {
    padding: var(--spacing-6);
  }
  .px-0 {
    padding-inline: var(--spacing-0);
  }
  .px-2 {
    padding-inline: var(--spacing-2);
  }
  .px-2\.5 {
    padding-inline: var(--spacing-2\.5);
  }
  .px-3 {
    padding-inline: var(--spacing-3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: var(--spacing-4);
  }
  .px-5 {
    padding-inline: var(--spacing-5);
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .py-1 {
    padding-block: var(--spacing-1);
  }
  .py-1\.5 {
    padding-block: var(--spacing-1\.5);
  }
  .py-2 {
    padding-block: var(--spacing-2);
  }
  .py-3 {
    padding-block: var(--spacing-3);
  }
  .py-7 {
    padding-block: var(--spacing-7);
  }
  .py-12 {
    padding-block: var(--spacing-12);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .pt-0\.5 {
    padding-top: var(--spacing-0\.5);
  }
  .pt-3\.5 {
    padding-top: calc(var(--spacing) * 3.5);
  }
  .pt-4 {
    padding-top: var(--spacing-4);
  }
  .pt-5 {
    padding-top: var(--spacing-5);
  }
  .pb-4 {
    padding-bottom: var(--spacing-4);
  }
  .pb-5\.5 {
    padding-bottom: calc(var(--spacing) * 5.5);
  }
  .pb-10 {
    padding-bottom: var(--spacing-10);
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .text-center {
    text-align: center;
  }
  .tw-text-center {
    text-align: center;
  }
  .tw-text-end {
    text-align: end;
  }
  .tw-text-left {
    text-align: left;
  }
  .tw-text-start {
    text-align: start;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .\!text-\[12px\] {
    font-size: 12px !important;
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .\!leading-\[1\.5\] {
    --tw-leading: 1.5 !important;
    line-height: 1.5 !important;
  }
  .\!leading-\[18px\] {
    --tw-leading: 18px !important;
    line-height: 18px !important;
  }
  .\!leading-none {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\!tracking-\[-0\.1px\] {
    --tw-tracking: -0.1px !important;
    letter-spacing: -0.1px !important;
  }
  .\!tracking-\[-0\.15px\] {
    --tw-tracking: -0.15px !important;
    letter-spacing: -0.15px !important;
  }
  .\!tracking-\[0\.5px\] {
    --tw-tracking: 0.5px !important;
    letter-spacing: 0.5px !important;
  }
  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#999999\] {
    color: #999999 !important;
  }
  .\!text-\[\#D82727\] {
    color: #D82727 !important;
  }
  .\!text-\[\#FFFFFFCC\] {
    color: #FFFFFFCC !important;
  }
  .\!text-\[var\(--color-scheme-text-600\)\] {
    color: var(--color-scheme-text-600) !important;
  }
  .\!text-\[var\(--lh-heading-color\)\] {
    color: var(--lh-heading-color) !important;
  }
  .\!text-scheme-text-400 {
    color: var(--color-scheme-text-400) !important;
  }
  .\!text-scheme-text-500 {
    color: var(--color-scheme-text-500) !important;
  }
  .\!text-scheme-text-600 {
    color: var(--color-scheme-text-600) !important;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[var\(--lh-text-color\)\] {
    color: var(--lh-text-color);
  }
  .text-scheme-text {
    color: var(--color-scheme-text);
  }
  .text-scheme-text-400 {
    color: var(--color-scheme-text-400);
  }
  .\!capitalize {
    text-transform: capitalize !important;
  }
  .\!uppercase {
    text-transform: uppercase !important;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow-\[0_0_10px_2px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 0 10px 2px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_20px_0_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 0 20px 0 var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:\!block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block !important;
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .max-lg\:hidden {
    @media (width < 1024px) {
      display: none;
    }
  }
  .max-lg\:p-4 {
    @media (width < 1024px) {
      padding: var(--spacing-4);
    }
  }
  .max-md\:\!px-4 {
    @media (width < 768px) {
      padding-inline: var(--spacing-4) !important;
    }
  }
  .max-sm\:mx-5 {
    @media (width < 640px) {
      margin-inline: var(--spacing-5);
    }
  }
  .max-sm\:mt-8\.5 {
    @media (width < 640px) {
      margin-top: calc(var(--spacing) * 8.5);
    }
  }
  .max-sm\:line-clamp-1 {
    @media (width < 640px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
  }
  .max-sm\:\!tw-hidden {
    @media (width < 640px) {
      display: none !important;
    }
  }
  .max-sm\:w-full {
    @media (width < 640px) {
      width: 100%;
    }
  }
  .max-sm\:gap-3 {
    @media (width < 640px) {
      gap: var(--spacing-3);
    }
  }
  .max-sm\:p-2 {
    @media (width < 640px) {
      padding: var(--spacing-2);
    }
  }
  .max-sm\:px-5 {
    @media (width < 640px) {
      padding-inline: var(--spacing-5);
    }
  }
  .max-sm\:text-center {
    @media (width < 640px) {
      text-align: center;
    }
  }
  .sm\:-right-6 {
    @media (width >= 640px) {
      right: calc(var(--spacing-6) * -1);
    }
  }
  .sm\:-right-\[24px\] {
    @media (width >= 640px) {
      right: calc(24px * -1);
    }
  }
  .sm\:right-5 {
    @media (width >= 640px) {
      right: var(--spacing-5);
    }
  }
  .sm\:bottom-5 {
    @media (width >= 640px) {
      bottom: var(--spacing-5);
    }
  }
  .sm\:-left-6 {
    @media (width >= 640px) {
      left: calc(var(--spacing-6) * -1);
    }
  }
  .sm\:-left-\[24px\] {
    @media (width >= 640px) {
      left: calc(24px * -1);
    }
  }
  .sm\:col-span-6 {
    @media (width >= 640px) {
      grid-column: span 6 / span 6;
    }
  }
  .sm\:mx-5 {
    @media (width >= 640px) {
      margin-inline: var(--spacing-5);
    }
  }
  .sm\:mx-8 {
    @media (width >= 640px) {
      margin-inline: var(--spacing-8);
    }
  }
  .sm\:my-5 {
    @media (width >= 640px) {
      margin-block: var(--spacing-5);
    }
  }
  .sm\:mt-5 {
    @media (width >= 640px) {
      margin-top: var(--spacing-5);
    }
  }
  .sm\:mt-9 {
    @media (width >= 640px) {
      margin-top: var(--spacing-9);
    }
  }
  .sm\:mt-10 {
    @media (width >= 640px) {
      margin-top: var(--spacing-10);
    }
  }
  .sm\:mt-12 {
    @media (width >= 640px) {
      margin-top: var(--spacing-12);
    }
  }
  .sm\:mt-14 {
    @media (width >= 640px) {
      margin-top: var(--spacing-14);
    }
  }
  .sm\:mt-\[14px\] {
    @media (width >= 640px) {
      margin-top: 14px;
    }
  }
  .sm\:mb-0 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-0);
    }
  }
  .sm\:mb-1 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-1);
    }
  }
  .sm\:mb-2 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-2);
    }
  }
  .sm\:mb-3 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-3);
    }
  }
  .sm\:mb-4 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-4);
    }
  }
  .sm\:mb-5 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-5);
    }
  }
  .sm\:mb-6 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-6);
    }
  }
  .sm\:mb-7 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-7);
    }
  }
  .sm\:mb-12 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-12);
    }
  }
  .sm\:\!block {
    @media (width >= 640px) {
      display: block !important;
    }
  }
  .sm\:\!tw-hidden {
    @media (width >= 640px) {
      display: none !important;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:tw-flex {
    @media (width >= 640px) {
      display: flex;
    }
  }
  .sm\:size-5 {
    @media (width >= 640px) {
      width: var(--spacing-5);
      height: var(--spacing-5);
    }
  }
  .sm\:h-12 {
    @media (width >= 640px) {
      height: var(--spacing-12);
    }
  }
  .sm\:w-12 {
    @media (width >= 640px) {
      width: var(--spacing-12);
    }
  }
  .sm\:max-w-\[320px\] {
    @media (width >= 640px) {
      max-width: 320px;
    }
  }
  .sm\:flex-col {
    @media (width >= 640px) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 640px) {
      align-items: center;
    }
  }
  .sm\:tw-items-end {
    @media (width >= 640px) {
      align-items: flex-end;
    }
  }
  .sm\:tw-items-start {
    @media (width >= 640px) {
      align-items: flex-start;
    }
  }
  .sm\:tw-justify-end {
    @media (width >= 640px) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-2 {
    @media (width >= 640px) {
      gap: var(--spacing-2);
    }
  }
  .sm\:gap-3 {
    @media (width >= 640px) {
      gap: var(--spacing-3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 640px) {
      gap: var(--spacing-4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 640px) {
      gap: var(--spacing-5);
    }
  }
  .sm\:gap-8 {
    @media (width >= 640px) {
      gap: var(--spacing-8);
    }
  }
  .sm\:gap-10 {
    @media (width >= 640px) {
      gap: var(--spacing-10);
    }
  }
  .sm\:gap-12 {
    @media (width >= 640px) {
      gap: var(--spacing-12);
    }
  }
  .sm\:gap-14 {
    @media (width >= 640px) {
      gap: var(--spacing-14);
    }
  }
  .sm\:self-end {
    @media (width >= 640px) {
      align-self: flex-end;
    }
  }
  .sm\:overflow-hidden {
    @media (width >= 640px) {
      overflow: hidden;
    }
  }
  .sm\:rounded-3xl {
    @media (width >= 640px) {
      border-radius: var(--radius-3xl);
    }
  }
  .sm\:rounded-4xl {
    @media (width >= 640px) {
      border-radius: var(--radius-4xl);
    }
  }
  .sm\:rounded-\[16px\] {
    @media (width >= 640px) {
      border-radius: 16px;
    }
  }
  .sm\:rounded-\[24px\] {
    @media (width >= 640px) {
      border-radius: 24px;
    }
  }
  .sm\:p-4 {
    @media (width >= 640px) {
      padding: var(--spacing-4);
    }
  }
  .sm\:p-16 {
    @media (width >= 640px) {
      padding: var(--spacing-16);
    }
  }
  .sm\:px-6 {
    @media (width >= 640px) {
      padding-inline: var(--spacing-6);
    }
  }
  .sm\:py-3 {
    @media (width >= 640px) {
      padding-block: var(--spacing-3);
    }
  }
  .sm\:pt-4\.5 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 4.5);
    }
  }
  .sm\:pt-5 {
    @media (width >= 640px) {
      padding-top: var(--spacing-5);
    }
  }
  .sm\:pt-10 {
    @media (width >= 640px) {
      padding-top: var(--spacing-10);
    }
  }
  .sm\:pb-5 {
    @media (width >= 640px) {
      padding-bottom: var(--spacing-5);
    }
  }
  .sm\:tw-text-start {
    @media (width >= 640px) {
      text-align: start;
    }
  }
  .md\:-right-5 {
    @media (width >= 768px) {
      right: calc(var(--spacing-5) * -1);
    }
  }
  .md\:-left-5 {
    @media (width >= 768px) {
      left: calc(var(--spacing-5) * -1);
    }
  }
  .md\:mb-2 {
    @media (width >= 768px) {
      margin-bottom: var(--spacing-2);
    }
  }
  .md\:mb-7 {
    @media (width >= 768px) {
      margin-bottom: var(--spacing-7);
    }
  }
  .md\:h-12 {
    @media (width >= 768px) {
      height: var(--spacing-12);
    }
  }
  .md\:w-12 {
    @media (width >= 768px) {
      width: var(--spacing-12);
    }
  }
  .md\:max-w-\[300px\] {
    @media (width >= 768px) {
      max-width: 300px;
    }
  }
  .md\:min-w-24 {
    @media (width >= 768px) {
      min-width: var(--spacing-24);
    }
  }
  .md\:gap-2 {
    @media (width >= 768px) {
      gap: var(--spacing-2);
    }
  }
  .md\:gap-3 {
    @media (width >= 768px) {
      gap: var(--spacing-3);
    }
  }
  .md\:overflow-hidden {
    @media (width >= 768px) {
      overflow: hidden;
    }
  }
  .md\:\!px-\[30px\] {
    @media (width >= 768px) {
      padding-inline: 30px !important;
    }
  }
  .md\:px-16 {
    @media (width >= 768px) {
      padding-inline: var(--spacing-16);
    }
  }
  .md\:py-20 {
    @media (width >= 768px) {
      padding-block: var(--spacing-20);
    }
  }
  .md\:pb-0 {
    @media (width >= 768px) {
      padding-bottom: var(--spacing-0);
    }
  }
  .lg\:right-3 {
    @media (width >= 1024px) {
      right: var(--spacing-3);
    }
  }
  .lg\:left-3 {
    @media (width >= 1024px) {
      left: var(--spacing-3);
    }
  }
  .lg\:order-0 {
    @media (width >= 1024px) {
      order: 0;
    }
  }
  .lg\:order-1 {
    @media (width >= 1024px) {
      order: 1;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 1024px) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:mt-0 {
    @media (width >= 1024px) {
      margin-top: var(--spacing-0);
    }
  }
  .lg\:mb-0 {
    @media (width >= 1024px) {
      margin-bottom: var(--spacing-0);
    }
  }
  .lg\:mb-10 {
    @media (width >= 1024px) {
      margin-bottom: var(--spacing-10);
    }
  }
  .lg\:tw-flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:max-w-\[600px\] {
    @media (width >= 1024px) {
      max-width: 600px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:tw-items-end {
    @media (width >= 1024px) {
      align-items: flex-end;
    }
  }
  .lg\:tw-items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:tw-justify-start {
    @media (width >= 1024px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-4 {
    @media (width >= 1024px) {
      gap: var(--spacing-4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 1024px) {
      gap: var(--spacing-5);
    }
  }
  .lg\:gap-12 {
    @media (width >= 1024px) {
      gap: var(--spacing-12);
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 1024px) {
      overflow: hidden;
    }
  }
  .lg\:p-9 {
    @media (width >= 1024px) {
      padding: var(--spacing-9);
    }
  }
  .lg\:px-16 {
    @media (width >= 1024px) {
      padding-inline: var(--spacing-16);
    }
  }
  .lg\:px-30 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:py-10 {
    @media (width >= 1024px) {
      padding-block: var(--spacing-10);
    }
  }
  .lg\:pr-7\.5 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:pl-8 {
    @media (width >= 1024px) {
      padding-left: var(--spacing-8);
    }
  }
  .lg\:tw-text-start {
    @media (width >= 1024px) {
      text-align: start;
    }
  }
  .lg\:opacity-0 {
    @media (width >= 1024px) {
      opacity: 0%;
    }
  }
  .group-hover\:lg\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        @media (width >= 1024px) {
          opacity: 100%;
        }
      }
    }
  }
}
.lh-hidden {
  display: none;
}
.lh-grid {
  display: grid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* ========== BASE GRID (default, non-slider) ========== */
.lh-slider-container:not([data-desktop-layout="slider"]) .lh-slider-content {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--data-item) - var(--data-gap)), 1fr));
   gap: var(--data-gap, 10px);
 }
 
 /* ========== DESKTOP (≥ 1024px) ========== */
 @media (min-width: 1024px) {
   /* GRID layout */
   .lh-slider-container[data-desktop-layout="grid"] .lh-slider-content {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--data-item) - var(--data-gap)), 1fr));
     gap: var(--data-gap, 10px);
   }
 
   /* SLIDER layout */
   .lh-slider-container[data-desktop-layout="slider"] {
     margin-left: calc(var(--data-gap) * -1);
   }
 
   .lh-slider-container[data-desktop-layout="slider"] .lh-slider-content {
     display: flex;
     touch-action: pan-y pinch-zoom;
   }
 
   .lh-slider-container[data-desktop-layout="slider"] .lh-slide-item {
     flex: 0 0 calc(100% / var(--data-item, 1));
     padding-left: var(--data-gap);
   }
 }
 
 /* ========== TABLET (640px – 1023px) ========== */
 @media (min-width: 640px) and (max-width: 1023px) {
   
   .lh-slider-container[data-tablet-layout="grid"] .lh-slider-content {
     display: grid;
     grid-template-columns: repeat(
       auto-fill,
       minmax(
         calc(100% / var(--data-item-tablet, var(--data-item, 1)) - var(--data-gap-tablet, var(--data-gap, 10px))),
         1fr
       )
     );
     gap: var(--data-gap-tablet, var(--data-gap, 10px));
   }
 
   .lh-slider-container:not([data-tablet-layout])[data-desktop-layout="grid"] .lh-slider-content {
     display: grid;
     grid-template-columns: repeat(
       auto-fill,
       minmax(
         calc(100% / var(--data-item-tablet, 1) - var(--data-gap-tablet, 10px)),
         1fr
       )
     );
     gap: var(--data-gap-tablet, 10px);
   }
 
   .lh-slider-container[data-tablet-layout="slider"] {
     margin-left: calc(var(--data-gap-tablet, var(--data-gap, 10px)) * -1);
   }
   .lh-slider-container[data-tablet-layout="slider"] .lh-slider-content {
     display: flex;
     gap: 0 !important;
     touch-action: pan-y pinch-zoom;
   }
   .lh-slider-container[data-tablet-layout="slider"] .lh-slide-item {
     flex: 0 0 calc(100% / var(--data-item-tablet, var(--data-item, 1)));
     padding-left: var(--data-gap-tablet, var(--data-gap, 10px));
   }
 
   .lh-slider-container:not([data-tablet-layout])[data-desktop-layout="slider"] {
     margin-left: calc(var(--data-gap-tablet, var(--data-gap, 10px)) * -1);
   }
   .lh-slider-container:not([data-tablet-layout])[data-desktop-layout="slider"] .lh-slider-content {
     display: flex;
     gap: 0 !important;
     touch-action: pan-y pinch-zoom;
   }
   .lh-slider-container:not([data-tablet-layout])[data-desktop-layout="slider"] .lh-slide-item {
     flex: 0 0 calc(100% / var(--data-item-tablet, var(--data-item, 1)));
     padding-left: var(--data-gap-tablet, var(--data-gap, 10px));
   }
 }
 
 
 /* ========== MOBILE (≤ 639px) ========== */
 @media (max-width: 639px) {
   /* GRID layout */
   .lh-slider-container[data-mobile-layout="grid"] .lh-slider-content {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(calc(100% / var(--data-item-mobile) - var(--data-gap-mobile)), 1fr));
     gap: var(--data-gap-mobile, 10px);
   }
 
   /* SLIDER layout */
   .lh-slider-container[data-mobile-layout="slider"] {
     margin-left: calc(var(--data-gap-mobile) * -1);
   }
 
   .lh-slider-container[data-mobile-layout="slider"] .lh-slider-content {
     display: flex;
     gap: 0 !important;
   }
 
   .lh-slider-container[data-mobile-layout="slider"] .lh-slide-item {
     flex: 0 0 calc(100% / var(--data-item-mobile, 1));
     padding-left: var(--data-gap-mobile);
   }
 }
 
 /* ========== CONTROLS (Navigation & Pagination) ========== */
 .lh-slider-nav-left,
 .lh-slider-nav-right {
   opacity: 0;
   top: calc(50% - var(--height-controls) / 2);
   transform: translate(0, -50%);
   color: initial;
 }
 
 .lh-carousel:hover .lh-slider-nav-left,
 .lh-carousel:hover .lh-slider-nav-right {
   opacity: 1;
 }
 
 .lh-carousel:hover .lh-slider-nav-left.disabled,
 .lh-carousel:hover .lh-slider-nav-right.disabled {
   opacity: 0.5;
 }
 
 .lh-slider-nav-left.disabled,
 .lh-slider-nav-right.disabled {
   pointer-events: none;
   cursor: not-allowed;
 }
 
 /* ========== PAGINATION ========== */
 .lh-slider-pagination {
   cursor: pointer;
 }
 
 .lh-slider-wrapper[data-pagination="dots"] + .lh-slider-controls .lh-slider-pagination {
   display: flex;
   width: 8px;
   height: 8px;
   background: #ccc;
   border-radius: 50%;
 }
 
 .lh-slider-wrapper[data-pagination="dots"] + .lh-slider-controls .lh-slider-pagination.active {
   background: #000;
 }
 
 /* NUMBERS pagination */
 .lh-slider-wrapper[data-pagination="numbers"] + .lh-slider-controls .lh-slider-pagination {
   padding: 10px;
   opacity: 0.6;
   line-height: 1;
 }
 
 .lh-slider-wrapper[data-pagination="numbers"] + .lh-slider-controls .lh-slider-pagination.active {
   text-decoration: underline;
   opacity: 1;
 }
 
 /* Dynamic pagination visibility */
 .lh-slider-pagination-wrapper,
 .lh-slider-pagination-total,
 .lh-slider-pagination-progress {
   display: none;
 }
 
 .lh-slider-wrapper[data-pagination="dots"] + .lh-slider-controls .lh-slider-pagination-wrapper,
 .lh-slider-wrapper[data-pagination="dynamic-dots"] + .lh-slider-controls .lh-slider-pagination-wrapper,
 .lh-slider-wrapper[data-pagination="numbers"] + .lh-slider-controls .lh-slider-pagination-wrapper,
 .lh-slider-wrapper[data-pagination="counter"] + .lh-slider-controls .lh-slider-pagination-total,
 .lh-slider-wrapper[data-pagination="progress"] + .lh-slider-controls .lh-slider-pagination-progress {
   display: flex;
   position: relative;
   line-height: 1;
 }
 
 /* Controls visibility */
 .lh-slider-controls {
   display: none;
 }
 
 @media (min-width: 1024px) {
   .lh-slider-controls[show-desktop="true"] {
     display: block;
   }
 }
 
 @media (min-width: 640px) and (max-width: 1023px) {
   .lh-slider-controls[show-tablet="true"] {
     display: block;
   }
 }
 
 @media (max-width: 639px) {
   .lh-slider-controls[show-mobile="true"] {
     display: block;
   }
 }
 
 /* ========== FADE EFFECT ========== */
 .lh-slider-container[data-effect="fade"] .lh-slider-content {
   scroll-behavior: auto;
 }
 
 .lh-slider-container[data-effect="fade"] .lh-slide-item {
   flex: 0 0 100%;
 }
 
 .lh-slider-wrapper[data-pagination="dynamic-dots"] + .lh-slider-controls .lh-slider-pagination {
   display: inline-block;
   width: 8px;
   height: 8px;
   background: #ccc;
   border-radius: 50%;
   transition: all 0.3s ease;
   cursor: pointer;
   opacity: 0.5;
   margin: 0 4px;
   transform: scale(1);
   position: relative;
   min-width: 8px;
 }
 
 .lh-slider-wrapper[data-pagination="dynamic-dots"] + .lh-slider-controls .lh-slider-pagination.prev,
 .lh-slider-wrapper[data-pagination="dynamic-dots"] + .lh-slider-controls .lh-slider-pagination.next {
   transform: scale(0.66);
 }
 
 .lh-slider-wrapper[data-pagination="dynamic-dots"] + .lh-slider-controls .lh-slider-pagination.prev-prev,
 .lh-slider-wrapper[data-pagination="dynamic-dots"] + .lh-slider-controls .lh-slider-pagination.next-next {
   transform: scale(0.33);
 }
 
 .lh-slider-wrapper[data-pagination="dynamic-dots"] + .lh-slider-controls .lh-slider-pagination.active {
   background: #000;
   opacity: 1;
 }
 

      .lh-section.lh-vqopck,.lh-section.lh-6rsome{ --lh-other-sale-price-color: #d82727;
--lh-other-sale-bg-color: #d82727;
--lh-other-sale-text-color: #ffffff;
--lh-other-sold-out-bg-color: #adadad;
--lh-other-sold-out-text-color: #ffffff;
--lh-other-tag-1-bg-color: #008c62;
--lh-other-tag-1-text-color: #ffffff;
--lh-other-tag-2-bg-color: #405de6;
--lh-other-tag-2-text-color: #ffffff;
--lh-h1-font-family: DM Sans;
--lh-h1-font-size: 54px;
--lh-h1-font-weight: 500;
--lh-h1-line-height: 1.2;
--lh-h1-letter-spacing: 0px;
--lh-h1-text-transform: inherit;
--lh-h1-font-style: normal;
--lh-h2-font-family: DM Sans;
--lh-h2-font-size: 34px;
--lh-h2-font-weight: 500;
--lh-h2-line-height: 1.2;
--lh-h2-letter-spacing: 0px;
--lh-h2-text-transform: inherit;
--lh-h2-font-style: normal;
--lh-h3-font-family: DM Sans;
--lh-h3-font-size: 26px;
--lh-h3-font-weight: 500;
--lh-h3-line-height: 1.3;
--lh-h3-letter-spacing: 0px;
--lh-h3-text-transform: inherit;
--lh-h3-font-style: normal;
--lh-h4-font-family: DM Sans;
--lh-h4-font-size: 18px;
--lh-h4-font-weight: 500;
--lh-h4-line-height: 1.4;
--lh-h4-letter-spacing: 0px;
--lh-h4-text-transform: inherit;
--lh-h4-font-style: normal;
--lh-h5-font-family: DM Sans;
--lh-h5-font-size: 16px;
--lh-h5-font-weight: 500;
--lh-h5-line-height: 1.5;
--lh-h5-letter-spacing: 0px;
--lh-h5-text-transform: inherit;
--lh-h5-font-style: normal;
--lh-p-font-family: DM Sans;
--lh-p-font-size: 16px;
--lh-p-font-weight: 400;
--lh-p-line-height: 1.5;
--lh-p-letter-spacing: 0px;
--lh-p-text-transform: inherit;
--lh-p-font-style: normal;
--lh-p2-font-family: DM Sans;
--lh-p2-font-size: 14px;
--lh-p2-font-weight: 400;
--lh-p2-line-height: 1.5;
--lh-p2-letter-spacing: 0px;
--lh-p2-text-transform: inherit;
--lh-p2-font-style: normal;
--lh-p3-font-family: DM Sans;
--lh-p3-font-size: 14px;
--lh-p3-font-weight: 400;
--lh-p3-line-height: 1.5;
--lh-p3-letter-spacing: 1.5px;
--lh-p3-text-transform: uppercase;
--lh-p3-font-style: normal;
--lh-btn-font-size: 14px;
--lh-btn-font-weight: 600;
--lh-btn-letter-spacing: 1px;
--lh-btn-text-transform: capitalize;
--lh-btn-height: 48px;
--lh-btn-padding: 36px;
--lh-btn-border-radius: 100px;
--lh-btn-transition-hover: 150ms;
--lh-btn-pr-border-width: 0px;
--lh-btn-pr-shadow-x: 0px;
--lh-btn-pr-shadow-y: 0px;
--lh-btn-pr-shadow-blur: 0px;
--lh-btn-pr-shadow-transparent: 0%;
--lh-btn-se-border-width: 1px;
--lh-btn-se-shadow-x: 0px;
--lh-btn-se-shadow-y: 0px;
--lh-btn-se-shadow-blur: 0px;
--lh-btn-se-shadow-transparent: 0%;
--lh-btn-te-underline: underline;
--lh-btn-te-underline-offset: 6px; }
      @media (min-width: 768px) and (max-width: 1023px) { .lh-section.lh-vqopck,.lh-section.lh-6rsome{ --lh-h1-font-size: 46px;
--lh-h1-line-height: 1.2;
--lh-h2-font-size: 32px;
--lh-h2-line-height: 1.2;
--lh-h3-font-size: 26px;
--lh-h3-line-height: 1.3;
--lh-h4-font-size: 18px;
--lh-h5-font-size: 16px;
--lh-p3-font-size: 14px;
--lh-btn-font-size: 14px;
--lh-btn-height: 48px;
--lh-btn-padding: 36px;
--lh-btn-se-border-width: 1px; }}
      @media (max-width: 767px) { .lh-section.lh-vqopck,.lh-section.lh-6rsome{ --lh-h1-font-size: 36px;
--lh-h2-font-size: 30px;
--lh-h3-font-size: 22px;
--lh-h4-font-size: 18px;
--lh-h5-font-size: 16px;
--lh-h5-line-height: 1.5;
--lh-p3-font-size: 14px;
--lh-btn-font-size: 14px;
--lh-btn-height: 48px;
--lh-btn-padding: 36px;
--lh-btn-border-radius: 100px;
--lh-btn-se-border-width: 1px; }}
      
          .lh-section.lh-vqopck .lh-scheme-1,.lh-section.lh-vqopck.lh-scheme-1,.lh-section.lh-6rsome .lh-scheme-1,.lh-section.lh-6rsome.lh-scheme-1 {
            --lh-text-color: #666666;
            --lh-heading-color: #181818;
            --lh-background-color: #ffffff;
            --lh-btn-pr-background-color: #1f1f1f;
            --lh-btn-pr-label-color: #ffffff;
            --lh-btn-pr-border-color: #1f1f1f;
            --lh-btn-se-background-color: #ECECEC;
            --lh-btn-se-label-color: #1E1E1E;
            --lh-btn-se-border-color: #ECECEC;
            --lh-btn-te-label-color: #1E1E1E;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 10%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);

            --color-scheme-text: #666666;
            --color-scheme-bg: #ffffff;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
          .lh-section.lh-vqopck .lh-scheme-2,.lh-section.lh-vqopck.lh-scheme-2,.lh-section.lh-6rsome .lh-scheme-2,.lh-section.lh-6rsome.lh-scheme-2 {
            --lh-text-color: #666666;
            --lh-heading-color: #181818;
            --lh-background-color: #FBF8F4;
            --lh-btn-pr-background-color: #EFDFB4;
            --lh-btn-pr-label-color: #1E1E1E;
            --lh-btn-pr-border-color: #EFDFB4;
            --lh-btn-se-background-color: #1F1F1F;
            --lh-btn-se-label-color: #ffffff;
            --lh-btn-se-border-color: #1F1F1F;
            --lh-btn-te-label-color: #1E1E1E;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 10%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);

            --color-scheme-text: #666666;
            --color-scheme-bg: #FBF8F4;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
          .lh-section.lh-vqopck .lh-scheme-3,.lh-section.lh-vqopck.lh-scheme-3,.lh-section.lh-6rsome .lh-scheme-3,.lh-section.lh-6rsome.lh-scheme-3 {
            --lh-text-color: #FFFFFF;
            --lh-heading-color: #FFFFFF;
            --lh-background-color: #1F1E20;
            --lh-btn-pr-background-color: #ffffff;
            --lh-btn-pr-label-color: #1C1C1C;
            --lh-btn-pr-border-color: #ffffff;
            --lh-btn-se-background-color: #433C3C;
            --lh-btn-se-label-color: #FFFFFF;
            --lh-btn-se-border-color: #FFFFFF;
            --lh-btn-te-label-color: #FFFFFF;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), black 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 100%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 100%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), black 25%);

            --color-scheme-text: #FFFFFF;
            --color-scheme-bg: #1F1E20;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
    

      .lh-section.lh-yt8b8k{ --lh-other-sale-price-color: #d82727;
--lh-other-sale-bg-color: #d82727;
--lh-other-sale-text-color: #ffffff;
--lh-other-sold-out-bg-color: #adadad;
--lh-other-sold-out-text-color: #ffffff;
--lh-other-tag-1-bg-color: #1EAAA3;
--lh-other-tag-1-text-color: #ffffff;
--lh-other-tag-2-bg-color: #6F6F6F;
--lh-other-tag-2-text-color: #ffffff;
--lh-h1-font-family: Lexend Deca;
--lh-h1-font-size: 54px;
--lh-h1-font-weight: 700;
--lh-h1-line-height: 1.2;
--lh-h1-letter-spacing: -1.1px;
--lh-h1-text-transform: capitalize;
--lh-h1-font-style: normal;
--lh-h2-font-family: Lexend Deca;
--lh-h2-font-size: 40px;
--lh-h2-font-weight: 700;
--lh-h2-line-height: 1.2;
--lh-h2-letter-spacing: -1px;
--lh-h2-text-transform: capitalize;
--lh-h2-font-style: normal;
--lh-h3-font-family: Lexend Deca;
--lh-h3-font-size: 26px;
--lh-h3-font-weight: 700;
--lh-h3-line-height: 1.3;
--lh-h3-letter-spacing: 0px;
--lh-h3-text-transform: capitalize;
--lh-h3-font-style: normal;
--lh-h4-font-family: Lexend Deca;
--lh-h4-font-size: 20px;
--lh-h4-font-weight: 600;
--lh-h4-line-height: 1.4;
--lh-h4-letter-spacing: 0px;
--lh-h4-text-transform: normal;
--lh-h4-font-style: normal;
--lh-h5-font-family: Lexend Deca;
--lh-h5-font-size: 16px;
--lh-h5-font-weight: 600;
--lh-h5-line-height: 1.5;
--lh-h5-letter-spacing: 0px;
--lh-h5-text-transform: normal;
--lh-h5-font-style: normal;
--lh-p-font-family: Lexend Deca;
--lh-p-font-size: 16px;
--lh-p-font-weight: 300;
--lh-p-line-height: 1.5;
--lh-p-letter-spacing: 0px;
--lh-p-text-transform: inherit;
--lh-p-font-style: normal;
--lh-p2-font-family: Lexend Deca;
--lh-p2-font-size: 14px;
--lh-p2-font-weight: 400;
--lh-p2-line-height: 1.5;
--lh-p2-letter-spacing: 0px;
--lh-p2-text-transform: inherit;
--lh-p2-font-style: normal;
--lh-p3-font-family: Lexend Deca;
--lh-p3-font-size: 20px;
--lh-p3-font-weight: 400;
--lh-p3-line-height: 1.5;
--lh-p3-letter-spacing: 0px;
--lh-p3-text-transform: inherit;
--lh-p3-font-style: normal;
--lh-btn-font-size: 14px;
--lh-btn-font-weight: 400;
--lh-btn-letter-spacing: 0px;
--lh-btn-text-transform: capitalize;
--lh-btn-height: 56px;
--lh-btn-padding: 32px;
--lh-btn-border-radius: 100px;
--lh-btn-transition-hover: 150ms;
--lh-btn-pr-border-width: 1px;
--lh-btn-pr-shadow-x: 0px;
--lh-btn-pr-shadow-y: 0px;
--lh-btn-pr-shadow-blur: 0px;
--lh-btn-pr-shadow-transparent: 0%;
--lh-btn-se-border-width: 1px;
--lh-btn-se-shadow-x: 0px;
--lh-btn-se-shadow-y: 0px;
--lh-btn-se-shadow-blur: 0px;
--lh-btn-se-shadow-transparent: 0%;
--lh-btn-te-underline: underline;
--lh-btn-te-underline-offset: 5px; }
      @media (min-width: 768px) and (max-width: 1023px) { .lh-section.lh-yt8b8k{ --lh-h1-font-size: 40px;
--lh-h1-line-height: 1.2;
--lh-h1-letter-spacing: -1.1px;
--lh-h2-font-size: 36px;
--lh-h2-line-height: 1.2;
--lh-h3-font-size: 26px;
--lh-h3-line-height: 1.3;
--lh-h4-font-size: 18px;
--lh-h5-font-size: 16px;
--lh-btn-font-size: 14px;
--lh-btn-height: 48px;
--lh-btn-padding: 24px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
      @media (max-width: 767px) { .lh-section.lh-yt8b8k{ --lh-h1-font-size: 34px;
--lh-h2-font-size: 28px;
--lh-h3-font-size: 22px;
--lh-h4-font-size: 18px;
--lh-h5-font-size: 14px;
--lh-btn-font-size: 14px;
--lh-btn-height: 44px;
--lh-btn-padding: 22px;
--lh-btn-border-radius: 100px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
      
          .lh-section.lh-yt8b8k .lh-scheme-1,.lh-section.lh-yt8b8k.lh-scheme-1 {
            --lh-text-color: #4c4c4c;
            --lh-heading-color: #181818;
            --lh-background-color: #ffffff;
            --lh-btn-pr-background-color: #1E1E1E;
            --lh-btn-pr-label-color: #ffffff;
            --lh-btn-pr-border-color: #1E1E1E;
            --lh-btn-se-background-color: #ececec;
            --lh-btn-se-label-color: #1E1E1E;
            --lh-btn-se-border-color: #ececec;
            --lh-btn-te-label-color: #1E1E1E;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 10%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);

            --color-scheme-text: #4c4c4c;
            --color-scheme-bg: #ffffff;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
          .lh-section.lh-yt8b8k .lh-scheme-2,.lh-section.lh-yt8b8k.lh-scheme-2 {
            --lh-text-color: #4c4c4c;
            --lh-heading-color: #181818;
            --lh-background-color: #f6f6f6;
            --lh-btn-pr-background-color: #1E1E1E;
            --lh-btn-pr-label-color: #ffffff;
            --lh-btn-pr-border-color: #1E1E1E;
            --lh-btn-se-background-color: #DFDFDF;
            --lh-btn-se-label-color: #1E1E1E;
            --lh-btn-se-border-color: #DFDFDF;
            --lh-btn-te-label-color: #1E1E1E;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), black 10%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);

            --color-scheme-text: #4c4c4c;
            --color-scheme-bg: #f6f6f6;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
          .lh-section.lh-yt8b8k .lh-scheme-3,.lh-section.lh-yt8b8k.lh-scheme-3 {
            --lh-text-color: #ffffff;
            --lh-heading-color: #ffffff;
            --lh-background-color: #181818;
            --lh-btn-pr-background-color: #ffffff;
            --lh-btn-pr-label-color: #1C1C1C;
            --lh-btn-pr-border-color: #ffffff;
            --lh-btn-se-background-color: #ffffff00;
            --lh-btn-se-label-color: #ffffff;
            --lh-btn-se-border-color: #ffffff;
            --lh-btn-te-label-color: #ffffff;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), black 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 100%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 100%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), black 25%);

            --color-scheme-text: #ffffff;
            --color-scheme-bg: #181818;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
    
.lh-yt8b8k .lh-btn[disabled]{ opacity: 0.7;}.lh-yt8b8k .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-yt8b8k span svg{ display: flex;}@media (min-width: 1201px) and (max-width: 1599px) {.lh-yt8b8k .lh-atribute-content{ gap: 6px;padding-left: 6px;padding-right: 8px;}.lh-yt8b8k .lh-container-inner{ padding: 24px;}.lh-yt8b8k .lh-product-info-wrapper{ padding-left: 10px;}.lh-yt8b8k .lh-product-media-wrapper{ padding-right: 10px;}.lh-yt8b8k .lh-atribute-title{ display: inline-block;white-space: normal;word-break: break-word;overflow-wrap: break-word;}}@media (min-width: 1024px) and (max-width: 1200px) {.lh-yt8b8k .lh-atribute-content{ gap: 8px;padding-left: 4px;padding-right: 4px;}.lh-yt8b8k .lh-container-inner{ padding: 24px !important;}.lh-yt8b8k .lh-atributes-content{ gap: 4px;}.lh-yt8b8k .lh-container-inner{ padding: 24px;}.lh-yt8b8k .lh-product-info-wrapper{ padding-left: 10px;}.lh-yt8b8k .lh-product-media-wrapper{ padding-right: 10px;}.lh-yt8b8k .lh-atribute-title{ display: inline-block;white-space: normal;word-break: break-word;overflow-wrap: break-word;}}@media (min-width: 1600px) {.lh-yt8b8k .lh-atribute-content{ gap: 12px;padding-left: 16px;padding-right: 16px;}}@media (min-width: 640px) and (max-width: 1023px) {.lh-yt8b8k .lh-atribute-content{ gap: 10px;padding-left: 10px;padding-right: 10px;}}@media (max-width: 639px) {.lh-yt8b8k .lh-atribute-content{ gap: 12px;padding-left: 12px;padding-right: 12px;}}.lh-yt8b8k .lh-button-zoom{ opacity: 0;visibility: hidden;transform: scale(0.85);transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;z-index: 1;}.lh-yt8b8k .lh-product-media--thumbs .lh-slider-content{ visibility: hidden;opacity: 0;transition: opacity 0.2s ease;}.lh-yt8b8k .lh-media-product:hover .lh-button-zoom{ opacity: 1;visibility: visible;transform: scale(1);}.lh-yt8b8k .lh-media-product:hover .lh-button-zoom:hover{ transform: scale(1.1);}.lh-yt8b8k .lh-swatch .lh-header, .lh-yt8b8k .form-control-label, .lh-yt8b8k .lh-quantity-wrapper > *{ color: var(--lh-heading-color) !important;}.lh-yt8b8k .lh-on-sale .lh-special-price{ color: var(--lh-other-sale-price-color);}.lh-yt8b8k .lh-on-sale .lh-old-price{ color: var(--color-scheme-text-500);}@media (min-width: 640px) {.lh-yt8b8k .lh-slide-item .lh-image-picture{ border-radius: 24px;}.lh-yt8b8k .lh-container-inner{ border-radius: 32px ;}.lh-yt8b8k .lh-container-inner{ padding: 40px }}@media (min-width: 750px) and (max-width: 991px) {.lh-yt8b8k .lh-container{ padding: 30px;padding-top: calc(var(--lh-container-padding-top, 0) * 64 / 96);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 64 /96);}.lh-yt8b8k .lh-container-inner{ padding :32px;}}@media (max-width: 749px) {.lh-yt8b8k .lh-container{ padding-top: calc(var(--lh-container-padding-top, 0) * 56 / 96);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 56 /96);}.lh-yt8b8k .lh-slider-wrapper .lh-slider-nav-left, .lh-yt8b8k .lh-slider-wrapper .lh-slider-nav-right{ transform: scale(0.8);}.lh-yt8b8k .lh-slide-item .lh-image-picture{ border-radius: 12px;}.lh-yt8b8k .lh-container-inner{ border-radius: 16px ;}.lh-yt8b8k .lh-container-inner{ padding-left: 16px;padding-right: 16px;padding-top: 16px;padding-bottom: 24px;}.lh-yt8b8k .product_atribute{ font-size: 16px;}}.lh-yt8b8k .lh-atribute-title{ font-size: 12px;}.lh-yt8b8k .lh-atribute-content{ border-radius: 8px;}.lh-yt8b8k .product_atribute{ font-weight: 300;}.lh-yt8b8k .metafield-file_reference{ width: 24px;height: 24px;}.lh-yt8b8k .lh-special-price .lh-price, .lh-yt8b8k .lh-policy{ color: var(--lh-heading-color);}.lh-yt8b8k .lh-swatch-element.lh-color + .lh-tooltip{	z-index: -1;white-space: nowrap;}.lh-yt8b8k .lh-swatch-element.lh-color:hover + .lh-tooltip{	opacity: 1;z-index: 100;top: -30px;min-width: 30px;background: #000;color: #fff;padding: 4px 6px;font-size: 10px;border-radius: 4px;}.lh-yt8b8k .lh-swatch-element.lh-color:hover + .lh-tooltip:after{	content: '';position: absolute;left: 16px;bottom: -3px;width: 0;height: 0;border-style: solid;border-width: 3px 2.5px 0 2.5px;border-color: #000 transparent transparent transparent;}.lh-yt8b8k .lh-slider-nav-left, .lh-yt8b8k .lh-slider-nav-right{ opacity: 0;transform: translateY(-50%);color: initial;}.lh-yt8b8k .lh-swatch .lh-swatch-element.lh-sold-out{ opacity: 0.6;}.lh-yt8b8k .lh-swatch .lh-sold-out .lh-swtach-wrp::before{ content: "";position: absolute;top: 0;left: 0;width: 120%;height: 1px;border-top: 1px solid color-mix(in srgb, #000000 50%, #ffffff 50%);transform: rotate(33deg);transform-origin: top left;z-index: 1;}.lh-yt8b8k .lh-swatch .lh-swatch-element input:checked + label:after{	content: none;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-size: contain;position: absolute;top: 0px;right: 0;width: 6px;height: 6px;}.lh-yt8b8k .lh-swatch .slh-watch-element input:checked + label:before{	content: none;padding: 4px;font-size: 10px;line-height: 1;position: absolute;top: -15px;right: -13px;background: var(--primary-color);width: 26px;height: 24px;transform: rotate(45deg);}.lh-yt8b8k .lh-swatch .lh-color label:before{	content: none;}.lh-yt8b8k .lh-swatch .lh-color span{	content: '';position: absolute;width: 100%;height: 100%;border-radius: 0%;background: #fff;top: 50%;left: 50%;z-index: 0;transform: translate(-50%, -50%);}.lh-yt8b8k .lh-swatch .lh-color input:checked ~ span{	opacity: 1;padding: 1px;border: 1px solid gray;}.lh-yt8b8k .lh-swatch .lh-color .lh-swtach-wrp{ width: 64px !important;height: 64px !important;}.lh-yt8b8k .lh-swatch .lh-swatch-element .lh-swtach-wrp{ min-width: 66px;padding: 0 12px;height: 44px;border: 1px solid #B3B3B3;border-radius: 0px;}.lh-yt8b8k .lh-swatch .lh-swatch-element.lh-color .lh-swtach-wrp{ min-width: unset;padding: 0;width: 66px;height: 44px;border: 1px solid #B3B3B3;border-radius: 0px;}.lh-yt8b8k .lh-swatch .lh-swatch-element label{ width: 100%;height: 100%;}.lh-yt8b8k .lh-swatch.lh-swatch-color .lh-swatch-element label, .lh-yt8b8k .lh-swatch.lh-swatch-color .lh-swatch-element .lh-swtach-wrp{ border-radius: 0%;}.lh-yt8b8k .lh-swatch.lh-swatch-color .lh-sold-out .lh-swtach-wrp::before{	display: none;}.lh-yt8b8k .lh-swatch .lh-swatch-element input:checked+.lh-swtach-wrp{ padding: 3px;border: 1px solid #181818;}.lh-yt8b8k{ --thumb-height: 560px;}.lh-yt8b8k .lh-product-inventory .in-stock{ color: green;}.lh-yt8b8k .lh-product-inventory .low-stock{ color: rgb(231, 163, 17);}.lh-yt8b8k .lh-product-inventory .out-of-stock{ color: rgb(199, 14, 14);}.lh-yt8b8k .lh-product-thumb-slide .lh-slide-item{ flex: unset;}.lh-yt8b8k .lh-media-thumb .lh-item-img{ height: 80px;width: 80px;}.lh-yt8b8k .lh-media-thumb.is-active .lh-item-img::before{ content: "";position: absolute;inset: 0;border: 1px solid var(--lh-heading-color);z-index: 1;}.lh-yt8b8k .lh-media-thumb.is-active .lh-item-img::after{ content: "";position: absolute;inset: 0;background: color-mix(in srgb, var(--lh-background-color) 10%, transparent);z-index: 0;}.lh-yt8b8k .lh-media-product{ display: flex;flex-direction: column;}@media(min-width: 750px) {.lh-yt8b8k .lh-media-product:not([data-position-thumbs="bottom"]) .lh-product-thumb-slide .lh-slider-content{ max-height: var(--thumb-height);}.lh-yt8b8k .lh-media-product[data-position-thumbs="left"] .lh-slider-nav-left{ left: calc(12px + 96px);}.lh-yt8b8k .lh-media-product[data-position-thumbs="right"] .lh-slider-nav-right{ right: calc(12px + 96px);}.lh-yt8b8k .lh-media-product:not([data-position-thumbs="bottom"]) .lh-product-thumb-slide .lh-slider-content{ flex-direction: column;overflow: visible;}.lh-yt8b8k .lh-media-product:not([data-position-thumbs="bottom"]) .lh-product-thumb-slide .lh-slider-content{ scrollbar-width: none;-ms-overflow-style: none;}.lh-yt8b8k .lh-media-product:not([data-position-thumbs="bottom"]) .lh-product-thumb-slide .lh-slider-content::-webkit-scrollbar{ display: none;}.lh-yt8b8k .lh-media-product:not([data-position-thumbs="bottom"]) .lh-product-thumb-slide .lh-slider-content .lh-slide-item{ padding-left: 0;padding-top: var(--data-gap);}.lh-yt8b8k .lh-media-product:not([data-position-thumbs="bottom"]) .lh-product-thumb-slide{ margin-top: calc(var(--data-gap) * -1);}.lh-yt8b8k .lh-media-product:not([data-position-thumbs="bottom"]){ display: flex;flex-direction: row;}.lh-yt8b8k .lh-media-product[data-position-thumbs="left"] .lh-product-media{ flex: 1;order: 2;}.lh-yt8b8k .lh-media-product[data-position-thumbs="right"] .lh-product-media{ flex: 1;order: 0;}.lh-yt8b8k .lh-media-product[data-position-thumbs="right"] .lh-product-thumb-slide{ margin-left: 16px;}.lh-yt8b8k .lh-media-product[data-position-thumbs="left"] .lh-product-thumb-slide{ margin-left: 0;margin-right: 16px;}.lh-yt8b8k .lh-media-product[data-position-thumbs="bottom"] .lh-product-thumb-slide{ margin-top: 16px;}}.lh-yt8b8k .lh-lightbox, .lh-yt8b8k .lh-bg-overlay{ background-color: rgba(0, 0, 0, 0.85) !important;z-index: 99999999999999999999999;}.lh-yt8b8k .lh-lightbox-ct{ z-index: 999999999;opacity: 0;}.lh-yt8b8k .lh-lightbox-ct.active{ opacity: 1;}.lh-yt8b8k .lh-lightbox-ct .lh-lightbox-toolbar, .lh-yt8b8k .lh-lightbox-ct .lh-slider-controls{ display: none!important;}.lh-yt8b8k .lh-lightbox-ct.show-controls .lh-lightbox-toolbar{ display: flex!important;}.lh-yt8b8k .lh-lightbox-ct.show-controls .lh-slider-controls{ display: block!important;}.lh-yt8b8k .lh-lightbox-ct .lh-lightbox{ display: none;position: fixed !important;inset: 0;}.lh-yt8b8k .lh-lightbox.active{ display: flex !important;}.lh-yt8b8k .lh-lightbox-ct .lh-lightbox .lh-carousel{ position: relative;height: 100vh;padding: 44px 0;width: 100%;overflow: hidden;}.lh-yt8b8k .lh-lightbox .lh-carousel .lh-lightbox-toolbar{ position: absolute;z-index: 100;top: 0;right: 0;}.lh-yt8b8k .lh-lightbox .lh-carousel .lh-slider-wrapper{ position: relative;overflow: hidden;display: flex;height: 100%;align-items: center;justify-content: center;}.lh-yt8b8k .lh-lightbox .lh-carousel .lh-slider-wrapper .lh-slider-content{ height: 100%;user-select: none;overflow: hidden;}.lh-yt8b8k .lh-lightbox-ct .lh-lightbox .lh-carousel .lh-slider-controls{ display: block;}.lh-yt8b8k .lh-lightbox-ct .lh-lightbox .lh-slider-nav-left, .lh-yt8b8k .lh-lightbox-ct .lh-lightbox .lh-slider-nav-right{ position: absolute;top: 50%;transform: translateY(-50%);cursor: pointer;width: 48px;height: 48px;box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);display: flex;align-items: center;justify-content: center;border-radius: 9999px;background-color: #fff;transition: all 0.3s ease-in-out;}.lh-yt8b8k .lh-lightbox-ct .lh-lightbox.lh-slide-show:hover .lh-slider-nav-right.disabled, .lh-yt8b8k .lh-lightbox-ct .lh-lightbox.lh-slide-show:hover .lh-slider-nav-left.disabled{ opacity: 0.5;pointer-events: all;}.lh-yt8b8k .lh-slider-nav-left{ left: 12px;}.lh-yt8b8k .lh-slider-nav-right{ right: 12px;}.lh-yt8b8k .lh-lightbox-ct .lh-slider-container[data-desktop-layout="slider"][data-mobile-layout="slider"] .lh-slider-content{ scroll-behavior: auto;}.lh-yt8b8k .lh-lightbox-ct .lh-slider-pagination-wrp{ display: flex;align-items: center;justify-content: center;margin-top: 10px;}.lh-yt8b8k .lh-lightbox-ct .lh-slider-pagination-wrapper{ align-items: center;justify-content: center;gap: 12px;}.lh-yt8b8k .lh-lightbox-ct .lh-slider-pagination-total{ color: #fff;align-items: center;justify-content: center;}.lh-yt8b8k .lh-lightbox-ct .lh-lightbox .lh-bg-overlay{ position: absolute;inset: 0;background-color: rgba(0, 0, 0, 0.85);opacity: 0.1;z-index: -10;display: block;cursor: pointer;}.lh-yt8b8k .lh-bg-overlay::after{ content: "×";font-size: 48px;color: white;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);opacity: 0;transition: opacity 0.2s;pointer-events: none;}.lh-yt8b8k .lh-bg-overlay:hover::after{ opacity: 1;}.lh-yt8b8k .lh-lightbox .lh-media-lb img{ object-fit: contain;margin: 0 auto;display: block;}.lh-yt8b8k .lh-media-lb{ position: relative !important;margin: 0 auto;height: 100%;}.lh-yt8b8k .lh-lightbox-button{ background: rgba(30, 30, 30, .6);border: 0;cursor: pointer;display: inline-block;height: 44px;width: 44px;padding: 10px;color: white;opacity: 0.5;transition: color .2s;}.lh-yt8b8k .lh-lightbox.lh-slide-show:hover .lh-slider-nav-left, .lh-yt8b8k .lh-lightbox.lh-slide-show:hover .lh-slider-nav-right{ opacity: 1;}.lh-yt8b8k .lh-lightbox.lh-slide-show:hover .lh-slider-pagination-wrapper, .lh-yt8b8k .lh-lightbox.lh-slide-show:hover .lh-slider-pagination-total, .lh-yt8b8k .lh-lightbox.lh-slide-show:hover .lh-slider-pagination-progress{ display: block;}.lh-yt8b8k .lh-lightbox.lh-zoom-in .lh-slide-item img{ cursor: zoom-in;}.lh-yt8b8k .lh-lightbox-button--zoom.active, .lh-yt8b8k .lh-lightbox-button--thumbs.active{ opacity: 1;}.lh-yt8b8k .lh-slide-item img{ transition: transform 0.3s ease;}.lh-yt8b8k .lh-thumb-item{ position: relative;}.lh-yt8b8k .lh-thumb-item::after{ content: "";position: absolute;inset: 0;border: 4px solid #3498db;opacity: 0;transition: opacity 0.3s ease;pointer-events: none;}.lh-yt8b8k .lh-thumb-item.active::after{ opacity: 1;}.lh-yt8b8k .lh-carousel.lh-with-thumb{ margin-right: 220px;}@media (min-width: 640px) and (max-width: 1023px) {.lh-yt8b8k .lh-carousel.lh-with-thumb{ margin-right: 150px;}.lh-yt8b8k .lh-media-lb img{ max-height: 70%;}}@media (max-width: 639px) {.lh-yt8b8k .lh-carousel.lh-with-thumb{ margin-right: 90px;}}.lh-yt8b8k .media-hover-overlay{ position: absolute;top: 0;left: 50%;width: 70%;height: 100%;transform: translateX(-50%);background-repeat: no-repeat;background-position: center;cursor: zoom-in;z-index: 500;overflow: hidden;display: flex!important;}@media (max-width: 1023px) {.lh-yt8b8k .lh-slider-nav-left, .lh-yt8b8k .lh-slider-nav-right{ display: none!important;}.lh-yt8b8k .media-hover-overlay{ width: 100%;}}.lh-yt8b8k #lh-lightbox{ transition: transform 0.3s ease, opacity 0.3s ease;}.lh-yt8b8k #lh-lightbox.lh-lightbox-closing{ opacity: 0;}.lh-yt8b8k .lh-thumbnails-grid{ position: absolute;top: 0;right: 0;height: 100%;width: 90px;overflow-y: auto;background-color: #fff;z-index: 40;}.lh-yt8b8k .lh-thumbnails-grid .lh-thumbnails-content{ display: grid !important;grid-template-columns: repeat(1, minmax(0, 1fr));gap: 0.25rem;padding: 0.25rem;}@media (min-width: 640px) {.lh-yt8b8k .lh-thumbnails-grid .lh-thumbnails-content{ grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (min-width: 640px) {.lh-yt8b8k .lh-thumbnails-grid{ width: 150px;}}@media (min-width: 1024px) {.lh-yt8b8k .lh-thumbnails-grid{ width: 220px;}}
.lh-hlljz7{ font-optical-sizing: none;}@media(min-width: 1024px) {.lh-hlljz7 .lh-image_first-desktop>div:first-child{ order: 2;}}@media(max-width: 1024px) {.lh-hlljz7 .lh-container{ padding: 24px;padding-top: calc(var(--lh-container-padding-top) * 6 / 7);padding-bottom: calc(var(--lh-container-padding-bottom) * 6 / 7);}}@media(min-width:740px) and (max-width: 1024px) {.lh-hlljz7 .lh-image_first-tablet>div:first-child{ order: 2;}}@media(min-width:740px) {.lh-hlljz7 .lh-layout-text-first .lh-overlap{ margin-left: 0;margin-right: -64px;}.lh-hlljz7 .lh-layout-image-first .lh-overlap{ margin-right: 0;margin-left: -64px;}}@media(max-width: 739px) {.lh-hlljz7 .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top) * 4 / 7);padding-bottom: calc(var(--lh-container-padding-bottom) * 4 / 7);}.lh-hlljz7 .lh-image_first-mobile>div:first-child{ order: 2;}}
.lh-gjricj{ font-optical-sizing: none;}@media(max-width: 767px) {.lh-gjricj .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 0.7);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.7);}.lh-gjricj .lh-image-picture:has(data-ratio="4/5") img{ height: 360px !important;}}.lh-gjricj .lh-slider-container[data-desktop-layout="grid"] .lh-slider-nav-left, .lh-gjricj .lh-slider-container[data-desktop-layout="grid"] .lh-slider-nav-right{ display: none ;}.lh-gjricj .lh-button-icon, .lh-gjricj .lh-image-blank{ background-repeat: no-repeat;background-size: cover;background-position: center;display: block;}.lh-gjricj .lh-slider-pagination-wrapper{ display: flex;flex-wrap: wrap;justify-content: center;row-gap: 6px;column-gap: 8px;text-align: center;overflow: hidden;max-height: 4.5em;}.lh-gjricj .lh-button-icon{ background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.04999 2.0498H4.04999L6.70999 14.4698C6.80757 14.9247 7.06066 15.3313 7.4257 15.6197C7.79074 15.908 8.24489 16.0602 8.70999 16.0498H18.49C18.9452 16.0491 19.3865 15.8931 19.741 15.6076C20.0956 15.3222 20.3421 14.9243 20.44 14.4798L22.09 7.0498H5.11999M8.99999 20.9998C8.99999 21.5521 8.55227 21.9998 7.99999 21.9998C7.4477 21.9998 6.99999 21.5521 6.99999 20.9998C6.99999 20.4475 7.4477 19.9998 7.99999 19.9998C8.55227 19.9998 8.99999 20.4475 8.99999 20.9998ZM20 20.9998C20 21.5521 19.5523 21.9998 19 21.9998C18.4477 21.9998 18 21.5521 18 20.9998C18 20.4475 18.4477 19.9998 19 19.9998C19.5523 19.9998 20 20.4475 20 20.9998Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");}.lh-gjricj .lh-image-blank{ background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='xMidYMid slice' viewBox='0 0 448 448' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_656_1454)'><path d='M448.1.2H.1v448h448V.2z' fill='%23f2f2f2'></path><path d='m375.1 207.4-62.8-30.9 15.4-31.4c2.9 4.8 10.9 17.1 26.8 24.8 5.1 2.4 18.5 8.3 36.1 6-5.1 10.6-10.2 21.1-15.5 31.5z' fill='%23a84c42'></path><path d='M415.8 188.4 390.7 176c-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9l-25.1-12.4c-7-3.4-15.3-.5-18.7 6.4l-68 138.1c-3.4 7-.5 15.3 6.4 18.7l96.8 47.7c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.2-6.8.4-15.3-6.5-18.7z' fill='%23de6a5a'></path><path d='m401.6 177.5-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9.9-1.7.2-3.8-1.6-4.7l-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-11.9 24.3-1.9 53.7 22.3 65.6 24.3 11.9 53.7 1.9 65.6-22.3 1.1-1.7.3-3.8-1.4-4.7z' fill='%23cd5747'></path><path d='M344 307.9c-4.3 12.8-18.8 19-31 13.2-8.8-4.3-17.7-8.5-26.5-12.8-5.4-2.7-11.3-4-17.3-4h-30.4l32.5 16 47.9 23.5c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.4-7 .5-15.3-6.4-18.7l-3.1-1.6c-5.9 26.8-16.1 44.9-24.6 56.6-12.4 17.1-22.2 22.4-33 40.4-5.1 8.1-8.7 16.3-11.2 23.9z' fill='%23e87e69'></path><path d='M302.7 132.8c-7-3.4-15.3-.5-18.7 6.4l-68 139c-2.2 4.4-1.8 9.3.5 13.2h77.6c11.9 0 21.7-9.7 21.7-21.7V139.2l-13.1-6.4z' opacity='.5' fill='%23cd5747'></path><path d='M256.5 133.8h-70v-35c4.7 3.1 17.3 10.5 35 10.5 5.6 0 20.2-.8 35-10.5v35z' fill='%2392683e'></path><path d='M284.5 98.8h-28c0 19.3-15.7 35-35 35s-35-15.7-35-35h-28c-7.8 0-14 6.3-14 14v154c0 7.8 6.3 14 14 14h126c7.8 0 14-6.3 14-14v-154c0-7.7-6.3-14-14-14z' fill='%23e8af57'></path><path d='M267 95.4h-7c-1.9 0-3.5 1.6-3.5 3.5 0 19.3-15.7 35-35 35s-35-15.7-35-35c0-1.9-1.6-3.5-3.5-3.5h-7c-1.9 0-3.5 1.6-3.5 3.5 0 27.1 22 49 49 49s49-22 49-49c0-2-1.5-3.5-3.5-3.5z' fill='%23c5955f'></path><path d='M187.6 162.6c-2.5-7.3-10.5-11.2-17.8-8.7l-3.3 1.1 42.8 125.9h18.5l-40.2-118.3z' opacity='.5' fill='%23c5955f'></path><path d='M284.5 98.8H281c-9.6 36-7.3 62.2-3.1 80.1 2.4 9.9 6.3 21.5 7.5 39.7.7 10.9.2 20.8-.9 29.2-1 8.8-8.6 15.4-17.5 15.4h-28.3c-2.9 0-4.8 2.9-3.8 5.5l4.4 12h45.1c7.8 0 14-6.3 14-14v-154c.1-7.6-6.2-13.9-13.9-13.9z' fill='%23efb66a'></path><path d='M138.1 179.4 71.9 202l-11.2-33.1c5.4 1.4 19.7 4.4 36.5-1.3 5.3-1.8 18.9-7.2 29.7-21.2 3.8 10.8 7.5 21.9 11.2 33z' fill='%2302614e'></path><path d='m153.4 137.2-26.5 9.1c6.2 18.3-3.6 38.2-21.9 44.4s-38.2-3.6-44.4-21.9l-16.7 5.7c-12.7 4.4-19.5 18.1-15.2 30.9L75 341.3c2.5 7.3 10.5 11.2 17.8 8.7l119.3-40.6c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.5-7.2-10.5-11.1-17.8-8.6z' fill='%23279170'></path><path d='m153.4 137.2-3.3 1.1c15.1 43.7 30.2 87.3 45.1 131 4.4 12.8-.9 27.1-12.6 33.8-7.1 3.9-13.3 6.3-18.6 7.8-21.3 6-33.4.3-54.7 6.6-16.3 4.8-28.1 13.7-35.5 20.5.3 1.1.8 2.2 1.1 3.3 2.5 7.3 10.5 11.2 17.8 8.7L212 309.4c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.4-7.2-10.4-11.1-17.7-8.6z' fill='%2346a585'></path><path d='m135.7 139.5-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 6.2 18.3-3.6 38.2-21.9 44.4-18.3 6.2-38.2-3.6-44.4-21.9-.6-1.8-2.6-2.8-4.4-2.2l-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 8.7 25.6 36.5 39.3 62.1 30.6 25.6-8.7 39.3-36.5 30.6-62.1-.6-1.8-2.6-2.8-4.4-2.2z' fill='%23108060'></path></g><defs><clipPath id='clip0_656_1454'><path fill='%23fff' d='M0 0h448v448H0z'></path></clipPath></defs></svg>");}.lh-gjricj .lh-image-blank.aspect-auto{ aspect-ratio: 1/1;}.lh-gjricj #add-to-cart-form:hover .lh-product-action-btn{ opacity: 1;transition: all 0.75s ease;}.lh-gjricj .lh-product-action-btn{ opacity: 0;}.lh-gjricj .lh-btn-cart, .lh-gjricj .lh-btn_sold-out{ padding: 0 8px;cursor: pointer;}@media (min-width: 767px) and (max-width: 1023px) {.lh-gjricj .lh-container{ padding: 28px;padding-top: calc(var(--lh-container-padding-top, 0) * 0.8);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.8);}}@media (max-width: 639px) {.lh-gjricj .lh-slider-container[data-mobile-layout="grid"] .lh-slider-content{ display: grid;grid-template-columns: repeat( auto-fill, minmax(calc(100% / var(--data-item-mobile) - var(--data-gap-mobile)), 1fr) );row-gap: 20px;column-gap: var(--data-gap-mobile, 10px);}}.lh-gjricj .lh-title-wrapper{ display: flex;}.lh-gjricj .lh-sale-badge{ background-color: var(--lh-other-sale-bg-color);color: var(--lh-other-sale-text-color);}.lh-gjricj .lh-sold-out-badge{ background-color: var(--lh-other-sold-out-bg-color);color: var(--lh-other-sold-out-text-color);}.lh-gjricj .lh-on-sale .lh-special-price .lh-price{ color: var(--lh-other-sale-price-color);}.lh-gjricj .lh-special-price .lh-price{ color: var(--lh-heading-color);}.lh-gjricj .lh-product-tag .lh-other-tag:nth-child(1){ background-color: var(--lh-other-tag-1-bg-color);color: var(--lh-other-tag-1-text-color);}.lh-gjricj .lh-product-tag .lh-other-tag:nth-child(2){ background-color: var(--lh-other-tag-2-bg-color);color: var(--lh-other-tag-2-text-color);}.lh-gjricj .lh-product-tag .lh-other-tag:nth-child(3){ background-color: var(--lh-other-tag-1-bg-color);color: var(--lh-other-tag-1-text-color);}.lh-gjricj .lh-product-tag .lh-other-tag:nth-child(4){ background-color: var(--lh-other-tag-2-bg-color);color: var(--lh-other-tag-2-text-color);}.lh-gjricj .lh-hero-tag, .lh-gjricj .lh-price-color, .lh-gjricj .lh-product-title{ color: var(--lh-heading-color);}.lh-gjricj .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-gjricj .lh-btn-default.lh-btn-pr{ padding: 0;background: transparent;color: var(--lh-text-color);}.lh-gjricj .lh-add-to-cart[disabled]{ opacity: 0.7;}.lh-gjricj .lh-rating-star{ --star-percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100%)}.lh-gjricj .lh-slider-wrapper[data-pagination="dots"]+.lh-slider-controls .lh-slider-pagination.active{ background: #000 !important;}.lh-gjricj .lh-slider-wrapper[data-pagination="dots"]+.lh-slider-controls .lh-slider-pagination{ background: #EFDEDC !important;}.lh-gjricj .lh-rating-star::before{ content: "\2605\2605\2605\2605\2605";background: linear-gradient(90deg, #ffaa47 var(--star-percent), #e1e1e1 var(--star-percent));-webkit-background-clip: text;-webkit-text-fill-color: transparent;letter-spacing: 1px;}.lh-gjricj .lh-product-title>a{ display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}.lh-gjricj .lh-swatch-element:not(.lh-color) label{ min-width: 30px;min-height: 30px;}.lh-gjricj .lh-swatch .lh-swatch-element input+label{ border: 2px solid rgb(255, 255, 255);box-shadow: 0 0 0px 1px rgb(221, 221, 221) inset;background-color: var(--lh-background-color);}.lh-gjricj .lh-swatch .lh-swatch-element input:checked+label{ border: 2px solid #252525;color: var(--lh-background-color);background-color: var(--lh-heading-color);box-shadow: 0 0 0px 2px rgb(255, 255, 255) inset;}.lh-gjricj .lh-swatch .lh-swatch-element input:checked+label:after{ content: none;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-size: contain;position: absolute;top: 0px;right: 0;width: 6px;height: 6px;}.lh-gjricj .lh-swatch .lh-swatch-element input:checked+label:before{ content: none;padding: 4px;font-size: 10px;line-height: 1;position: absolute;top: -15px;right: -13px;background: var(--primary-color);width: 26px;height: 24px;transform: rotate(45deg);}.lh-gjricj .lh-swatch .lh-swatch-element.lh-sold-out{ opacity: 0.7;}.lh-gjricj .lh-swatch .lh-swatch-element.lh-sold-out label{ box-shadow: 0 0 0px 1px rgb(221, 221, 221) inset;text-decoration: line-through;color: #ddd;}
.lh-itffdj .lh-item-subheading{ letter-spacing: 2px !important;}.lh-itffdj .lh-slider-wrapper[data-pagination="dots"] .lh-slider-pagination.active{ background:var(--lh-heading-color) ;}@media (min-width: 640px) and (max-width: 1023px){.lh-itffdj .lh-container{ padding-left: 28px;padding-right: 28px;}}@media (max-width: 639px){.lh-itffdj .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top) * 2/3);padding-bottom: calc(var(--lh-container-padding-bottom) * 0.7);}}
.lh-cf4uon .lh-marquee-wrapper{ animation: var(--marquee-speed) linear infinite;}.lh-cf4uon .lh-marquee-text{ letter-spacing: -0.050px ;}.lh-cf4uon .lh-marquee-content{ gap: var(--gap);padding: 0 calc(var(--gap)/2)}.lh-cf4uon .lh-marquee-wrapper.paused{ animation-play-state: paused;}.lh-cf4uon .item{ gap: var(--gap);}@media (min-width: 750px) and (max-width: 991px) {.lh-cf4uon .lh-marquee-wrapper{ animation: var(--marquee-speed-tablet) linear infinite;}.lh-cf4uon .lh-marquee-content{ gap: var(--gap-tablet);padding: 0 calc(var(--gap-tablet)/2) }.lh-cf4uon .item{ gap: var(--gap-tablet);}}@media (max-width: 749px) {.lh-cf4uon .lh-container{ padding-top: calc(var(--lh-container-padding-top) * 0.7);padding-bottom: calc(var(--lh-container-padding-bottom) * 0.7);}.lh-cf4uon .lh-marquee-dot{ width: calc(var(--image-width) * 0.5) !important;}.lh-cf4uon .lh-marquee-wrapper{ animation: var(--marquee-speed-mobile) linear infinite;}.lh-cf4uon .lh-marquee-content{ gap: var(--gap-mobile);padding: 0 calc(var(--gap-mobile)/2) }.lh-cf4uon .item{ gap: var(--gap-mobile);}}.lh-cf4uon .lh-marquee-dot{ width: var(--image-width);}.lh-cf4uon .lh-image-picture{ width: 100%;}.lh-cf4uon{ font-optical-sizing: none;}
@keyframes scroll-left { 0% { transform: translateX(0%);} 100% { transform: translateX(-50%);}}
@keyframes scroll-right { 0% { transform: translateX(-50%);} 100% { transform: translateX(0%);}}@media(max-width: 1024px) {.lh-0ntwao .lh-container{ padding-top: calc(var(--lh-container-padding-top) * 0.7);padding-bottom: calc(var(--lh-container-padding-bottom) * 0.7);}.lh-0ntwao .lh-layout-image-first>div:last-child{ order: 2;}.lh-0ntwao .lh-layout-text-first>div:first-child{ order: 2;}}.lh-0ntwao .lh-layout-image-first>div:first-child{ order: 2;}@media(min-width:992px) {.lh-0ntwao .lh-layout-text-first .lh-overlap{ margin-left: 0;margin-right: -64px;}.lh-0ntwao .lh-layout-image-first .lh-overlap{ margin-right: 0;margin-left: -64px;}}.lh-0ntwao{ font-optical-sizing: none;}
.lh-lckele{ font-optical-sizing: none;}.lh-lckele .lh-button-icon, .lh-lckele .lh-image-blank{ background-repeat: no-repeat;background-size: cover;background-position: center;}.lh-lckele .lh-button-icon{ background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.04999 2.0498H4.04999L6.70999 14.4698C6.80757 14.9247 7.06066 15.3313 7.4257 15.6197C7.79074 15.908 8.24489 16.0602 8.70999 16.0498H18.49C18.9452 16.0491 19.3865 15.8931 19.741 15.6076C20.0956 15.3222 20.3421 14.9243 20.44 14.4798L22.09 7.0498H5.11999M8.99999 20.9998C8.99999 21.5521 8.55227 21.9998 7.99999 21.9998C7.4477 21.9998 6.99999 21.5521 6.99999 20.9998C6.99999 20.4475 7.4477 19.9998 7.99999 19.9998C8.55227 19.9998 8.99999 20.4475 8.99999 20.9998ZM20 20.9998C20 21.5521 19.5523 21.9998 19 21.9998C18.4477 21.9998 18 21.5521 18 20.9998C18 20.4475 18.4477 19.9998 19 19.9998C19.5523 19.9998 20 20.4475 20 20.9998Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");}.lh-lckele .lh-image-blank{ display: block;width: 100%;min-width: 286px;height: auto;background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='xMidYMid slice' viewBox='0 0 448 448' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_656_1454)'><path d='M448.1.2H.1v448h448V.2z' fill='%23f2f2f2'></path><path d='m375.1 207.4-62.8-30.9 15.4-31.4c2.9 4.8 10.9 17.1 26.8 24.8 5.1 2.4 18.5 8.3 36.1 6-5.1 10.6-10.2 21.1-15.5 31.5z' fill='%23a84c42'></path><path d='M415.8 188.4 390.7 176c-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9l-25.1-12.4c-7-3.4-15.3-.5-18.7 6.4l-68 138.1c-3.4 7-.5 15.3 6.4 18.7l96.8 47.7c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.2-6.8.4-15.3-6.5-18.7z' fill='%23de6a5a'></path><path d='m401.6 177.5-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9.9-1.7.2-3.8-1.6-4.7l-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-11.9 24.3-1.9 53.7 22.3 65.6 24.3 11.9 53.7 1.9 65.6-22.3 1.1-1.7.3-3.8-1.4-4.7z' fill='%23cd5747'></path><path d='M344 307.9c-4.3 12.8-18.8 19-31 13.2-8.8-4.3-17.7-8.5-26.5-12.8-5.4-2.7-11.3-4-17.3-4h-30.4l32.5 16 47.9 23.5c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.4-7 .5-15.3-6.4-18.7l-3.1-1.6c-5.9 26.8-16.1 44.9-24.6 56.6-12.4 17.1-22.2 22.4-33 40.4-5.1 8.1-8.7 16.3-11.2 23.9z' fill='%23e87e69'></path><path d='M302.7 132.8c-7-3.4-15.3-.5-18.7 6.4l-68 139c-2.2 4.4-1.8 9.3.5 13.2h77.6c11.9 0 21.7-9.7 21.7-21.7V139.2l-13.1-6.4z' opacity='.5' fill='%23cd5747'></path><path d='M256.5 133.8h-70v-35c4.7 3.1 17.3 10.5 35 10.5 5.6 0 20.2-.8 35-10.5v35z' fill='%2392683e'></path><path d='M284.5 98.8h-28c0 19.3-15.7 35-35 35s-35-15.7-35-35h-28c-7.8 0-14 6.3-14 14v154c0 7.8 6.3 14 14 14h126c7.8 0 14-6.3 14-14v-154c0-7.7-6.3-14-14-14z' fill='%23e8af57'></path><path d='M267 95.4h-7c-1.9 0-3.5 1.6-3.5 3.5 0 19.3-15.7 35-35 35s-35-15.7-35-35c0-1.9-1.6-3.5-3.5-3.5h-7c-1.9 0-3.5 1.6-3.5 3.5 0 27.1 22 49 49 49s49-22 49-49c0-2-1.5-3.5-3.5-3.5z' fill='%23c5955f'></path><path d='M187.6 162.6c-2.5-7.3-10.5-11.2-17.8-8.7l-3.3 1.1 42.8 125.9h18.5l-40.2-118.3z' opacity='.5' fill='%23c5955f'></path><path d='M284.5 98.8H281c-9.6 36-7.3 62.2-3.1 80.1 2.4 9.9 6.3 21.5 7.5 39.7.7 10.9.2 20.8-.9 29.2-1 8.8-8.6 15.4-17.5 15.4h-28.3c-2.9 0-4.8 2.9-3.8 5.5l4.4 12h45.1c7.8 0 14-6.3 14-14v-154c.1-7.6-6.2-13.9-13.9-13.9z' fill='%23efb66a'></path><path d='M138.1 179.4 71.9 202l-11.2-33.1c5.4 1.4 19.7 4.4 36.5-1.3 5.3-1.8 18.9-7.2 29.7-21.2 3.8 10.8 7.5 21.9 11.2 33z' fill='%2302614e'></path><path d='m153.4 137.2-26.5 9.1c6.2 18.3-3.6 38.2-21.9 44.4s-38.2-3.6-44.4-21.9l-16.7 5.7c-12.7 4.4-19.5 18.1-15.2 30.9L75 341.3c2.5 7.3 10.5 11.2 17.8 8.7l119.3-40.6c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.5-7.2-10.5-11.1-17.8-8.6z' fill='%23279170'></path><path d='m153.4 137.2-3.3 1.1c15.1 43.7 30.2 87.3 45.1 131 4.4 12.8-.9 27.1-12.6 33.8-7.1 3.9-13.3 6.3-18.6 7.8-21.3 6-33.4.3-54.7 6.6-16.3 4.8-28.1 13.7-35.5 20.5.3 1.1.8 2.2 1.1 3.3 2.5 7.3 10.5 11.2 17.8 8.7L212 309.4c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.4-7.2-10.4-11.1-17.7-8.6z' fill='%2346a585'></path><path d='m135.7 139.5-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 6.2 18.3-3.6 38.2-21.9 44.4-18.3 6.2-38.2-3.6-44.4-21.9-.6-1.8-2.6-2.8-4.4-2.2l-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 8.7 25.6 36.5 39.3 62.1 30.6 25.6-8.7 39.3-36.5 30.6-62.1-.6-1.8-2.6-2.8-4.4-2.2z' fill='%23108060'></path></g><defs><clipPath id='clip0_656_1454'><path fill='%23fff' d='M0 0h448v448H0z'></path></clipPath></defs></svg>");background-repeat: no-repeat;background-size: cover;background-position: center;aspect-ratio: 4/5;}@media (max-width: 676px) {.lh-lckele .lh-container{ padding-inline: 16px;padding-top: calc(var(--lh-container-padding-top) * 0.75);padding-bottom: calc(var(--lh-container-padding-bottom) * 0.75);}}.lh-lckele .lh-btn-cart, .lh-lckele .lh-btn_sold-out{ padding: 0 8px;cursor: pointer;}.lh-lckele .lh-image-picture{ border-radius: 24px ;}.lh-lckele .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-lckele .lh-special-price .lh-price{ font-weight: 500;}.lh-lckele .lh-btn_soldout{ opacity: 0.5;}.lh-lckele .lh-image-picture svg{ height: 100%;width: 100%;display: block;}.lh-lckele .lh-dots-with-image .lh-image-picture{ grid-area: 1/-1;opacity: 1;}.lh-lckele .lh-slider-nav-right, .lh-lckele .lh-slider-nav-left{ color: var(--lh-heading-color);/* transform: translate(0, -46%);*/}.lh-lckele .lh-slider-nav-right.disabled, .lh-lckele .lh-slider-nav-left.disabled{ opacity: 0;}.lh-lckele .lh-with-image.active{ display: flex;}.lh-lckele .lh-product-title, .lh-lckele .lh-price{ color: var(--lh-heading-color) !important;}.lh-lckele .lh-product-action-btn{ opacity: 0;}.lh-lckele .lh-product-grid-item:hover .lh-product-action-btn{ opacity: 1;pointer-events: auto;}.lh-lckele .lh-slider-wrapper[data-pagination="dots"] + .lh-slider-controls .lh-slider-pagination.active{ background-color: var(--lh-heading-color);}.lh-lckele .lh-slider-wrapper[data-pagination="counter"] + .lh-slider-controls .lh-slider-pagination-total{ color: var(--lh-heading-color);}.lh-lckele .lh-slider-wrapper[data-pagination="numbers"] + .lh-slider-controls .lh-slider-pagination{ color: var(--lh-heading-color);}.lh-lckele #add-to-cart-form:hover .lh-product-action-btn{ opacity: 1;transition: all 0.75s ease;}.lh-lckele .lh-product-action-btn{ opacity: 0;}.lh-lckele .lh-swatch-element{ margin-left: 1px;margin-bottom: 1px;}.lh-lckele .lh-hotspot{ left: var(--lh-horizontal-de, 10%);top: var(--lh-vertical-de, 10%);transform: translate(calc(var(--lh-horizontal-de, 10%)*-1), calc(var(--lh-vertical-de, 10%)*-1));}@media (min-width: 678px) and (max-width: 1023px) {.lh-lckele .lh-hotspot{ left: var(--lh-horizontal-ta, 10%);top: var(--lh-vertical-ta, 10%);transform: translate(calc(var(--lh-horizontal-ta, 10%)*-1), calc(var(--lh-vertical-ta, 10%)*-1));}}@media(max-width: 676px) {.lh-lckele .lh-hotspot{ left: var(--lh-horizontal-mo, 10%);top: var(--lh-vertical-mo, 10%);transform: translate(calc(var(--lh-horizontal-mo, 10%)*-1), calc(var(--lh-vertical-mo, 10%)*-1));}}.lh-lckele .lh-spot{ transition-duration: 300ms;}.lh-lckele .lh-hotspot .lh-dot-main{ background-color: var(--lh-sport-co);}.lh-lckele .lh-hotspot.active .lh-spot{ --tw-scale-x: 1.8;--tw-scale-y: 1.8;transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}.lh-lckele .lh-hotspot.activeDownThree .lh-spot{ --tw-scale-x: 1.8;--tw-scale-y: 1.8;transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));}.lh-lckele .lh-hotspot .lh-dot-animate{ background-color: var(--lh-sport-co);opacity: 0.2;animation: pingHotspot 2s ease-in-out infinite;}.lh-lckele .lh-rating-star{ --star-percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100%)}.lh-lckele .lh-rating-star::before{ content: "\2605\2605\2605\2605\2605";background: linear-gradient(90deg, #ffaa47 var(--star-percent), #e1e1e1 var(--star-percent));-webkit-background-clip: text;-webkit-text-fill-color: transparent;letter-spacing: 1px;}.lh-lckele .lh-sale-badge{ background-color: var(--lh-other-sale-bg-color);color: var(--lh-other-sale-text-color);}.lh-lckele .lh-sold-out-badge{ background-color: var(--lh-other-sold-out-bg-color);color: var(--lh-other-sold-out-text-color);}.lh-lckele .lh-special-price .lh-on-sale{ color: var(--lh-other-sale-price-color);}.lh-lckele .lh-product-tag .lh-other-tag:nth-child(1){ background-color: var(--lh-other-tag-1-bg-color);color: var(--lh-other-tag-1-text-color);border-radius: 9999px;}.lh-lckele .lh-product-tag .lh-other-tag:nth-child(2){ background-color: var(--lh-other-tag-2-bg-color);color: var(--lh-other-tag-2-text-color);}.lh-lckele .lh-product-tag .lh-other-tag:nth-child(3){ background-color: var(--lh-other-tag-1-bg-color);color: var(--lh-other-tag-1-text-color);}.lh-lckele .lh-product-tag .lh-other-tag:nth-child(4){ background-color: var(--lh-other-tag-2-bg-color);color: var(--lh-other-tag-2-text-color);}@media (max-width: 767px) {.lh-lckele .lh-container{ padding-top: calc(var(--lh-container-padding-top) * 0.7);padding-bottom: calc(var(--lh-container-padding-bottom) * 0.7);}}.lh-lckele .lh-sale-flash, .lh-lckele .lh-new-baged, .lh-lckele .lh-Sold-baged, .lh-lckele .lh-other-tag{ font-size: 12px;line-height: 18px;padding: 4px 11px;font-weight: 500;border-radius: 9999px;color: #fff;z-index: 1;width: fit-content;letter-spacing: 0.48px;text-transform: uppercase;}.lh-lckele .lh-old-price{ display: none;}.lh-lckele .lh-product-hover .img-second{ opacity: 0;left: 0;top: 0;transition: all ease 0.3s;max-height: 100%;}.lh-lckele .lh-product-hover:hover .img-second{ opacity: 1;}.lh-lckele .lh-special-price{ font-size: 15px;}.lh-lckele .lh-old-price{ opacity: 0.6;text-decoration: line-through;}.lh-lckele .lh-btn-cart span{ display: flex;}.lh-lckele .lh-btn-sold-out{ opacity: 0.7;}.lh-lckele .lh-swatch-element:not(.lh-color) label{ min-width: 20px;min-height: 20px;}.lh-lckele .lh-swatch .lh-swatch-element input:checked + label{ outline: 3px solid #fff;outline-offset: -3px;box-shadow: 0 0 0 1px #000;border-radius: 0px;}.lh-lckele .lh-swatch .lh-swatch-element input:checked+label:after{ content: none;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");background-repeat: no-repeat;background-size: contain;position: absolute;top: 0px;right: 0;width: 6px;height: 6px;}.lh-lckele .lh-swatch .lh-swatch-element input:checked+label:before{ content: none;padding: 4px;font-size: 10px;line-height: 1;position: absolute;top: -15px;right: -13px;background: var(--primary-color);width: 26px;height: 24px;transform: rotate(45deg);}.lh-lckele .lh-swatch .lh-swatch-element.lh-sold-out{ opacity: 0.7;}.lh-lckele .lh-swatch .lh-swatch-element.lh-sold-out label{ box-shadow: 0 0 0px 1px rgb(221, 221, 221) inset;text-decoration: line-through;color: #ddd;}
@keyframes pingHotspot { 0% { transform: scale(1);} 50% { transform: scale(2.3);} 100% { transform: scale(1);}}.lh-6tmvzb{ font-optical-sizing: none;}.lh-6tmvzb .lh-btn{ font-size: 14px;font-weight: 600;line-height: 150%;letter-spacing: 1px;color: #1C1C1C;background-color: #ffffff;}.lh-6tmvzb .lh-comparison.lh-comparison-after .lh-button-before{ display: none;}.lh-6tmvzb .lh-comparison.lh-comparison-before .lh-button-after{ display: none;}.lh-6tmvzb .lh-banner--small{ aspect-ratio: 21/6;}.lh-6tmvzb .lh-banner--medium{ aspect-ratio: 21/9;}.lh-6tmvzb .lh-banner--large{ aspect-ratio: 2/1;}.lh-6tmvzb .lh-comparison-button{ margin-inline-start: -22px;inset-block-start: 0;inset-inline-start: var(--percent);}.lh-6tmvzb .lh-comparison-button:before, .lh-6tmvzb .lh-comparison-button:after{ content: "";z-index: -1;position: absolute;background-color: var(--lh-background-color);}.lh-6tmvzb .lh-comparison-button span{ inset-block-start: 50%;inset-inline-start: 50%;width: 64px;height: 64px;margin-inline-start: calc(64px / -2);margin-block-start: calc(64px / -2);border-radius: 99px;background-color: var(--lh-background-color);}@media(max-width: 639px) {.lh-6tmvzb .lh-comparison-button span{ width: 36px;height: 36px;margin-inline-start: calc(40px / -2);margin-block-start: calc(40px / -2);}}.lh-6tmvzb .lh-comparison-left{ opacity: calc(100% - var(--percent) + 20%);color: var(--lh-heading-color);}.lh-6tmvzb .lh-comparison-right{ opacity: calc(var(--percent) + 20%);color: var(--lh-heading-color);}.lh-6tmvzb .lh-comparison-subheading, .lh-6tmvzb .lh-comparison-heading, .lh-6tmvzb .lh-button{ color: var(--text-color);}.lh-6tmvzb .lh-image-comparison[data-layout=horizontal] .lh-comparison-button:before, .lh-6tmvzb .lh-image-comparison[data-layout=horizontal] .lh-comparison-button:after{ width: 2px;height: 50%;inset-inline-start: 50%;margin-inline-start: -2px;}.lh-6tmvzb .lh-image-comparison[data-layout=horizontal] .lh-comparison-button:before{ inset-block-start: 0;}.lh-6tmvzb .lh-image-comparison[data-layout=horizontal] .lh-comparison-after{ clip-path: inset(0px 0px 0px var(--percent));}.lh-6tmvzb .lh-image-comparison[data-layout=vertical] .lh-comparison-after{ clip-path: inset(var(--percent) 0px 0px 0px);}.lh-6tmvzb .lh-image-comparison[data-layout=vertical] .lh-comparison-button{ inset-inline-start: 22px;inset-block-start: var(--percent);width: 100%;height: 44px;margin-block-start: -22px;cursor: row-resize;}.lh-6tmvzb .lh-image-comparison[data-layout=vertical] .lh-comparison-button:before{ inset-inline-start: 0;}.lh-6tmvzb .lh-image-comparison[data-layout=vertical] .lh-comparison-button:after{ inset-inline-end: 0;}.lh-6tmvzb .lh-image-comparison[data-layout=vertical] .lh-comparison-button span{ transform: rotate(90deg);}.lh-6tmvzb .lh-image-comparison[data-layout=vertical] .lh-comparison-button:before, .lh-6tmvzb .lh-image-comparison[data-layout=vertical] .lh-comparison-button:after{ width: 50%;height: 4px;inset-block-start: 50%;margin-block-start: calc(4px / -2);}@media(max-width: 1023px) {.lh-6tmvzb .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 0.7 + 2px);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.7);}}
.lh-atgpvi *{ font-optical-sizing: none;}.lh-atgpvi .lh-btn-cart, .lh-atgpvi .lh-btn-sold-out{ padding: 0 8px;cursor: pointer;}.lh-atgpvi .lh-button-icon, .lh-atgpvi .lh-image-blank{ background-repeat: no-repeat;background-size: cover;background-position: center;}.lh-atgpvi .lh-button-icon{ background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.04999 2.0498H4.04999L6.70999 14.4698C6.80757 14.9247 7.06066 15.3313 7.4257 15.6197C7.79074 15.908 8.24489 16.0602 8.70999 16.0498H18.49C18.9452 16.0491 19.3865 15.8931 19.741 15.6076C20.0956 15.3222 20.3421 14.9243 20.44 14.4798L22.09 7.0498H5.11999M8.99999 20.9998C8.99999 21.5521 8.55227 21.9998 7.99999 21.9998C7.4477 21.9998 6.99999 21.5521 6.99999 20.9998C6.99999 20.4475 7.4477 19.9998 7.99999 19.9998C8.55227 19.9998 8.99999 20.4475 8.99999 20.9998ZM20 20.9998C20 21.5521 19.5523 21.9998 19 21.9998C18.4477 21.9998 18 21.5521 18 20.9998C18 20.4475 18.4477 19.9998 19 19.9998C19.5523 19.9998 20 20.4475 20 20.9998Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");}.lh-atgpvi .lh-image-blank{ background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='xMidYMid slice' viewBox='0 0 448 448' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_656_1454)'><path d='M448.1.2H.1v448h448V.2z' fill='%23f2f2f2'></path><path d='m375.1 207.4-62.8-30.9 15.4-31.4c2.9 4.8 10.9 17.1 26.8 24.8 5.1 2.4 18.5 8.3 36.1 6-5.1 10.6-10.2 21.1-15.5 31.5z' fill='%23a84c42'></path><path d='M415.8 188.4 390.7 176c-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9l-25.1-12.4c-7-3.4-15.3-.5-18.7 6.4l-68 138.1c-3.4 7-.5 15.3 6.4 18.7l96.8 47.7c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.2-6.8.4-15.3-6.5-18.7z' fill='%23de6a5a'></path><path d='m401.6 177.5-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9.9-1.7.2-3.8-1.6-4.7l-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-11.9 24.3-1.9 53.7 22.3 65.6 24.3 11.9 53.7 1.9 65.6-22.3 1.1-1.7.3-3.8-1.4-4.7z' fill='%23cd5747'></path><path d='M344 307.9c-4.3 12.8-18.8 19-31 13.2-8.8-4.3-17.7-8.5-26.5-12.8-5.4-2.7-11.3-4-17.3-4h-30.4l32.5 16 47.9 23.5c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.4-7 .5-15.3-6.4-18.7l-3.1-1.6c-5.9 26.8-16.1 44.9-24.6 56.6-12.4 17.1-22.2 22.4-33 40.4-5.1 8.1-8.7 16.3-11.2 23.9z' fill='%23e87e69'></path><path d='M302.7 132.8c-7-3.4-15.3-.5-18.7 6.4l-68 139c-2.2 4.4-1.8 9.3.5 13.2h77.6c11.9 0 21.7-9.7 21.7-21.7V139.2l-13.1-6.4z' opacity='.5' fill='%23cd5747'></path><path d='M256.5 133.8h-70v-35c4.7 3.1 17.3 10.5 35 10.5 5.6 0 20.2-.8 35-10.5v35z' fill='%2392683e'></path><path d='M284.5 98.8h-28c0 19.3-15.7 35-35 35s-35-15.7-35-35h-28c-7.8 0-14 6.3-14 14v154c0 7.8 6.3 14 14 14h126c7.8 0 14-6.3 14-14v-154c0-7.7-6.3-14-14-14z' fill='%23e8af57'></path><path d='M267 95.4h-7c-1.9 0-3.5 1.6-3.5 3.5 0 19.3-15.7 35-35 35s-35-15.7-35-35c0-1.9-1.6-3.5-3.5-3.5h-7c-1.9 0-3.5 1.6-3.5 3.5 0 27.1 22 49 49 49s49-22 49-49c0-2-1.5-3.5-3.5-3.5z' fill='%23c5955f'></path><path d='M187.6 162.6c-2.5-7.3-10.5-11.2-17.8-8.7l-3.3 1.1 42.8 125.9h18.5l-40.2-118.3z' opacity='.5' fill='%23c5955f'></path><path d='M284.5 98.8H281c-9.6 36-7.3 62.2-3.1 80.1 2.4 9.9 6.3 21.5 7.5 39.7.7 10.9.2 20.8-.9 29.2-1 8.8-8.6 15.4-17.5 15.4h-28.3c-2.9 0-4.8 2.9-3.8 5.5l4.4 12h45.1c7.8 0 14-6.3 14-14v-154c.1-7.6-6.2-13.9-13.9-13.9z' fill='%23efb66a'></path><path d='M138.1 179.4 71.9 202l-11.2-33.1c5.4 1.4 19.7 4.4 36.5-1.3 5.3-1.8 18.9-7.2 29.7-21.2 3.8 10.8 7.5 21.9 11.2 33z' fill='%2302614e'></path><path d='m153.4 137.2-26.5 9.1c6.2 18.3-3.6 38.2-21.9 44.4s-38.2-3.6-44.4-21.9l-16.7 5.7c-12.7 4.4-19.5 18.1-15.2 30.9L75 341.3c2.5 7.3 10.5 11.2 17.8 8.7l119.3-40.6c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.5-7.2-10.5-11.1-17.8-8.6z' fill='%23279170'></path><path d='m153.4 137.2-3.3 1.1c15.1 43.7 30.2 87.3 45.1 131 4.4 12.8-.9 27.1-12.6 33.8-7.1 3.9-13.3 6.3-18.6 7.8-21.3 6-33.4.3-54.7 6.6-16.3 4.8-28.1 13.7-35.5 20.5.3 1.1.8 2.2 1.1 3.3 2.5 7.3 10.5 11.2 17.8 8.7L212 309.4c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.4-7.2-10.4-11.1-17.7-8.6z' fill='%2346a585'></path><path d='m135.7 139.5-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 6.2 18.3-3.6 38.2-21.9 44.4-18.3 6.2-38.2-3.6-44.4-21.9-.6-1.8-2.6-2.8-4.4-2.2l-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 8.7 25.6 36.5 39.3 62.1 30.6 25.6-8.7 39.3-36.5 30.6-62.1-.6-1.8-2.6-2.8-4.4-2.2z' fill='%23108060'></path></g><defs><clipPath id='clip0_656_1454'><path fill='%23fff' d='M0 0h448v448H0z'></path></clipPath></defs></svg>");}.lh-atgpvi .lh-image-blank.aspect-auto{ aspect-ratio: 1/1;}.lh-atgpvi .lh-text-color-heading{ color: var(--lh-heading-color);}.lh-atgpvi .lh-bg-color-heading{ background-color: var(--lh-heading-color);}.lh-atgpvi .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-atgpvi .lh-add-to-cart[disabled]{ opacity: 0.7;}.lh-atgpvi .lh-rating-star{ --star-percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100%)}.lh-atgpvi .lh-rating-star::before{ content: "\2605\2605\2605\2605\2605";background: linear-gradient(90deg, #ffaa47 var(--star-percent), #e1e1e1 var(--star-percent));-webkit-background-clip: text;-webkit-text-fill-color: transparent;letter-spacing: 1px;}.lh-atgpvi .lh-sale-badge{ background-color: var(--lh-other-sale-bg-color);color: var(--lh-other-sale-text-color);}.lh-atgpvi .lh-sold-out-badge{ background-color: var(--lh-other-sold-out-bg-color);color: var(--lh-other-sold-out-text-color);}.lh-atgpvi .lh-on-sale .lh-special-price .lh-price{ color: var(--lh-other-sale-price-color);}.lh-atgpvi .lh-special-price .lh-price{ color: var(--lh-heading-color);}.lh-atgpvi .lh-product-tag .lh-other-tag:nth-child(1){ background-color: var(--lh-other-tag-1-bg-color);color: var(--lh-other-tag-1-text-color);}.lh-atgpvi .lh-product-tag .lh-other-tag:nth-child(2){ background-color: var(--lh-other-tag-2-bg-color);color: var(--lh-other-tag-2-text-color);}.lh-atgpvi .lh-product-tag .lh-other-tag:nth-child(3){ background-color: var(--lh-other-tag-1-bg-color);color: var(--lh-other-tag-1-text-color);}.lh-atgpvi .lh-product-tag .lh-other-tag:nth-child(4){ background-color: var(--lh-other-tag-2-bg-color);color: var(--lh-other-tag-2-text-color);}.lh-atgpvi .lh-product-box:hover .lh-product-action-btn{ opacity: 1;transition: all 0.75s ease;}.lh-atgpvi .lh-other-tag, .lh-atgpvi .lh-sale-badge, .lh-atgpvi .lh-sold-out-badge{ font-size: 12px;letter-spacing: 2px;}.lh-atgpvi .lh-slider-nav-left, .lh-atgpvi .lh-slider-nav-right{ background-color: var(--lh-heading-color);color: var(--lh-background-color);}.lh-atgpvi .lh-select-options{ display: none;transition: all 0.2s ease;position: absolute;top: 100%;z-index: 50;}.lh-atgpvi .lh-select-options.active{ display: block;}.lh-atgpvi .open-up{ top: auto;bottom: 100%;margin-bottom: 4px;}.lh-atgpvi .lh-custom-select.active .lh-select-options{ display: block;}.lh-atgpvi .lh-path{ stroke-dasharray: 280;stroke-dashoffset: 0;transform-origin: center;stroke: #fff;animation: dash 1.4s ease-in-out infinite;}.lh-atgpvi .lh-spinner{ animation: rotator 1.4s linear infinite;}.lh-atgpvi .lh-swatch-element.active{ background-color: #e8e8e8;}@media (min-width: 1024px) {.lh-atgpvi .lh-bundles-image .lh-image-picture{ aspect-ratio: var(--lh-image-ratio);}}@media (max-width: 1023px) {.lh-atgpvi .lh-carousel::before{ content: "";position: absolute;width: 200%;height: 100%;left: 0;transform: translateX(-100%);background-color: var(--color-scheme-bg);z-index: 1;}}@media (min-width: 640px) and (max-width: 1023px) {.lh-atgpvi .lh-container{ padding-top: calc(var(--lh-container-padding-top, 0) * 0.8);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.8);}}@media(max-width: 639px) {.lh-atgpvi .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 0.8);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.8);}.lh-atgpvi .lh-product-action-btn{ transform: scale(0.7);transform-origin: bottom right;}}.lh-atgpvi .single-option-selector{ cursor: pointer;}.lh-atgpvi .single-option-selector:disabled{ opacity: 0.6;cursor: not-allowed;}
@keyframes dash { 0% { stroke-dashoffset: 280;} 50% { stroke-dashoffset: 75;transform: rotate(135deg);} 100% { stroke-dashoffset: 280;transform: rotate(450deg);}}
@keyframes rotator { 0% { transform: rotate(0);} 100% { transform: rotate(270deg);}}.lh-3nbh15 .lh-marquee-wrapper{ animation: var(--marquee-speed) linear infinite;}.lh-3nbh15 .lh-marquee-text{ -webkit-text-stroke: 1px var(--lh-heading-color);color: transparent;}.lh-3nbh15 .lh-marquee-content{ gap: var(--gap);padding: 0 calc(var(--gap)/2)}.lh-3nbh15 .lh-marquee-wrapper.paused{ animation-play-state: paused;}.lh-3nbh15 .item{ gap: var(--gap);}.lh-3nbh15 .lh-image-picture{ background-color: var(--lh-heading-color);aspect-ratio: 2/1;}@media (min-width: 750px) and (max-width: 991px) {.lh-3nbh15 .lh-marquee-wrapper{ animation: var(--marquee-speed-tablet) linear infinite;}.lh-3nbh15 .lh-marquee-content{ gap: var(--gap-tablet);padding: 0 calc(var(--gap-tablet)/2) }.lh-3nbh15 .item{ gap: var(--gap-tablet);}}@media (max-width: 749px) {.lh-3nbh15 .lh-marquee-wrapper{ animation: var(--marquee-speed-mobile) linear infinite;}.lh-3nbh15 .lh-marquee-content{ gap: var(--gap-mobile);padding: 0 calc(var(--gap-mobile)/2) }.lh-3nbh15 .item{ gap: var(--gap-mobile);}}.lh-3nbh15 .lh-marquee-dot{ width: var(--image-width);}.lh-3nbh15 .lh-image-picture{ width: 100%;}@media (max-width: 639px) {.lh-3nbh15 .lh-marquee-dot{ width: calc(var(--image-width)* 5/8);}.lh-3nbh15 .lh-container{ padding-top: calc(var(--lh-container-padding-top) * 0.7);padding-bottom: calc(var(--lh-container-padding-bottom) * 0.7);}}
@keyframes scroll-left { 0% { transform: translateX(0%);} 100% { transform: translateX(-50%);}}
@keyframes scroll-right { 0% { transform: translateX(-50%);} 100% { transform: translateX(0%);}}.lh-gpacjo *{ font-optical-sizing: none;}.lh-gpacjo .lh-bg-color-heading{ background-color: var(--lh-heading-color);}.lh-gpacjo .lh-pagination-top{ top: calc((100% - 136px) / 2);}.lh-gpacjo .lh-add-to-cart{ cursor: pointer;}.lh-gpacjo .cart_svg_btn{ width: 16px;height: 16px;background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_52748_15567)'><path d='M1.36621 1.36719H2.69954L4.47288 9.64719C4.53793 9.95043 4.70666 10.2215 4.95002 10.4138C5.19338 10.606 5.49615 10.7074 5.80621 10.7005H12.3262C12.6297 10.7 12.9239 10.596 13.1602 10.4057C13.3966 10.2154 13.561 9.95021 13.6262 9.65385L14.7262 4.70052H3.41288M5.99954 14.0005C5.99954 14.3687 5.70107 14.6672 5.33288 14.6672C4.96469 14.6672 4.66621 14.3687 4.66621 14.0005C4.66621 13.6323 4.96469 13.3339 5.33288 13.3339C5.70107 13.3339 5.99954 13.6323 5.99954 14.0005ZM13.3329 14.0005C13.3329 14.3687 13.0344 14.6672 12.6662 14.6672C12.298 14.6672 11.9995 14.3687 11.9995 14.0005C11.9995 13.6323 12.298 13.3339 12.6662 13.3339C13.0344 13.3339 13.3329 13.6323 13.3329 14.0005Z' stroke='%23181818' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_52748_15567'><rect width='16' height='16' fill='white'/></clipPath></defs></svg>");background-repeat: no-repeat;background-size: contain;background-position: center;display: inline-block;background-color: #FFFFFF;border: 0 ;}.lh-gpacjo .lh-close-button{ width: 48px;height: 48px;background-image: url("data:image/svg+xml;utf8,<svg class='lh-close-button z-100' width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='48' height='48' fill='%23F2F2F2'/><path d='M18 21L24 27L30 21' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat: no-repeat;background-size: cover;background-position: center;}.lh-gpacjo .lh-image-blank{ display: block;border-radius: 8px;width: 100%;height: 100%;background-image: url("data:image/svg+xml;utf8,<svg preserveAspectRatio='xMidYMid slice' viewBox='0 0 448 448' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_656_1454)'><path d='M448.1.2H.1v448h448V.2z' fill='%23f2f2f2'></path><path d='m375.1 207.4-62.8-30.9 15.4-31.4c2.9 4.8 10.9 17.1 26.8 24.8 5.1 2.4 18.5 8.3 36.1 6-5.1 10.6-10.2 21.1-15.5 31.5z' fill='%23a84c42'></path><path d='M415.8 188.4 390.7 176c-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9l-25.1-12.4c-7-3.4-15.3-.5-18.7 6.4l-68 138.1c-3.4 7-.5 15.3 6.4 18.7l96.8 47.7c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.2-6.8.4-15.3-6.5-18.7z' fill='%23de6a5a'></path><path d='m401.6 177.5-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-8.5 17.3-29.5 24.5-46.9 16-17.3-8.5-24.5-29.5-16-46.9.9-1.7.2-3.8-1.6-4.7l-6.3-3.1c-1.7-.9-3.8-.2-4.7 1.6-11.9 24.3-1.9 53.7 22.3 65.6 24.3 11.9 53.7 1.9 65.6-22.3 1.1-1.7.3-3.8-1.4-4.7z' fill='%23cd5747'></path><path d='M344 307.9c-4.3 12.8-18.8 19-31 13.2-8.8-4.3-17.7-8.5-26.5-12.8-5.4-2.7-11.3-4-17.3-4h-30.4l32.5 16 47.9 23.5c15.9 7.8 35.1 1.3 43-14.6l60.1-121.9c3.4-7 .5-15.3-6.4-18.7l-3.1-1.6c-5.9 26.8-16.1 44.9-24.6 56.6-12.4 17.1-22.2 22.4-33 40.4-5.1 8.1-8.7 16.3-11.2 23.9z' fill='%23e87e69'></path><path d='M302.7 132.8c-7-3.4-15.3-.5-18.7 6.4l-68 139c-2.2 4.4-1.8 9.3.5 13.2h77.6c11.9 0 21.7-9.7 21.7-21.7V139.2l-13.1-6.4z' opacity='.5' fill='%23cd5747'></path><path d='M256.5 133.8h-70v-35c4.7 3.1 17.3 10.5 35 10.5 5.6 0 20.2-.8 35-10.5v35z' fill='%2392683e'></path><path d='M284.5 98.8h-28c0 19.3-15.7 35-35 35s-35-15.7-35-35h-28c-7.8 0-14 6.3-14 14v154c0 7.8 6.3 14 14 14h126c7.8 0 14-6.3 14-14v-154c0-7.7-6.3-14-14-14z' fill='%23e8af57'></path><path d='M267 95.4h-7c-1.9 0-3.5 1.6-3.5 3.5 0 19.3-15.7 35-35 35s-35-15.7-35-35c0-1.9-1.6-3.5-3.5-3.5h-7c-1.9 0-3.5 1.6-3.5 3.5 0 27.1 22 49 49 49s49-22 49-49c0-2-1.5-3.5-3.5-3.5z' fill='%23c5955f'></path><path d='M187.6 162.6c-2.5-7.3-10.5-11.2-17.8-8.7l-3.3 1.1 42.8 125.9h18.5l-40.2-118.3z' opacity='.5' fill='%23c5955f'></path><path d='M284.5 98.8H281c-9.6 36-7.3 62.2-3.1 80.1 2.4 9.9 6.3 21.5 7.5 39.7.7 10.9.2 20.8-.9 29.2-1 8.8-8.6 15.4-17.5 15.4h-28.3c-2.9 0-4.8 2.9-3.8 5.5l4.4 12h45.1c7.8 0 14-6.3 14-14v-154c.1-7.6-6.2-13.9-13.9-13.9z' fill='%23efb66a'></path><path d='M138.1 179.4 71.9 202l-11.2-33.1c5.4 1.4 19.7 4.4 36.5-1.3 5.3-1.8 18.9-7.2 29.7-21.2 3.8 10.8 7.5 21.9 11.2 33z' fill='%2302614e'></path><path d='m153.4 137.2-26.5 9.1c6.2 18.3-3.6 38.2-21.9 44.4s-38.2-3.6-44.4-21.9l-16.7 5.7c-12.7 4.4-19.5 18.1-15.2 30.9L75 341.3c2.5 7.3 10.5 11.2 17.8 8.7l119.3-40.6c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.5-7.2-10.5-11.1-17.8-8.6z' fill='%23279170'></path><path d='m153.4 137.2-3.3 1.1c15.1 43.7 30.2 87.3 45.1 131 4.4 12.8-.9 27.1-12.6 33.8-7.1 3.9-13.3 6.3-18.6 7.8-21.3 6-33.4.3-54.7 6.6-16.3 4.8-28.1 13.7-35.5 20.5.3 1.1.8 2.2 1.1 3.3 2.5 7.3 10.5 11.2 17.8 8.7L212 309.4c7.3-2.5 11.2-10.5 8.7-17.8l-49.6-145.8c-2.4-7.2-10.4-11.1-17.7-8.6z' fill='%2346a585'></path><path d='m135.7 139.5-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 6.2 18.3-3.6 38.2-21.9 44.4-18.3 6.2-38.2-3.6-44.4-21.9-.6-1.8-2.6-2.8-4.4-2.2l-6.6 2.3c-1.8.6-2.8 2.6-2.2 4.4 8.7 25.6 36.5 39.3 62.1 30.6 25.6-8.7 39.3-36.5 30.6-62.1-.6-1.8-2.6-2.8-4.4-2.2z' fill='%23108060'></path></g><defs><clipPath id='clip0_656_1454'><path fill='%23fff' d='M0 0h448v448H0z'></path></clipPath></defs></svg>");background-repeat: no-repeat;background-size: cover;background-position: center;}.lh-gpacjo .lh-slider-pagination-progress{ width: 23.365%;}.lh-gpacjo .lh-product-title, .lh-gpacjo .lh-special-price span{ color: #FFFFFF;}.lh-gpacjo .lh-swatch .lh-swatch-wrp label, .lh-gpacjo .lh-swatch .lh-header, .lh-gpacjo .lh-swatch .lh-variant-label{ color: #FFFFFFCC;}.lh-gpacjo .lh-item-product-skeleton{ height: 16px;border-radius: 9999px;background-color: #f6f6f6;}.lh-gpacjo .lh-item-product-skeleton:first-child{ width: 100%;}.lh-gpacjo .lh-item-product-skeleton:last-child{ width: 80px;}@media (min-width: 1024px) {.lh-gpacjo .lh-container{ padding-top: calc(var(--lh-container-padding-top, 0) );padding-bottom: calc(var(--lh-container-padding-bottom, 0));}}@media (min-width: 640px) and (max-width: 1023px) {.lh-gpacjo .lh-container{ padding: 30px;padding-top: calc(var(--lh-container-padding-top, 0) * 64 / 80);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 64 / 80);}}@media (max-width: 639px) {.lh-gpacjo .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 64 / 80);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 64 / 80);}}@media (min-width: 1024px) and (max-width: 1400px) {.lh-gpacjo .lh-slider-container[data-desktop-layout="slider"] .lh-slide-item{ padding-left: 12px !important;}}@media (min-width: 750px) {.lh-gpacjo .lh-slide-item .lh-video-new{ height: calc(100% * 7.54 / 9);}}@media (max-width: 749px) {.lh-gpacjo .lh-slide-item .lh-video-new{ height: calc(100% * 6.8 / 9);}}.lh-gpacjo .lh-slide-item.active-main .lh-video-new{ height: 100%;}.lh-gpacjo .lh-slide-item.active-sub .lh-video-new{ height: 100% !important;}.lh-gpacjo .lh-slide-item .lh-video-new{ transition: transform 0.3s ease;transform-origin: center center;}.lh-gpacjo .lh-slide-item.active-main .lh-video-new{ transform: scaleY(1);}.lh-gpacjo .lh-slide-item.active-sub .lh-video-new{ transform: scaleY(1) !important;}.lh-gpacjo .lh-slide-item .lh-video-wrapper video{ aspect-ratio: var(--lh-image-ratio);object-fit: var(--lh-image-fit);object-position: var(--lh-image-position);}.lh-gpacjo .lh-close-toggle{ background-image: url("data:image/svg+xml;utf8,<svg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='48' height='48' transform='translate(0.799805)' fill='none'/><path d='M34.7998 21L28.7998 27M28.7998 21L34.7998 27M23.7998 16.702C23.7996 16.5627 23.7581 16.4266 23.6807 16.3109C23.6032 16.1951 23.4932 16.1049 23.3645 16.0517C23.2358 15.9984 23.0942 15.9844 22.9575 16.0115C22.8209 16.0387 22.6954 16.1056 22.5968 16.204L19.2128 19.587C19.0822 19.7184 18.9268 19.8226 18.7557 19.8935C18.5846 19.9643 18.401 20.0006 18.2158 20H15.7998C15.5346 20 15.2802 20.1054 15.0927 20.2929C14.9052 20.4805 14.7998 20.7348 14.7998 21V27C14.7998 27.2652 14.9052 27.5196 15.0927 27.7071C15.2802 27.8947 15.5346 28 15.7998 28H18.2158C18.401 27.9995 18.5846 28.0357 18.7557 28.1066C18.9268 28.1775 19.0822 28.2817 19.2128 28.413L22.5958 31.797C22.6944 31.8958 22.8201 31.9631 22.957 31.9904C23.0939 32.0177 23.2358 32.0037 23.3647 31.9503C23.4937 31.8968 23.6038 31.8063 23.6813 31.6902C23.7588 31.5741 23.8 31.4376 23.7998 31.298V16.702Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");}.lh-gpacjo .lh-open-toggle{ background-image: url("data:image/svg+xml;utf8,<svg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='48' height='48' fill='none'/><path d='M28 21C28.6491 21.8655 29 22.9182 29 24C29 25.0819 28.6491 26.1345 28 27M31.364 30.364C32.1997 29.5283 32.8627 28.5361 33.315 27.4442C33.7673 26.3523 34.0001 25.1819 34.0001 24C34.0001 22.8181 33.7673 21.6478 33.315 20.5559C32.8627 19.4639 32.1997 18.4718 31.364 17.636M23 16.702C22.9998 16.5627 22.9583 16.4266 22.8809 16.3109C22.8034 16.1951 22.6934 16.1049 22.5647 16.0517C22.436 15.9984 22.2944 15.9844 22.1577 16.0115C22.0211 16.0387 21.8956 16.1056 21.797 16.204L18.413 19.587C18.2824 19.7184 18.127 19.8226 17.9559 19.8935C17.7848 19.9643 17.6012 20.0006 17.416 20H15C14.7348 20 14.4804 20.1054 14.2929 20.2929C14.1054 20.4805 14 20.7348 14 21V27C14 27.2652 14.1054 27.5196 14.2929 27.7071C14.4804 27.8947 14.7348 28 15 28H17.416C17.6012 27.9995 17.7848 28.0357 17.9559 28.1066C18.127 28.1775 18.2824 28.2817 18.413 28.413L21.796 31.797C21.8946 31.8958 22.0203 31.9631 22.1572 31.9904C22.2941 32.0177 22.436 32.0037 22.5649 31.9503C22.6939 31.8968 22.804 31.8063 22.8815 31.6902C22.959 31.5741 23.0002 31.4376 23 31.298V16.702Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");}.lh-gpacjo .lh-mute-toggle:hover, .lh-gpacjo .lh-video-image:hover, .lh-gpacjo .lh-close-button:hover, .lh-gpacjo .close-popup:hover{ cursor: pointer;}.lh-gpacjo .lh-slide-item:not(.active-main) .lh-video-image{ pointer-events: none;}.lh-gpacjo .lh-slide-item:not(.active-sub) .lh-video-image{ pointer-events: none !important;}.lh-gpacjo .lh-slide-item .lh-video-wrapper{ transform-origin: center center;aspect-ratio: var(--lh-image-ratio);z-index: 1;}.lh-gpacjo .lh-slide-item.active-main .lh-music-toggle{ display: block;}.lh-gpacjo .lh-slide-item.active-main .lh-video-wrapper, .lh-gpacjo .lh-slide-item.active-main .lh-video-wrapper video{ aspect-ratio: var(--lh-image-ratio);z-index: 2;}.lh-gpacjo .lh-slide-item.active-sub .lh-music-toggle{ display: block !important;}.lh-gpacjo .lh-slide-item.active-sub .lh-video-wrapper, .lh-gpacjo .lh-slide-item.active-sub .lh-video-wrapper video{ aspect-ratio: var(--lh-image-ratio) !important;z-index: 2 !important;}.lh-gpacjo .lh-info-overlay{ left: 8px;right: 8px;bottom: 8px;border-radius: 12px;opacity: 0;pointer-events: none;transition: opacity 0.5s ease;background-color: #FFFFFF33;}.lh-gpacjo .lh-slide-item.active-main.active .lh-info-overlay{ opacity: 1;pointer-events: auto;}.lh-gpacjo .lh-slide-item.active-sub.active .lh-info-overlay{ opacity: 1 !important;pointer-events: auto !important;}.lh-gpacjo /* .lh-cart-icon{ width: 16px;height: 16px;background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.36621 1.36621H2.69954L4.47288 9.64621C4.53793 9.94945 4.70666 10.2205 4.95002 10.4128C5.19338 10.605 5.49615 10.7064 5.80621 10.6995H12.3262C12.6297 10.6991 12.9239 10.5951 13.1602 10.4048C13.3966 10.2145 13.561 9.94923 13.6262 9.65288L14.7262 4.69954H3.41288M5.99954 13.9995C5.99954 14.3677 5.70107 14.6662 5.33288 14.6662C4.96469 14.6662 4.66621 14.3677 4.66621 13.9995C4.66621 13.6314 4.96469 13.3329 5.33288 13.3329C5.70107 13.3329 5.99954 13.6314 5.99954 13.9995ZM13.3329 13.9995C13.3329 14.3677 13.0344 14.6662 12.6662 14.6662C12.298 14.6662 11.9995 14.3677 11.9995 13.9995C11.9995 13.6314 12.298 13.3329 12.6662 13.3329C13.0344 13.3329 13.3329 13.6314 13.3329 13.9995Z' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-size: contain;background-position: center;}.lh-gpacjo */.lh-info-popup, .lh-gpacjo .lh-popup-blank{ position: fixed;bottom: -100%;background: var(--lh-background-color);align-items: center;z-index: 99;transition: bottom 0.4s ease;min-height: 70vh;}.lh-gpacjo .lh-info-popup.is-active, .lh-gpacjo .lh-popup-blank.is-active{ bottom: 0;}.lh-gpacjo .lh-product-title{ font-weight: 500;}.lh-gpacjo .lh-popup-backdrop{ bottom: -100%;transition: inset 0.4s ease;}.lh-gpacjo .lh-popup-backdrop.is-active{ display: flex;background-color: #000;inset: 0;opacity: 0.8;filter: blur(3px) brightness(0.8) contrast(1.2);}.lh-gpacjo .lh-image-1{ left: 20px;bottom: 20px;}.lh-gpacjo .lh-image-2{ left: 104px;bottom: 20px;}.lh-gpacjo .single-option-selector{ cursor: pointer;}.lh-gpacjo .single-option-selector:disabled{ opacity: 0.6;cursor: not-allowed;}.lh-gpacjo .single-option-selector option{ color: #1a1a1a;}
.lh-sdb7er .lh-slider-image{ background-color: var(--lh-background-color);}.lh-sdb7er{ font-optical-sizing: none;}.lh-sdb7er .lh-icon-instagram{ width: 28px;height: 29px;display: inline-block;background-image: url("data:image/svg+xml;utf8,<svg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_8031_166)'><path d='M20.4206 0.571289H7.57933C3.40002 0.571289 0 3.97131 0 8.15062V20.9921C0 25.1712 3.40002 28.5712 7.57933 28.5712H20.4208C24.5999 28.5712 27.9999 25.1712 27.9999 20.9921V8.15062C27.9999 3.97131 24.5999 0.571289 20.4206 0.571289ZM26.3585 20.9921C26.3585 24.2661 23.6948 26.9298 20.4206 26.9298H7.57933C4.30514 26.9298 1.64148 24.2661 1.64148 20.9921V8.15062C1.64148 4.87643 4.30514 2.21277 7.57933 2.21277H20.4208C23.6948 2.21277 26.3585 4.87643 26.3585 8.15062V20.9921Z' fill='white'/><path d='M14 6.91528C9.77834 6.91528 6.34393 10.3497 6.34393 14.5713C6.34393 18.7929 9.77834 22.2273 14 22.2273C18.2216 22.2273 21.656 18.7929 21.656 14.5713C21.656 10.3497 18.2216 6.91528 14 6.91528ZM14 20.5859C10.6837 20.5859 7.98541 17.8878 7.98541 14.5713C7.98541 11.255 10.6837 8.55676 14 8.55676C17.3164 8.55676 20.0145 11.255 20.0145 14.5713C20.0145 17.8878 17.3164 20.5859 14 20.5859Z' fill='white'/><path d='M21.839 4.19629C20.5915 4.19629 19.5768 5.21121 19.5768 6.45855C19.5768 7.70611 20.5915 8.72103 21.839 8.72103C23.0866 8.72103 24.1015 7.70611 24.1015 6.45855C24.1015 5.211 23.0866 4.19629 21.839 4.19629ZM21.839 7.07934C21.4968 7.07934 21.2183 6.80078 21.2183 6.45855C21.2183 6.11612 21.4968 5.83777 21.839 5.83777C22.1815 5.83777 22.46 6.11612 22.46 6.45855C22.46 6.80078 22.1815 7.07934 21.839 7.07934Z' fill='white'/></g><defs><clipPath id='clip0_8031_166'><rect width='28' height='28' fill='white' transform='translate(0 0.571289)'/></clipPath></defs></svg>");background-size: contain;background-repeat: no-repeat;}@media(max-width: 1023px) {.lh-sdb7er .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top) * 70 /100);padding-bottom: calc(var(--lh-container-padding-bottom) * 70 /100 );}.lh-sdb7er .lh-slider-items{ margin: 0 -15px;padding: 0 15px;}.lh-sdb7er .lh-slide-item{ scroll-snap-align: center !important;}}.lh-sdb7er .lh-image-picture{ position: relative;display: block;overflow: hidden;}.lh-sdb7er .lh-image-picture::after{ content: "";position: absolute;inset: 0;background: rgba(0, 0, 0, 0);transition: background 0.3s ease;z-index: 1;}.lh-sdb7er .lh-slide-item:hover .lh-image-picture::after{ background: rgba(0, 0, 0, 0.2);}
.lh-qdg6n3 .lh-slider-wrapper[data-pagination="dots"] .lh-slider-pagination.active{ background-color: var(--lh-heading-color);}.lh-qdg6n3 .lh-slider-nav-left{ top: 74.2%;transform: translateY(-50%);}.lh-qdg6n3 .lh-slider-nav-right{ top: 74.2%;transform: translateY(-50%);}@media (max-width:639px) {.lh-qdg6n3 .lh-container{ padding: 16px ;padding-top: calc(var(--lh-container-padding-top, 0) * 0.7);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.7);}.lh-qdg6n3 .lh-slider-nav-right{ top: 75.4%;}.lh-qdg6n3 .lh-slider-nav-left{ top: 75.4%;}}
