/** Shopify CDN: Minification failed

Line 2432: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=Instrument+Sans:wght@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-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 4px;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --radius-xs: 2px;
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --radius-2xl: 16px;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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-100: #eceef2;
    --color-scheme-text-400: #8495ac;
    --color-scheme-text-500: #62748e;
    --color-scheme-text-950: #22262f;
    --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-18: 72px;
    --spacing-20: 80px;
    --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;
  }
  .tw-relative {
    position: relative;
  }
  .inset-0 {
    inset: var(--spacing-0);
  }
  .\!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-3 {
    top: var(--spacing-3);
  }
  .top-\[-1px\] {
    top: -1px;
  }
  .top-\[11px\] {
    top: 11px;
  }
  .-right-2 {
    right: calc(var(--spacing-2) * -1);
  }
  .-right-6 {
    right: calc(var(--spacing-6) * -1);
  }
  .right-2\.5 {
    right: var(--spacing-2\.5);
  }
  .right-3 {
    right: var(--spacing-3);
  }
  .right-5 {
    right: var(--spacing-5);
  }
  .right-6 {
    right: var(--spacing-6);
  }
  .right-\[12px\] {
    right: 12px;
  }
  .bottom-5 {
    bottom: var(--spacing-5);
  }
  .bottom-\[20\.5px\] {
    bottom: 20.5px;
  }
  .-left-2 {
    left: calc(var(--spacing-2) * -1);
  }
  .-left-6 {
    left: calc(var(--spacing-6) * -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-\[12px\] {
    left: 12px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-99 {
    z-index: 99;
  }
  .z-100 {
    z-index: 100;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .m-0 {
    margin: var(--spacing-0);
  }
  .mx-4 {
    margin-inline: var(--spacing-4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: var(--spacing-2);
  }
  .mt-1 {
    margin-top: var(--spacing-1);
  }
  .mt-1\.75 {
    margin-top: calc(var(--spacing) * 1.75);
  }
  .mt-2 {
    margin-top: var(--spacing-2);
  }
  .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-\[-4px\] {
    margin-top: -4px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mr-1 {
    margin-right: var(--spacing-1);
  }
  .mr-1\.5 {
    margin-right: var(--spacing-1\.5);
  }
  .mb-0\.5 {
    margin-bottom: var(--spacing-0\.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing-1);
  }
  .mb-2\.5 {
    margin-bottom: var(--spacing-2\.5);
  }
  .mb-3 {
    margin-bottom: var(--spacing-3);
  }
  .mb-6 {
    margin-bottom: var(--spacing-6);
  }
  .mb-9 {
    margin-bottom: var(--spacing-9);
  }
  .mb-10 {
    margin-bottom: var(--spacing-10);
  }
  .-ml-1 {
    margin-left: calc(var(--spacing-1) * -1);
  }
  .ml-0\.5 {
    margin-left: var(--spacing-0\.5);
  }
  .ml-1 {
    margin-left: var(--spacing-1);
  }
  .ml-3 {
    margin-left: var(--spacing-3);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .\!block {
    display: block !important;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .\!tw-flex {
    display: flex !important;
  }
  .\!tw-hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .tw-flex {
    display: flex;
  }
  .tw-hidden {
    display: none;
  }
  .aspect-1\/1 {
    aspect-ratio: 1/1;
  }
  .aspect-4\/5 {
    aspect-ratio: 4/5;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .size-4 {
    width: var(--spacing-4);
    height: var(--spacing-4);
  }
  .size-6 {
    width: var(--spacing-6);
    height: var(--spacing-6);
  }
  .size-10 {
    width: var(--spacing-10);
    height: var(--spacing-10);
  }
  .size-fit {
    width: fit-content;
    height: fit-content;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .\!h-8 {
    height: var(--spacing-8) !important;
  }
  .\!h-9 {
    height: var(--spacing-9) !important;
  }
  .\!h-10 {
    height: var(--spacing-10) !important;
  }
  .h-1 {
    height: var(--spacing-1);
  }
  .h-5 {
    height: var(--spacing-5);
  }
  .h-10 {
    height: var(--spacing-10);
  }
  .h-12 {
    height: var(--spacing-12);
  }
  .h-20 {
    height: var(--spacing-20);
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .\!w-8 {
    width: var(--spacing-8) !important;
  }
  .w-5 {
    width: var(--spacing-5);
  }
  .w-8 {
    width: var(--spacing-8);
  }
  .w-10 {
    width: var(--spacing-10);
  }
  .w-12 {
    width: var(--spacing-12);
  }
  .w-18 {
    width: var(--spacing-18);
  }
  .w-20 {
    width: var(--spacing-20);
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-20 {
    max-width: var(--spacing-20);
  }
  .max-w-\[512px\] {
    max-width: 512px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .min-w-0 {
    min-width: var(--spacing-0);
  }
  .min-w-18 {
    min-width: var(--spacing-18);
  }
  .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-x-\[-1\/2\] {
    --tw-translate-x: -1/2;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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-\[-1\/2\] {
    --tw-translate-y: -1/2;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .\!tw-items-center {
    align-items: center !important;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .tw-items-center {
    align-items: center;
  }
  .tw-items-end {
    align-items: flex-end;
  }
  .tw-items-start {
    align-items: flex-start;
  }
  .\!tw-justify-center {
    justify-content: center !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .tw-justify-center {
    justify-content: center;
  }
  .tw-justify-end {
    justify-content: flex-end;
  }
  .\!gap-0 {
    gap: var(--spacing-0) !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-3 {
    gap: var(--spacing-3);
  }
  .gap-4 {
    gap: var(--spacing-4);
  }
  .gap-5 {
    gap: var(--spacing-5);
  }
  .gap-7 {
    gap: var(--spacing-7);
  }
  .gap-8 {
    gap: var(--spacing-8);
  }
  .\!gap-y-5 {
    row-gap: var(--spacing-5) !important;
  }
  .self-end {
    align-self: flex-end;
  }
  .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-lg {
    border-radius: var(--radius-lg) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[999px\] {
    border-radius: 999px;
  }
  .rounded-\[9999px\] {
    border-radius: 9999px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .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 !important;
    border-style: none !important;
  }
  .border-\[\#E6E6E6\] {
    border-color: #E6E6E6;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#ECECEC\] {
    background-color: #ECECEC;
  }
  .bg-\[\#FFFFFF33\] {
    background-color: #FFFFFF33;
  }
  .bg-\[\#bdc3c7\] {
    background-color: #bdc3c7;
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .bg-scheme-bg {
    background-color: var(--color-scheme-bg);
  }
  .bg-scheme-text-100 {
    background-color: var(--color-scheme-text-100);
  }
  .bg-scheme-text-950 {
    background-color: var(--color-scheme-text-950);
  }
  .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-2 {
    padding: var(--spacing-2) !important;
  }
  .\!p-3 {
    padding: var(--spacing-3) !important;
  }
  .p-1\.5 {
    padding: var(--spacing-1\.5);
  }
  .p-2 {
    padding: var(--spacing-2);
  }
  .p-3 {
    padding: var(--spacing-3);
  }
  .p-4 {
    padding: var(--spacing-4);
  }
  .p-5 {
    padding: var(--spacing-5);
  }
  .px-0 {
    padding-inline: var(--spacing-0);
  }
  .px-1\.5 {
    padding-inline: var(--spacing-1\.5);
  }
  .px-2 {
    padding-inline: var(--spacing-2);
  }
  .px-3 {
    padding-inline: var(--spacing-3);
  }
  .px-4 {
    padding-inline: var(--spacing-4);
  }
  .px-8 {
    padding-inline: var(--spacing-8);
  }
  .px-\[13px\] {
    padding-inline: 13px;
  }
  .py-1 {
    padding-block: var(--spacing-1);
  }
  .py-1\.5 {
    padding-block: var(--spacing-1\.5);
  }
  .py-2 {
    padding-block: var(--spacing-2);
  }
  .py-2\.5 {
    padding-block: var(--spacing-2\.5);
  }
  .py-3 {
    padding-block: var(--spacing-3);
  }
  .py-8 {
    padding-block: var(--spacing-8);
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .pt-0\.5 {
    padding-top: var(--spacing-0\.5);
  }
  .pt-4 {
    padding-top: var(--spacing-4);
  }
  .pt-5 {
    padding-top: var(--spacing-5);
  }
  .pt-9 {
    padding-top: var(--spacing-9);
  }
  .pr-2 {
    padding-right: var(--spacing-2);
  }
  .pr-6 {
    padding-right: var(--spacing-6);
  }
  .pb-0\.5 {
    padding-bottom: var(--spacing-0\.5);
  }
  .pb-6 {
    padding-bottom: var(--spacing-6);
  }
  .pl-3 {
    padding-left: var(--spacing-3);
  }
  .text-center {
    text-align: center;
  }
  .tw-text-center {
    text-align: center;
  }
  .tw-text-start {
    text-align: start;
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .\!text-\[12px\] {
    font-size: 12px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .\!leading-\[18px\] {
    --tw-leading: 18px !important;
    line-height: 18px !important;
  }
  .\!leading-none {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!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);
  }
  .\!tracking-\[-0\.22px\] {
    --tw-tracking: -0.22px !important;
    letter-spacing: -0.22px !important;
  }
  .\!tracking-\[0\.5px\] {
    --tw-tracking: 0.5px !important;
    letter-spacing: 0.5px !important;
  }
  .\!tracking-normal {
    --tw-tracking: var(--tracking-normal) !important;
    letter-spacing: var(--tracking-normal) !important;
  }
  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#8b8b8b\] {
    color: #8b8b8b !important;
  }
  .\!text-\[\#181818\] {
    color: #181818 !important;
  }
  .\!text-\[\#232323\] {
    color: #232323 !important;
  }
  .\!text-\[\#999999\] {
    color: #999999 !important;
  }
  .\!text-\[\#D82727\] {
    color: #D82727 !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-gray-400 {
    color: var(--color-gray-400);
  }
  .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;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .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);
  }
  .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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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;
  }
  .\!outline-none {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:scale-115 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 115%;
        --tw-scale-y: 115%;
        --tw-scale-z: 115%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .max-lg\:line-clamp-1 {
    @media (width < 1024px) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
  }
  .max-lg\:\!tw-hidden {
    @media (width < 1024px) {
      display: none !important;
    }
  }
  .max-lg\:hidden {
    @media (width < 1024px) {
      display: none;
    }
  }
  .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\:items-start {
    @media (width < 640px) {
      align-items: flex-start;
    }
  }
  .max-sm\:justify-start {
    @media (width < 640px) {
      justify-content: flex-start;
    }
  }
  .max-sm\:gap-y-5\.5 {
    @media (width < 640px) {
      row-gap: calc(var(--spacing) * 5.5);
    }
  }
  .max-sm\:px-5 {
    @media (width < 640px) {
      padding-inline: var(--spacing-5);
    }
  }
  .max-sm\:tw-text-start {
    @media (width < 640px) {
      text-align: start;
    }
  }
  .max-sm\:\!opacity-100 {
    @media (width < 640px) {
      opacity: 100% !important;
    }
  }
  .sm\:top-3 {
    @media (width >= 640px) {
      top: var(--spacing-3);
    }
  }
  .sm\:-right-6\.5 {
    @media (width >= 640px) {
      right: calc(var(--spacing) * -6.5);
    }
  }
  .sm\:-left-6 {
    @media (width >= 640px) {
      left: calc(var(--spacing-6) * -1);
    }
  }
  .sm\:left-3 {
    @media (width >= 640px) {
      left: var(--spacing-3);
    }
  }
  .sm\:order-1 {
    @media (width >= 640px) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 640px) {
      order: 2;
    }
  }
  .sm\:mx-5 {
    @media (width >= 640px) {
      margin-inline: var(--spacing-5);
    }
  }
  .sm\:mt-0\.5 {
    @media (width >= 640px) {
      margin-top: var(--spacing-0\.5);
    }
  }
  .sm\:mt-0\.25 {
    @media (width >= 640px) {
      margin-top: calc(var(--spacing) * 0.25);
    }
  }
  .sm\:mt-4 {
    @media (width >= 640px) {
      margin-top: var(--spacing-4);
    }
  }
  .sm\:mt-5 {
    @media (width >= 640px) {
      margin-top: var(--spacing-5);
    }
  }
  .sm\:mt-7 {
    @media (width >= 640px) {
      margin-top: var(--spacing-7);
    }
  }
  .sm\:mt-8 {
    @media (width >= 640px) {
      margin-top: var(--spacing-8);
    }
  }
  .sm\:mt-10 {
    @media (width >= 640px) {
      margin-top: var(--spacing-10);
    }
  }
  .sm\:mt-12 {
    @media (width >= 640px) {
      margin-top: var(--spacing-12);
    }
  }
  .sm\:mr-2 {
    @media (width >= 640px) {
      margin-right: var(--spacing-2);
    }
  }
  .sm\:mr-\[96px\] {
    @media (width >= 640px) {
      margin-right: 96px;
    }
  }
  .sm\:mb-3 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-3);
    }
  }
  .sm\:mb-6 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-6);
    }
  }
  .sm\:mb-10 {
    @media (width >= 640px) {
      margin-bottom: var(--spacing-10);
    }
  }
  .sm\:ml-5 {
    @media (width >= 640px) {
      margin-left: var(--spacing-5);
    }
  }
  .sm\:\!tw-flex {
    @media (width >= 640px) {
      display: flex !important;
    }
  }
  .sm\:\!tw-hidden {
    @media (width >= 640px) {
      display: none !important;
    }
  }
  .sm\:size-11 {
    @media (width >= 640px) {
      width: var(--spacing-11);
      height: var(--spacing-11);
    }
  }
  .sm\:w-\[258px\] {
    @media (width >= 640px) {
      width: 258px;
    }
  }
  .sm\:w-\[320px\] {
    @media (width >= 640px) {
      width: 320px;
    }
  }
  .sm\:shrink-0 {
    @media (width >= 640px) {
      flex-shrink: 0;
    }
  }
  .sm\:flex-row {
    @media (width >= 640px) {
      flex-direction: row;
    }
  }
  .sm\:tw-items-center {
    @media (width >= 640px) {
      align-items: center;
    }
  }
  .sm\:gap-1 {
    @media (width >= 640px) {
      gap: var(--spacing-1);
    }
  }
  .sm\:gap-1\.5 {
    @media (width >= 640px) {
      gap: var(--spacing-1\.5);
    }
  }
  .sm\:gap-4 {
    @media (width >= 640px) {
      gap: var(--spacing-4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 640px) {
      gap: var(--spacing-5);
    }
  }
  .sm\:gap-10 {
    @media (width >= 640px) {
      gap: var(--spacing-10);
    }
  }
  .sm\:\!gap-y-\[13px\] {
    @media (width >= 640px) {
      row-gap: 13px !important;
    }
  }
  .sm\:self-end {
    @media (width >= 640px) {
      align-self: flex-end;
    }
  }
  .sm\:overflow-hidden {
    @media (width >= 640px) {
      overflow: hidden;
    }
  }
  .sm\:py-5 {
    @media (width >= 640px) {
      padding-block: var(--spacing-5);
    }
  }
  .sm\:py-8 {
    @media (width >= 640px) {
      padding-block: var(--spacing-8);
    }
  }
  .sm\:py-10 {
    @media (width >= 640px) {
      padding-block: var(--spacing-10);
    }
  }
  .sm\:pt-4\.5 {
    @media (width >= 640px) {
      padding-top: calc(var(--spacing) * 4.5);
    }
  }
  .sm\:pr-3 {
    @media (width >= 640px) {
      padding-right: var(--spacing-3);
    }
  }
  .sm\:pb-0\.5 {
    @media (width >= 640px) {
      padding-bottom: var(--spacing-0\.5);
    }
  }
  .sm\:tw-text-left {
    @media (width >= 640px) {
      text-align: left;
    }
  }
  .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\:\!tw-hidden {
    @media (width >= 768px) {
      display: none !important;
    }
  }
  .md\:w-12 {
    @media (width >= 768px) {
      width: var(--spacing-12);
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:tw-items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:overflow-hidden {
    @media (width >= 768px) {
      overflow: hidden;
    }
  }
  .md\:tw-text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .lg\:right-3 {
    @media (width >= 1024px) {
      right: var(--spacing-3);
    }
  }
  .lg\:left-3 {
    @media (width >= 1024px) {
      left: var(--spacing-3);
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:mr-\[132px\] {
    @media (width >= 1024px) {
      margin-right: 132px;
    }
  }
  .lg\:mb-12 {
    @media (width >= 1024px) {
      margin-bottom: var(--spacing-12);
    }
  }
  .lg\:ml-8 {
    @media (width >= 1024px) {
      margin-left: var(--spacing-8);
    }
  }
  .lg\:\!tw-flex {
    @media (width >= 1024px) {
      display: flex !important;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:tw-flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:w-\[449px\] {
    @media (width >= 1024px) {
      width: 449px;
    }
  }
  .lg\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .lg\:tw-items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:tw-items-start {
    @media (width >= 1024px) {
      align-items: flex-start;
    }
  }
  .lg\:tw-justify-center {
    @media (width >= 1024px) {
      justify-content: center;
    }
  }
  .lg\:gap-4 {
    @media (width >= 1024px) {
      gap: var(--spacing-4);
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 1024px) {
      overflow: hidden;
    }
  }
  .lg\:pr-6 {
    @media (width >= 1024px) {
      padding-right: var(--spacing-6);
    }
  }
  .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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-7ep8ps,.lh-section.lh-wolfly,.lh-section.lh-brw2bt,.lh-section.lh-zy6gkd,.lh-section.lh-5fl51f{ --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-7ep8ps,.lh-section.lh-wolfly,.lh-section.lh-brw2bt,.lh-section.lh-zy6gkd,.lh-section.lh-5fl51f{ --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-7ep8ps,.lh-section.lh-wolfly,.lh-section.lh-brw2bt,.lh-section.lh-zy6gkd,.lh-section.lh-5fl51f{ --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-7ep8ps .lh-scheme-1,.lh-section.lh-7ep8ps.lh-scheme-1,.lh-section.lh-wolfly .lh-scheme-1,.lh-section.lh-wolfly.lh-scheme-1,.lh-section.lh-brw2bt .lh-scheme-1,.lh-section.lh-brw2bt.lh-scheme-1,.lh-section.lh-zy6gkd .lh-scheme-1,.lh-section.lh-zy6gkd.lh-scheme-1,.lh-section.lh-5fl51f .lh-scheme-1,.lh-section.lh-5fl51f.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-7ep8ps .lh-scheme-2,.lh-section.lh-7ep8ps.lh-scheme-2,.lh-section.lh-wolfly .lh-scheme-2,.lh-section.lh-wolfly.lh-scheme-2,.lh-section.lh-brw2bt .lh-scheme-2,.lh-section.lh-brw2bt.lh-scheme-2,.lh-section.lh-zy6gkd .lh-scheme-2,.lh-section.lh-zy6gkd.lh-scheme-2,.lh-section.lh-5fl51f .lh-scheme-2,.lh-section.lh-5fl51f.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-7ep8ps .lh-scheme-3,.lh-section.lh-7ep8ps.lh-scheme-3,.lh-section.lh-wolfly .lh-scheme-3,.lh-section.lh-wolfly.lh-scheme-3,.lh-section.lh-brw2bt .lh-scheme-3,.lh-section.lh-brw2bt.lh-scheme-3,.lh-section.lh-zy6gkd .lh-scheme-3,.lh-section.lh-zy6gkd.lh-scheme-3,.lh-section.lh-5fl51f .lh-scheme-3,.lh-section.lh-5fl51f.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-7akdfj{ --lh-other-sale-price-color: #C62E1A;
--lh-other-sale-bg-color: #C62E1A;
--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: #149621;
--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: Instrument Sans;
--lh-h1-font-size: 64px;
--lh-h1-font-weight: 700;
--lh-h1-line-height: 1.2;
--lh-h1-letter-spacing: 0px;
--lh-h1-text-transform: normal;
--lh-h1-font-style: normal;
--lh-h2-font-family: Instrument Sans;
--lh-h2-font-size: 40px;
--lh-h2-font-weight: 700;
--lh-h2-line-height: 1.2;
--lh-h2-letter-spacing: 0px;
--lh-h2-text-transform: normal;
--lh-h2-font-style: normal;
--lh-h3-font-family: Instrument Sans;
--lh-h3-font-size: 32px;
--lh-h3-font-weight: 700;
--lh-h3-line-height: 1.3;
--lh-h3-letter-spacing: 0px;
--lh-h3-text-transform: normal;
--lh-h3-font-style: normal;
--lh-h4-font-family: Instrument Sans;
--lh-h4-font-size: 24px;
--lh-h4-font-weight: 700;
--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: Instrument Sans;
--lh-h5-font-size: 18px;
--lh-h5-font-weight: 700;
--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: Instrument 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: Instrument 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: Instrument Sans;
--lh-p3-font-size: 16px;
--lh-p3-font-weight: 600;
--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: 16px;
--lh-btn-font-weight: 600;
--lh-btn-letter-spacing: 0px;
--lh-btn-text-transform: capitalize;
--lh-btn-height: 48px;
--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: 6px; }
      @media (min-width: 768px) and (max-width: 1023px) { .lh-section.lh-7akdfj{ --lh-h1-font-size: 52px;
--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: 20px;
--lh-h5-font-size: 18px;
--lh-btn-font-size: 15px;
--lh-btn-height: 45px;
--lh-btn-padding: 30px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
      @media (max-width: 767px) { .lh-section.lh-7akdfj{ --lh-h1-font-size: 40px;
--lh-h2-font-size: 30px;
--lh-h3-font-size: 22px;
--lh-h4-font-size: 20px;
--lh-h5-font-size: 16px;
--lh-btn-font-size: 16px;
--lh-btn-height: 44px;
--lh-btn-padding: 28px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
      
          .lh-section.lh-7akdfj .lh-scheme-1,.lh-section.lh-7akdfj.lh-scheme-1 {
            --lh-text-color: #4D4D4D;
            --lh-heading-color: #1A1A1A;
            --lh-background-color: #ffffff;
            --lh-btn-pr-background-color: #1A1A1A;
            --lh-btn-pr-label-color: #ffffff;
            --lh-btn-pr-border-color: #1A1A1A;
            --lh-btn-se-background-color: #EDEDED;
            --lh-btn-se-label-color: #1A1A1A;
            --lh-btn-se-border-color: #EDEDED;
            --lh-btn-te-label-color: #1A1A1A;

            --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: #4D4D4D;
            --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-7akdfj .lh-scheme-2,.lh-section.lh-7akdfj.lh-scheme-2 {
            --lh-text-color: #4D4D4D;
            --lh-heading-color: #1A1A1A;
            --lh-background-color: #f4f4f4;
            --lh-btn-pr-background-color: #1A1A1A;
            --lh-btn-pr-label-color: #ffffff;
            --lh-btn-pr-border-color: #1A1A1A;
            --lh-btn-se-background-color: #EDEDED;
            --lh-btn-se-label-color: #1A1A1A;
            --lh-btn-se-border-color: #EDEDED;
            --lh-btn-te-label-color: #1A1A1A;

            --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: #4D4D4D;
            --color-scheme-bg: #f4f4f4;
            --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-7akdfj .lh-scheme-3,.lh-section.lh-7akdfj.lh-scheme-3 {
            --lh-text-color: #ffffff;
            --lh-heading-color: #ffffff;
            --lh-background-color: #638D77;
            --lh-btn-pr-background-color: #ffffff;
            --lh-btn-pr-label-color: #1A1A1A;
            --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: #638D77;
            --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-7akdfj .lh-scheme-4,.lh-section.lh-7akdfj.lh-scheme-4 {
            --lh-text-color: #ffffff;
            --lh-heading-color: #ffffff;
            --lh-background-color: #28313d;
            --lh-btn-pr-background-color: #4b649b;
            --lh-btn-pr-label-color: #fff;
            --lh-btn-pr-border-color: #e5e7eb;
            --lh-btn-se-background-color: #ffffff;
            --lh-btn-se-label-color: #000;
            --lh-btn-se-border-color: #000;
            --lh-btn-te-label-color: #ffffff;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), black 0%);
            --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 0%);
            --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), black 0%);

            --color-scheme-text: #ffffff;
            --color-scheme-bg: #28313d;
            --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-7akdfj .lh-banner--small{ min-height: 620px;}.lh-7akdfj .lh-banner--medium{ min-height: 700px;}.lh-7akdfj .lh-banner--large{ min-height: 1080px;}@media (max-width: 767px) {.lh-7akdfj .lh-banner--small{ min-height: 380px;}.lh-7akdfj .lh-banner--medium{ min-height: 470px;}.lh-7akdfj .lh-banner--large{ min-height: 660px;}.lh-7akdfj .lh-container{ padding: 16px;}}.lh-7akdfj .lh-button svg{ margin-top: 4px;}.lh-7akdfj .lh-video-wrapper video{ width: 100% !important;height: 100% !important;object-fit: cover;display: block;}.lh-7akdfj .lh-video-wrapper iframe{ width: 100%;object-fit: cover;border-width: 1px;display: block;}.lh-7akdfj .lh-video-wrapper.loaded .lh-cover-image{ z-index: -1;}.lh-7akdfj .lh-close-button{ position: absolute;top: 0.625rem;right: 0.625rem;background-color: rgba(0, 0, 0, 0.6);color: white;border: none;font-size: 20px;width: 36px;height: 36px;border-radius: 50%;cursor: pointer;z-index: 3;transition: background-color 0.2s ease;}.lh-7akdfj .lh-close-button:hover{ background-color: rgba(0, 0, 0, 0.8);}.lh-7akdfj .lh-video-wrapper[cover-image="false"] .lh-cover-image, .lh-7akdfj .lh-video-wrapper[cover-image="false"] .lh-close-button{ display: none;}.lh-7akdfj .lh-vendor-pr{ font-size: 12px;letter-spacing: 1.2;}.lh-7akdfj .lh-hero-text{ color: var(--lh-heading-color);}.lh-7akdfj .lh-product-info, .lh-7akdfj .lh-price-box{ color: var(--lh-heading-color);}.lh-7akdfj .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-7akdfj .lh-add-to-cart[disabled]{ opacity: 0.7;}.lh-7akdfj #add-to-cart-form:hover .lh-product-action-btn{ opacity: 1;transition: all 0.75s ease;}.lh-7akdfj .lh-product-action-btn{ opacity: 0;}.lh-7akdfj .lh-rating-star{ --star-percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100% )}.lh-7akdfj .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-7akdfj .lh-sale-flash, .lh-7akdfj .lh-new-baged, .lh-7akdfj .lh-Sold-baged, .lh-7akdfj .lh-other-tag{ font-size: 10px;font-weight: 500;line-height: 15px;letter-spacing: 1.4px;text-transform: uppercase;padding: 3.5px 8px;border-radius: 4px;}.lh-7akdfj .lh-product-title{ color: var(--lh-heading-color);}.lh-7akdfj .lh-sale-badge{ background-color: var(--lh-other-sale-bg-color);color: var(--lh-other-sale-text-color);}.lh-7akdfj .lh-sold-out-badge{ background-color: var(--lh-other-sold-out-bg-color);color: var(--lh-other-sold-out-text-color);}.lh-7akdfj .lh-on-sale .lh-special-price .lh-price{ color: var(--lh-other-sale-price-color);}.lh-7akdfj .lh-special-price .lh-price{ color: var(--lh-heading-color);}.lh-7akdfj .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-7akdfj .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-7akdfj .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-7akdfj .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-7akdfj .lh-slider-wrapper[data-pagination="numbers"] + .lh-slider-controls .lh-slider-pagination{ padding: 6px;}.lh-7akdfj .lh-product-action-btn{ opacity: 0;}.lh-7akdfj .icon-svg-choose-options{ background-color: #1a1a1a;-webkit-mask: 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>") no-repeat center;mask: 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>") no-repeat center;}.lh-7akdfj .icon-svg-left{ background-color: var(--lh-background-color);-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/></svg>") center / contain no-repeat;mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/></svg>") center / contain no-repeat;}.lh-7akdfj .icon-svg-right{ background-color: var(--lh-background-color);mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12"><path d="M0.75 10.75L5.75 5.75L0.75 0.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12"><path d="M0.75 10.75L5.75 5.75L0.75 0.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;}.lh-7akdfj .lh-image-blank{ background-repeat: no-repeat;background-size: cover;background-position: center;display: block;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-7akdfj .lh-image-blank.aspect-auto{ aspect-ratio: 1/1;}.lh-7akdfj .icon-svg-cart{ background-color: var(--lh-background-color);-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2'/></svg>") center / contain no-repeat;mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2'/></svg>") center / contain no-repeat;}.lh-7akdfj .lh-btn-te .icon-svg-arrow{ display: block;}.lh-7akdfj .icon-svg-arrow{ background-color: var(--lh-btn-te-label-color);mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12"><path d="M0.75 10.75L5.75 5.75L0.75 0.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="12" viewBox="0 0 7 12"><path d="M0.75 10.75L5.75 5.75L0.75 0.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;}.lh-7akdfj .lh-swatch-element:not(.lh-color) label{ min-width: 20px;min-height: 20px;}.lh-7akdfj .lh-swatch .lh-swatch-element input+label{ background-color: var(--background-color);}.lh-7akdfj .lh-swatch .lh-swatch-element input:checked + label{ outline: 3px solid #fff;outline-offset: -3px;box-shadow: 0 0 0 1px #000;}.lh-7akdfj .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-7akdfj .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-7akdfj .lh-swatch .lh-swatch-element.lh-sold-out{ opacity: 0.7;}.lh-7akdfj .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-brw2bt{ font-optical-sizing: none;}@media(max-width: 767px) {.lh-brw2bt .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-brw2bt .lh-image-picture:has(data-ratio="4/5") img{ height: 360px !important;}}.lh-brw2bt .lh-slider-container[data-desktop-layout="grid"] .lh-slider-nav-left, .lh-brw2bt .lh-slider-container[data-desktop-layout="grid"] .lh-slider-nav-right{ display: none ;}.lh-brw2bt .lh-button-icon, .lh-brw2bt .lh-image-blank{ background-repeat: no-repeat;background-size: cover;background-position: center;display: block;}.lh-brw2bt .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-brw2bt .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-brw2bt .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-brw2bt .lh-image-blank.aspect-auto{ aspect-ratio: 1/1;}.lh-brw2bt #add-to-cart-form:hover .lh-product-action-btn{ opacity: 1;transition: all 0.75s ease;}.lh-brw2bt .lh-product-action-btn{ opacity: 0;}.lh-brw2bt .lh-btn-cart, .lh-brw2bt .lh-btn_sold-out{ padding: 0 8px;cursor: pointer;}@media (min-width: 767px) and (max-width: 1023px) {.lh-brw2bt .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-brw2bt .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-brw2bt .lh-title-wrapper{ display: flex;}.lh-brw2bt .lh-sale-badge{ background-color: var(--lh-other-sale-bg-color);color: var(--lh-other-sale-text-color);}.lh-brw2bt .lh-sold-out-badge{ background-color: var(--lh-other-sold-out-bg-color);color: var(--lh-other-sold-out-text-color);}.lh-brw2bt .lh-on-sale .lh-special-price .lh-price{ color: var(--lh-other-sale-price-color);}.lh-brw2bt .lh-special-price .lh-price{ color: var(--lh-heading-color);}.lh-brw2bt .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-brw2bt .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-brw2bt .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-brw2bt .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-brw2bt .lh-hero-tag, .lh-brw2bt .lh-price-color, .lh-brw2bt .lh-product-title{ color: var(--lh-heading-color);}.lh-brw2bt .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-brw2bt .lh-btn-default.lh-btn-pr{ padding: 0;background: transparent;color: var(--lh-text-color);}.lh-brw2bt .lh-add-to-cart[disabled]{ opacity: 0.7;}.lh-brw2bt .lh-rating-star{ --star-percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100%)}.lh-brw2bt .lh-slider-wrapper[data-pagination="dots"]+.lh-slider-controls .lh-slider-pagination.active{ background: #000 !important;}.lh-brw2bt .lh-slider-wrapper[data-pagination="dots"]+.lh-slider-controls .lh-slider-pagination{ background: #EFDEDC !important;}.lh-brw2bt .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-brw2bt .lh-product-title>a{ display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}.lh-brw2bt .lh-swatch-element:not(.lh-color) label{ min-width: 30px;min-height: 30px;}.lh-brw2bt .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-brw2bt .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-brw2bt .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-brw2bt .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-brw2bt .lh-swatch .lh-swatch-element.lh-sold-out{ opacity: 0.7;}.lh-brw2bt .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-5rc8bx .lh-image-width--small{ width: 32px;}.lh-5rc8bx .lh-image-width--medium{ width: 48px;}.lh-5rc8bx .lh-image-width--large{ width: 56px;}.lh-5rc8bx .lh-slider-container[data-desktop-layout="slider"] .lh-slide-item{ flex: 0 0 auto;min-width: fit-content;}@media (min-width: 750px) {.lh-5rc8bx .lh-slider-container:not([data-desktop-layout="slider"]) .lh-slider-content{ display: flex;flex-wrap: wrap;}.lh-5rc8bx .lh-slider-nav-left{ top: calc(50% + 14px);}.lh-5rc8bx .lh-slider-nav-right{ top: calc(50% + 14px);}}.lh-5rc8bx .lh-slider-container[data-desktop-layout="slider"] .lh-slide-item{ flex: 0 0 auto;min-width: fit-content;}.lh-5rc8bx .lh-slider-container:not([data-desktop-layout="slider"]) .lh-card-container{ border: 1px solid var(--color-scheme-text-100);border-radius: 9999px;box-sizing: border-box;}.lh-5rc8bx .lh-slider-container:not([data-desktop-layout="slider"]) .lh-card-wrapper{ margin-left: 1px;}.lh-5rc8bx .lh-slider-container:not([data-desktop-layout="slider"]) .lh-slide-item{ padding-left: 0px;}@media (min-width: 750px) and (max-width: 991px) {.lh-5rc8bx .lh-container{ padding-inline: 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: 749px) {.lh-5rc8bx .lh-container{ padding-inline: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 56 /80);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 56 /80);}.lh-5rc8bx .lh-slider-nav-left, .lh-5rc8bx .lh-slider-nav-right{ top: calc(50% + 14px);}}.lh-5rc8bx .lh-slider-container[data-desktop-layout="slider"] .lh-slide-item:nth-child(3), .lh-5rc8bx .lh-slider-container[data-desktop-layout="slider"] .lh-slide-item:nth-child(5), .lh-5rc8bx .lh-slider-container[data-desktop-layout="slider"] .lh-slide-item:nth-child(6){ padding-left: 17px;}.lh-5rc8bx .lh-card-container{ border-top: 1px solid var(--color-scheme-text-100);border-bottom: 1px solid var(--color-scheme-text-100);border-radius: 9999px;box-shadow: -1px 0 0 0 var(--color-scheme-text-100), 1px 0 0 0 var(--color-scheme-text-100);box-sizing: border-box;}
.lh-qhrbox .lh-qhrbox h2{ color: #c29159;font-family: "NT FABULOUS", sans-serif;}.lh-qhrbox .lh-tab{ color: var(--lh-heading-color);opacity: 0.3;cursor: pointer !important;transition: all 0.1s ease;}.lh-qhrbox .lh-tab:hover{ border-bottom: 1px solid var(--lh-heading-color);}.lh-qhrbox .lh-title{ font-optical-sizing: none;}.lh-qhrbox .lh-tab-text{ font-optical-sizing: none;letter-spacing: 1px;}.lh-qhrbox .lh-tab.is-active{ opacity: 1;border-bottom: 1px solid var(--lh-heading-color);}.lh-qhrbox .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-qhrbox .lh-tab-collections::-webkit-scrollbar{ display: none;}.lh-qhrbox .lh-btn-default.lh-btn-pr{ padding: 0;background: transparent;color: var(--lh-text-color);}.lh-qhrbox .lh-add-to-cart[disabled]{ opacity: 0.7;}.lh-qhrbox .lh-tab{ background-color: transparent;color: var(--lh-heading-color);}.lh-qhrbox .lh-product-title{ color: var(--lh-heading-color);}.lh-qhrbox .lh-tag{ font-size: 12px;letter-spacing: 0.04em;}.lh-qhrbox .lh-sale-flash, .lh-qhrbox .lh-new-baged, .lh-qhrbox .lh-Sold-baged, .lh-qhrbox .lh-other-tag{ font-size: 12px;font-weight: 500;line-height: 18px;letter-spacing: 0.48px;text-transform: uppercase;padding: 4px 12px;border-radius: 20px;}.lh-qhrbox .lh-btn-sold-out{ opacity: 0.5;pointer-events: none;}.lh-qhrbox .lh-tab-content{ position: absolute;top: 0;left: 0;opacity: 0;transform: translateY(32px);transition: opacity 0.5s ease, transform 0.5s ease;width: 100%;max-width: 100%;}.lh-qhrbox .lh-tab-content.is-active{ opacity: 1;transform: translateY(0);position: relative;z-index: 1;}.lh-qhrbox .lh-rating-star{ --star-percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100%)}.lh-qhrbox .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-qhrbox .view-all{ display: none ;}.lh-qhrbox .view-all.is-active{ display: flex ;}.lh-qhrbox .lh-image-content{ max-width: calc(100% - 16px * 2);padding-block: 16px;}.lh-qhrbox .lh-progress-pagination > .lh-slider-nav-left, .lh-qhrbox .lh-progress-pagination > .lh-slider-nav-right{ border: 1px solid #E6E6E6;transform: translate(0, 0%);}.lh-qhrbox .lh-progress-pagination > .lh-slider-nav-left, .lh-qhrbox .lh-progress-pagination > .lh-slider-nav-right{ opacity: 1;}.lh-qhrbox .lh-progress-pagination > .lh-slider-nav-left.disabled, .lh-qhrbox .lh-progress-pagination > .lh-slider-nav-right.disabled{ opacity: 0.5 !important;}.lh-qhrbox #add-to-cart-form:hover .lh-product-action-btn{ opacity: 1;transition: all 0.75s ease;}.lh-qhrbox .lh-product-action-btn{ opacity: 0;}@media (min-width: 1024px) and (max-width: 1399px) {.lh-qhrbox .lh-container{ padding: 30px;padding-top: calc(var(--lh-container-padding-top, 0) );padding-bottom: calc(var(--lh-container-padding-bottom, 0));}}@media (min-width: 678px) and (max-width: 1023px) {.lh-qhrbox .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);}}@media (max-width: 676px) {.lh-qhrbox .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 56/96);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 56/96);}.lh-qhrbox .lh-image-content{ max-width: calc(100% - 8px * 2);padding-block: 7px;}}.lh-qhrbox .scrollbar-hide::-webkit-scrollbar{ display: none;}.lh-qhrbox .lh-sale-badge{ background-color: #C29159;color: var(--lh-other-sale-text-color);}.lh-qhrbox .lh-sold-out-badge{ background-color: var(--lh-other-sold-out-bg-color);color: var(--lh-other-sold-out-text-color);}.lh-qhrbox .lh-on-sale .lh-special-price .lh-price{ color: #C29159;}.lh-qhrbox .lh-special-price .lh-price{ color: #C29159;}.lh-qhrbox .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-qhrbox .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-qhrbox .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-qhrbox .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-qhrbox .lh-swatch-element:not(.lh-color) label{ min-width: 20px;min-height: 20px;}.lh-qhrbox .lh-swatch .lh-swatch-element input+label{ background-color: var(--background-color);}.lh-qhrbox .lh-swatch .lh-swatch-element input:checked + label{ outline: 3px solid #fff;outline-offset: -3px;box-shadow: 0 0 0 1px #000;}.lh-qhrbox .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-qhrbox .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-qhrbox .lh-swatch .lh-swatch-element.lh-sold-out{ opacity: 0.7;}.lh-qhrbox .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-yo9gnp .lh-marquee-wrapper{ animation: var(--marquee-speed) linear infinite;}.lh-yo9gnp .lh-marquee-text{ letter-spacing: -0.050px ;}.lh-yo9gnp .lh-marquee-content{ gap: var(--gap);padding: 0 calc(var(--gap)/2)}.lh-yo9gnp .lh-marquee-wrapper.paused{ animation-play-state: paused;}.lh-yo9gnp .item{ gap: var(--gap);}@media (min-width: 750px) and (max-width: 991px) {.lh-yo9gnp .lh-marquee-wrapper{ animation: var(--marquee-speed-tablet) linear infinite;}.lh-yo9gnp .lh-marquee-content{ gap: var(--gap-tablet);padding: 0 calc(var(--gap-tablet)/2) }.lh-yo9gnp .item{ gap: var(--gap-tablet);}}@media (max-width: 749px) {.lh-yo9gnp .lh-container{ padding-top: calc(var(--lh-container-padding-top) * 0.7);padding-bottom: calc(var(--lh-container-padding-bottom) * 0.7);}.lh-yo9gnp .lh-marquee-dot{ width: calc(var(--image-width) * 0.5) !important;}.lh-yo9gnp .lh-marquee-wrapper{ animation: var(--marquee-speed-mobile) linear infinite;}.lh-yo9gnp .lh-marquee-content{ gap: var(--gap-mobile);padding: 0 calc(var(--gap-mobile)/2) }.lh-yo9gnp .item{ gap: var(--gap-mobile);}}.lh-yo9gnp .lh-marquee-dot{ width: var(--image-width);}.lh-yo9gnp .lh-image-picture{ width: 100%;}.lh-yo9gnp{ 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%);}}.lh-nvvp08 .lh-special-price{ display:none;}@media (min-width: 640px) and (max-width: 1023px){.lh-nvvp08 .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-nvvp08 .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 56 / 80);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 56 / 80);}}.lh-nvvp08 .lh-collection-heading{ font-optical-sizing: none;}.lh-nvvp08 .image-with-text::after{ content: "";position: absolute;inset: 0;background-color: var(--lh-background-color);opacity: var(--lh-opacity);z-index: 1;border-radius: 28px;}@media(min-width: 1024px) {.lh-nvvp08 .lh-slider-control-left, .lh-nvvp08 .lh-slider-control-right{ background-color: #cecece;top: -57px;box-shadow: none;opacity: 1;}.lh-nvvp08 .lh-slider-control-left{ left: auto;right: 60px;}.lh-nvvp08 .lh-slider-control-right{ right: 0;}}.lh-nvvp08 .lh-image-picture.lh-ratio-auto img{ height: auto;}.lh-nvvp08 .lh-btn-default.lh-btn-pr{ padding: 0;background: transparent;color: var(--lh-text-color);}.lh-nvvp08 .lh-add-to-cart[disabled]{ opacity: 0.7;}.lh-nvvp08 .lh-carousel::before{ content: "";position: absolute;width: 200%;height: 100%;left: 0;transform: translateX(-100%);background-color: var(--color-scheme-bg);z-index: 1;}.lh-nvvp08 .lh-rating-star{ --star-percent: calc((var(--rating) + var(--rating-decimal)) / var(--rating-max) * 100% )}.lh-nvvp08 .lh-rating-star::before{ content: "\2605\2605\2605\2605\2605";background: linear-gradient(90deg, #FFB74B var(--star-percent), #e1e1e1 var(--star-percent));-webkit-background-clip: text;-webkit-text-fill-color: transparent;letter-spacing: 1px;font-size: 16px;}.lh-nvvp08 .lh-product-title{ color: var(--lh-heading-color) !important;}.lh-nvvp08 .lh-sale-badge{ background-color: var(--lh-other-sale-bg-color);color: var(--lh-other-sale-text-color);}.lh-nvvp08 .lh-sold-out-badge{ background-color: var(--lh-other-sold-out-bg-color);color: var(--lh-other-sold-out-text-color);}.lh-nvvp08 .lh-on-sale .lh-special-price .lh-price{ color: var(--lh-other-sale-price-color);}.lh-nvvp08 .lh-special-price .lh-price{ color: var(--lh-heading-color);}.lh-nvvp08 .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-nvvp08 .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-nvvp08 .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-nvvp08 .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-nvvp08 .lh-sale-flash, .lh-nvvp08 .lh-new-baged, .lh-nvvp08 .lh-Sold-baged, .lh-nvvp08 .lh-other-tag{ font-size: 12px;line-height: 18px;padding: 2px 8px;font-weight: 500;z-index: 1;width: fit-content;letter-spacing: 0.5px;text-transform: capitalize;}.lh-nvvp08 .lh-product-hover .img-second{ opacity: 0;left: 0;top: 0;transition: all ease 0.3s;max-height: 100%;}.lh-nvvp08 .lh-product-hover:hover .img-second{ opacity: 1;}.lh-nvvp08 .lh-btn-cart span{ display: flex;}.lh-nvvp08 .lh-add-to-cart, .lh-nvvp08 .lh-btn-options, .lh-nvvp08 .lh-btn-sold-out{ padding: 18px 16px;}.lh-nvvp08 .lh-btn-sold-out{ opacity: 0.7;}@media(max-width: 649px) {.lh-nvvp08 .btn-viewall-bottom{ margin-top: 24.75px;}}@media(min-width:640px) {.lh-nvvp08 .lh-product-action-btn{ opacity: 0;transition: all 0.3s linear;pointer-events: none;}}.lh-nvvp08 .lh-product-grid-item:hover .lh-product-action-btn{ opacity: 1;pointer-events: auto;}.lh-nvvp08 .lh-image-picture{ border-radius: 16px;}.lh-nvvp08 .lh-swatch-element:not(.lh-color) label{ min-width: 30px;min-height: 30px;}.lh-nvvp08 .lh-swatch .lh-swatch-element input+label{ background-color: var(--background-color);}.lh-nvvp08 .lh-swatch-label{ padding: 9px;}.lh-nvvp08 .lh-swatch .lh-swatch-element input:checked+label{ border: 2px solid #fff;color: color-mix(in srgb, var(--color-scheme-text) 60%, transparent);box-shadow: 0 0 0px 2px rgba(0, 0, 0, 1);}.lh-nvvp08 .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;border-radius: 20px;}.lh-nvvp08 .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);border-radius: 20px;}.lh-nvvp08 .lh-swatch .lh-swatch-element.lh-sold-out{ opacity: 0.7;}.lh-nvvp08 .lh-swatch .lh-swatch-element.lh-sold-out label{ border: 1px solid #ddd;text-decoration: line-through;color: #ddd;}
.lh-3v4072 *{ font-optical-sizing: none;}.lh-3v4072 .lh-bg-color-heading{ background-color: var(--lh-heading-color);}.lh-3v4072 .lh-pagination-top{ top: calc((100% - 136px) / 2);}.lh-3v4072 .lh-add-to-cart{ cursor: pointer;}.lh-3v4072 .lh-close-button{ display: block;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-3v4072 .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-3v4072 .lh-slider-pagination-progress{ width: 23.365%;}.lh-3v4072 .lh-product-title, .lh-3v4072 .lh-special-price span, .lh-3v4072 .lh-swatch .lh-swatch-wrp label, .lh-3v4072 .lh-swatch .lh-header, .lh-3v4072 .lh-swatch .lh-variant-label{ color: var(--lh-heading-color);}@media (min-width: 750px) and (max-width: 991px) {.lh-3v4072 .lh-container{ padding-top: calc(var(--lh-container-padding-top, 0) * 2 / 3);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 2 / 3);}}@media (max-width: 749px) {.lh-3v4072 .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 0.5);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.5);}}.lh-3v4072 .lh-item-product-skeleton{ height: 16px;border-radius: 9999px;background-color: #f6f6f6;}.lh-3v4072 .lh-item-product-skeleton:first-child{ width: 100%;}.lh-3v4072 .lh-item-product-skeleton:last-child{ width: 80px;}@media (min-width: 750px) {.lh-3v4072 .lh-slide-item .lh-video-new{ height: calc(100% * 7.54 / 9);}}@media (max-width: 749px) {.lh-3v4072 .lh-slide-item .lh-video-new{ height: calc(100% * 6.8 / 9);}}.lh-3v4072 .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-3v4072 .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-3v4072 .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-3v4072 .lh-mute-toggle:hover, .lh-3v4072 .lh-video-image:hover, .lh-3v4072 .lh-close-button:hover, .lh-3v4072 .close-popup:hover{ cursor: pointer;}.lh-3v4072 .lh-slide-item:not(.active-main) .lh-video-image{ pointer-events: none;}.lh-3v4072 .lh-slide-item .lh-video-wrapper{ transform-origin: center center;z-index: 1;aspect-ratio: var(--lh-image-ratio);}.lh-3v4072 .lh-slide-item.active-main .lh-music-toggle{ display: block;}.lh-3v4072 .lh-slide-item.active-main .lh-video-new{ height: 100%;}.lh-3v4072 .lh-slide-item.active-main .lh-video-wrapper, .lh-3v4072 .lh-slide-item.active-main .lh-video-wrapper video{ aspect-ratio: var(--lh-image-ratio);z-index: 2;}.lh-3v4072 .lh-info-overlay{ position: absolute;left: 8px;right: 8px;bottom: 8px;border-radius: 12px;background-color: #FFFFFF20;opacity: 0;pointer-events: none;transition: opacity 0.3s ease;}.lh-3v4072 .lh-slide-item.active-main.active .lh-info-overlay{ opacity: 1;pointer-events: auto;}.lh-3v4072 .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-3v4072 .lh-info-popup, .lh-3v4072 .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-3v4072 .lh-info-popup.is-active, .lh-3v4072 .lh-popup-blank.is-active{ bottom: 0;}.lh-3v4072 .lh-product-title{ font-weight: 500;}.lh-3v4072 .lh-popup-backdrop{ bottom: -100%;transition: inset 0.4s ease;}.lh-3v4072 .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-3v4072 .lh-image-1{ left: 20px;bottom: 20px;}.lh-3v4072 .lh-image-2{ left: 104px;bottom: 20px;}.lh-3v4072 .single-option-selector, .lh-3v4072 .lh-option, .lh-3v4072 .single-option-selector .option{ cursor: pointer;}.lh-3v4072 .single-option-selector option:disabled{ opacity: 0.6;cursor: not-allowed;}.lh-3v4072 .single-option-selector option{ color: #1a1a1a;}
.lh-eluheo .lh-container-full{ padding: var(--lh-container-padding);width: 100%;padding-top: var(--lh-container-padding-top);padding-bottom: var(--lh-container-padding-bottom);}.lh-eluheo .lh-article--date{ color: var(--color-scheme-text-400);}.lh-eluheo .lh-article--excerpt{ color: var(--lh-heading-color);}.lh-eluheo .lh-slider-nav-left, .lh-eluheo .lh-slider-nav-right{ opacity: 1;top: -50px;color: var(--lh-heading-color);}@media(min-width: 1024px) {.lh-eluheo .lh-slider-nav-left{ right: 76px;}.lh-eluheo .lh-slider-nav-right{ right: 36px;}}@media (min-width: 640px) and (max-width: 1023px) {.lh-eluheo .lh-slider-nav-left{ right: 40px;}.lh-eluheo .lh-slider-nav-right{ right: 0px;}}@media(max-width: 639px) {.lh-eluheo .lh-container{ padding: 16px;padding-top: calc(var(--lh-container-padding-top, 0) * 0.5);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.5);}.lh-eluheo .lh-container-full{ padding-top: calc(var(--lh-container-padding-top, 0) * 0.5);padding-bottom: calc(var(--lh-container-padding-bottom, 0) * 0.5);}.lh-eluheo .lh-slider-nav-left, .lh-eluheo .lh-slider-nav-right{ display: none;}}.lh-eluheo #add-to-cart-form:hover .lh-product-action-btn{ opacity: 1;transition: all 0.75s ease;}.lh-eluheo .lh-product-action-btn{ opacity: 0;}
.lh-cp730n .lh-slider-wrapper[data-pagination="dots"] .lh-slider-pagination.active{ background-color: var(--lh-heading-color);}.lh-cp730n .lh-slider-nav-left{ top: 74.2%;transform: translateY(-50%);}.lh-cp730n .lh-slider-nav-right{ top: 74.2%;transform: translateY(-50%);}@media (max-width:639px) {.lh-cp730n .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-cp730n .lh-slider-nav-right{ top: 75.4%;}.lh-cp730n .lh-slider-nav-left{ top: 75.4%;}}
