/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@import url('../assets/fonts/stylesheet.css');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-6px\] {
    top: -6px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[172px\] {
    top: 172px;
  }
  .top-\[calc\(50\%-110px\)\] {
    top: calc(50% - 110px);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-6px\] {
    right: -6px;
  }
  .right-\[24px\] {
    right: 24px;
  }
  .\!bottom-\[30px\] {
    bottom: 30px !important;
  }
  .bottom-\[-126px\] {
    bottom: -126px;
  }
  .bottom-\[24px\] {
    bottom: 24px;
  }
  .bottom-\[125\%\] {
    bottom: 125%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[2vw\] {
    left: 2vw;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[24px\] {
    left: 24px;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[170\] {
    z-index: 170;
  }
  .z-\[180\] {
    z-index: 180;
  }
  .z-\[290\] {
    z-index: 290;
  }
  .z-\[300\] {
    z-index: 300;
  }
  .z-\[390\] {
    z-index: 390;
  }
  .z-\[400\] {
    z-index: 400;
  }
  .z-\[900\] {
    z-index: 900;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .\!h-\[90px\] {
    height: 90px !important;
  }
  .\!h-\[500px\] {
    height: 500px !important;
  }
  .\!h-\[526px\] {
    height: 526px !important;
  }
  .\!h-\[580px\] {
    height: 580px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[1\.5px\] {
    height: 1.5px;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[94px\] {
    height: 94px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[132px\] {
    height: 132px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[340px\] {
    height: 340px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[calc\(100vh-220px\)\] {
    height: calc(100vh - 220px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[60px\] {
    max-height: 60px;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[100vh\] {
    max-height: 100vh;
  }
  .max-h-\[calc\(100\%-228px\)\] {
    max-height: calc(100% - 228px);
  }
  .\!w-1\/2 {
    width: calc(1/2 * 100%) !important;
  }
  .\!w-\[220px\] {
    width: 220px !important;
  }
  .\!w-\[320px\] {
    width: 320px !important;
  }
  .\!w-\[340px\] {
    width: 340px !important;
  }
  .\!w-\[375px\] {
    width: 375px !important;
  }
  .\!w-\[380px\] {
    width: 380px !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/7 {
    width: calc(1/7 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[96vw\] {
    width: 96vw;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[164px\] {
    width: 164px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[70px\] {
    max-width: 70px;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .\!min-w-\[220px\] {
    min-width: 220px !important;
  }
  .\!min-w-\[320px\] {
    min-width: 320px !important;
  }
  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }
  .min-w-\[14px\] {
    min-width: 14px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[130px\] {
    min-width: 130px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[164px\] {
    min-width: 164px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .\!flex-col {
    flex-direction: column !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .content-start {
    align-content: flex-start;
  }
  .\!items-center {
    align-items: center !important;
  }
  .\!items-start {
    align-items: flex-start !important;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .\!justify-between {
    justify-content: space-between !important;
  }
  .\!justify-center {
    justify-content: center !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[27px\] {
    gap: 27px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[200px\] {
    gap: 200px;
  }
  .gap-x-\[24px\] {
    column-gap: 24px;
  }
  .gap-x-\[60px\] {
    column-gap: 60px;
  }
  .gap-x-\[100px\] {
    column-gap: 100px;
  }
  .gap-x-\[200px\] {
    column-gap: 200px;
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-\[12px\] {
    row-gap: 12px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#000\] {
    border-color: #000;
  }
  .border-\[\#282828\] {
    border-color: #282828;
  }
  .border-\[\#DDDDDD\] {
    border-color: #DDDDDD;
  }
  .border-\[\#E0E0E0\] {
    border-color: #E0E0E0;
  }
  .border-\[\#E5E5E5\] {
    border-color: #E5E5E5;
  }
  .border-\[\#eeeeee\] {
    border-color: #eeeeee;
  }
  .border-\[\#f5f5f5\] {
    border-color: #f5f5f5;
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#000000\]\/60 {
    background-color: color-mix(in oklab, #000000 60%, transparent);
  }
  .bg-\[\#1A1A1A\] {
    background-color: #1A1A1A;
  }
  .bg-\[\#037BE2\] {
    background-color: #037BE2;
  }
  .bg-\[\#111\] {
    background-color: #111;
  }
  .bg-\[\#009887\] {
    background-color: #009887;
  }
  .bg-\[\#18191C\] {
    background-color: #18191C;
  }
  .bg-\[\#111111\] {
    background-color: #111111;
  }
  .bg-\[\#151515\] {
    background-color: #151515;
  }
  .bg-\[\#191919\] {
    background-color: #191919;
  }
  .bg-\[\#222222\] {
    background-color: #222222;
  }
  .bg-\[\#282828\] {
    background-color: #282828;
  }
  .bg-\[\#C70000\] {
    background-color: #C70000;
  }
  .bg-\[\#E5E5E7\] {
    background-color: #E5E5E7;
  }
  .bg-\[\#E6E6E6\] {
    background-color: #E6E6E6;
  }
  .bg-\[\#F3F4F5\] {
    background-color: #F3F4F5;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#F5F5F7\] {
    background-color: #F5F5F7;
  }
  .bg-\[\#eee\] {
    background-color: #eee;
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[1\.5px\] {
    padding: 1.5px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[44px\] {
    padding-block: 44px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[140px\] {
    padding-block: 140px;
  }
  .py-\[200px\] {
    padding-block: 200px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[65px\] {
    padding-top: 65px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[44px\] {
    padding-bottom: 44px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[110px\] {
    padding-bottom: 110px;
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .leading-\[13px\] {
    --tw-leading: 13px;
    line-height: 13px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[15px\] {
    --tw-leading: 15px;
    line-height: 15px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[29px\] {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[31px\] {
    --tw-leading: 31px;
    line-height: 31px;
  }
  .leading-\[33px\] {
    --tw-leading: 33px;
    line-height: 33px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.1px\] {
    --tw-tracking: -0.1px;
    letter-spacing: -0.1px;
  }
  .tracking-\[-0\.2px\] {
    --tw-tracking: -0.2px;
    letter-spacing: -0.2px;
  }
  .tracking-\[-0\.3px\] {
    --tw-tracking: -0.3px;
    letter-spacing: -0.3px;
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .tracking-\[-0\.px\] {
    --tw-tracking: -0.px;
    letter-spacing: -0.px;
  }
  .tracking-\[0\.2px\] {
    --tw-tracking: 0.2px;
    letter-spacing: 0.2px;
  }
  .tracking-\[0\.3px\] {
    --tw-tracking: 0.3px;
    letter-spacing: 0.3px;
  }
  .tracking-\[0px\] {
    --tw-tracking: 0px;
    letter-spacing: 0px;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#7A7A7A\] {
    color: #7A7A7A;
  }
  .text-\[\#8A9BA7\] {
    color: #8A9BA7;
  }
  .text-\[\#8F8F8F\] {
    color: #8F8F8F;
  }
  .text-\[\#9A9A9A\] {
    color: #9A9A9A;
  }
  .text-\[\#9CAAB6\] {
    color: #9CAAB6;
  }
  .text-\[\#33C673\] {
    color: #33C673;
  }
  .text-\[\#037BE2\] {
    color: #037BE2;
  }
  .text-\[\#777\] {
    color: #777;
  }
  .text-\[\#999\] {
    color: #999;
  }
  .text-\[\#53575E\] {
    color: #53575E;
  }
  .text-\[\#82858A\] {
    color: #82858A;
  }
  .text-\[\#94979C\] {
    color: #94979C;
  }
  .text-\[\#777777\] {
    color: #777777;
  }
  .text-\[\#929292\] {
    color: #929292;
  }
  .text-\[\#979797\] {
    color: #979797;
  }
  .text-\[\#A1B0BC\] {
    color: #A1B0BC;
  }
  .text-\[\#C1C1C1\] {
    color: #C1C1C1;
  }
  .text-\[\#DDDDDD\] {
    color: #DDDDDD;
  }
  .text-\[\#EE7947\] {
    color: #EE7947;
  }
  .text-\[\#FF5050\] {
    color: #FF5050;
  }
  .text-\[\#aaa\] {
    color: #aaa;
  }
  .text-\[\#bbb\] {
    color: #bbb;
  }
  .text-\[\#black\] {
    color: #black;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-\[\#979797\] {
    &::placeholder {
      color: #979797;
    }
  }
  .opacity-\[0\.3\] {
    opacity: 0.3;
  }
  .shadow-arrow-btn {
    --tw-shadow: 0px 0px 4px var(--tw-shadow-color, rgba(0, 0, 0, 0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-brand-card {
    --tw-shadow: 2px 4px 12px var(--tw-shadow-color, rgba(0, 0, 0, 0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-footer-card {
    --tw-shadow: 2px 4px 12px var(--tw-shadow-color, rgba(0, 0, 0, 0.0784));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-product-card {
    --tw-shadow: 2px 4px 12px var(--tw-shadow-color, rgba(0, 0, 0, 0.0784314));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-product-color {
    --tw-shadow: inset 1px 3px 4px var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\*\:my-6 {
    :is(& > *) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .\*\:flex {
    :is(& > *) {
      display: flex;
    }
  }
  .\*\:h-10 {
    :is(& > *) {
      height: calc(var(--spacing) * 10);
    }
  }
  .\*\:w-\[calc\(25\%-9px\)\] {
    :is(& > *) {
      width: calc(25% - 9px);
    }
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:items-center {
    :is(& > *) {
      align-items: center;
    }
  }
  .\*\:rounded-\[10px\] {
    :is(& > *) {
      border-radius: 10px;
    }
  }
  .\*\:rounded-\[18px\] {
    :is(& > *) {
      border-radius: 18px;
    }
  }
  .\*\:bg-\[\#222\] {
    :is(& > *) {
      background-color: #222;
    }
  }
  .\*\:px-4 {
    :is(& > *) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .group-hover\:bg-\[\#191919\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #191919;
      }
    }
  }
  .peer-checked\:block {
    &:is(:where(.peer):checked ~ *) {
      display: block;
    }
  }
  .hover\:scale-\[1\.01\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.01;
      }
    }
  }
  .hover\:scale-\[1\.05\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.05;
      }
    }
  }
  .hover\:border-\[\#bbb\] {
    &:hover {
      @media (hover: hover) {
        border-color: #bbb;
      }
    }
  }
  .hover\:border-\[\#ccc\] {
    &:hover {
      @media (hover: hover) {
        border-color: #ccc;
      }
    }
  }
  .hover\:bg-\[\#222\] {
    &:hover {
      @media (hover: hover) {
        background-color: #222;
      }
    }
  }
  .hover\:bg-\[\#333\] {
    &:hover {
      @media (hover: hover) {
        background-color: #333;
      }
    }
  }
  .hover\:bg-\[\#0575D4\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0575D4;
      }
    }
  }
  .hover\:bg-\[\#242529\] {
    &:hover {
      @media (hover: hover) {
        background-color: #242529;
      }
    }
  }
  .hover\:bg-\[\#ECECEC\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ECECEC;
      }
    }
  }
  .hover\:bg-\[\#F5F5F5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F5F5F5;
      }
    }
  }
  .hover\:bg-\[\#eee\] {
    &:hover {
      @media (hover: hover) {
        background-color: #eee;
      }
    }
  }
  .hover\:bg-\[\#f5f5f5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f5f5f5;
      }
    }
  }
  .hover\:text-\[\#000\] {
    &:hover {
      @media (hover: hover) {
        color: #000;
      }
    }
  }
  .hover\:text-\[\#aaa\] {
    &:hover {
      @media (hover: hover) {
        color: #aaa;
      }
    }
  }
  .hover\:text-\[\#ccc\] {
    &:hover {
      @media (hover: hover) {
        color: #ccc;
      }
    }
  }
  .hover\:text-\[\#ddd\] {
    &:hover {
      @media (hover: hover) {
        color: #ddd;
      }
    }
  }
  .hover\:opacity-50 {
    &:hover {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-\[0\.65\] {
    &:hover {
      @media (hover: hover) {
        opacity: 0.65;
      }
    }
  }
  .hover\:opacity-\[0\.75\] {
    &:hover {
      @media (hover: hover) {
        opacity: 0.75;
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .disabled\:bg-\[\#aaa\] {
    &:disabled {
      background-color: #aaa;
    }
  }
  .sm\:line-clamp-2 {
    @media (width >= 40rem) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  }
  .sm\:\!h-\[580px\] {
    @media (width >= 40rem) {
      height: 580px !important;
    }
  }
  .sm\:h-11 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 11);
    }
  }
  .sm\:h-\[160px\] {
    @media (width >= 40rem) {
      height: 160px;
    }
  }
  .sm\:h-\[180px\] {
    @media (width >= 40rem) {
      height: 180px;
    }
  }
  .sm\:\!w-\[375px\] {
    @media (width >= 40rem) {
      width: 375px !important;
    }
  }
  .sm\:\!w-\[380px\] {
    @media (width >= 40rem) {
      width: 380px !important;
    }
  }
  .sm\:min-w-\[164px\] {
    @media (width >= 40rem) {
      min-width: 164px;
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-x-\[200px\] {
    @media (width >= 40rem) {
      column-gap: 200px;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:text-\[15px\] {
    @media (width >= 40rem) {
      font-size: 15px;
    }
  }
  .sm\:text-\[17px\] {
    @media (width >= 40rem) {
      font-size: 17px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 40rem) {
      font-size: 28px;
    }
  }
  .sm\:leading-\[20px\] {
    @media (width >= 40rem) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .sm\:leading-\[33px\] {
    @media (width >= 40rem) {
      --tw-leading: 33px;
      line-height: 33px;
    }
  }
  .md\:left-\[calc\(50\%-300px\)\] {
    @media (width >= 48rem) {
      left: calc(50% - 300px);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[300px\] {
    @media (width >= 48rem) {
      height: 300px;
    }
  }
  .md\:\!w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%) !important;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px;
    }
  }
  .md\:min-w-\[400px\] {
    @media (width >= 48rem) {
      min-width: 400px;
    }
  }
  .md\:min-w-\[600px\] {
    @media (width >= 48rem) {
      min-width: 600px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-\[60px\] {
    @media (width >= 48rem) {
      padding-left: 60px;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-\[188px\] {
    @media (width >= 64rem) {
      top: 188px;
    }
  }
  .lg\:right-\[60px\] {
    @media (width >= 64rem) {
      right: 60px;
    }
  }
  .lg\:left-\[60px\] {
    @media (width >= 64rem) {
      left: 60px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 64rem) {
      height: 400px;
    }
  }
  .lg\:\!w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%) !important;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:max-w-\[440px\] {
    @media (width >= 64rem) {
      max-width: 440px;
    }
  }
  .lg\:max-w-\[540px\] {
    @media (width >= 64rem) {
      max-width: 540px;
    }
  }
  .lg\:content-center {
    @media (width >= 64rem) {
      align-content: center;
    }
  }
  .lg\:gap-\[200px\] {
    @media (width >= 64rem) {
      gap: 200px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:px-\[150px\] {
    @media (width >= 64rem) {
      padding-inline: 150px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 64rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .xl\:\!static {
    @media (width >= 80rem) {
      position: static !important;
    }
  }
  .xl\:right-\[80px\] {
    @media (width >= 80rem) {
      right: 80px;
    }
  }
  .xl\:left-\[80px\] {
    @media (width >= 80rem) {
      left: 80px;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-1\/6 {
    @media (width >= 80rem) {
      width: calc(1/6 * 100%);
    }
  }
  .xl\:max-w-\[calc\(100\%-300px\)\] {
    @media (width >= 80rem) {
      max-width: calc(100% - 300px);
    }
  }
  .xl\:min-w-\[1280px\] {
    @media (width >= 80rem) {
      min-width: 1280px;
    }
  }
  .xl\:rounded-\[20px\] {
    @media (width >= 80rem) {
      border-radius: 20px;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-\[24px\] {
    @media (width >= 80rem) {
      padding-top: 24px;
    }
  }
  .xl\:text-\[16px\] {
    @media (width >= 80rem) {
      font-size: 16px;
    }
  }
  .xl\:text-\[44px\] {
    @media (width >= 80rem) {
      font-size: 44px;
    }
  }
  .xl\:leading-\[22px\] {
    @media (width >= 80rem) {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }
  .xl\:leading-\[52px\] {
    @media (width >= 80rem) {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }
  .\32 xl\:right-\[180px\] {
    @media (width >= 96rem) {
      right: 180px;
    }
  }
  .\32 xl\:left-\[180px\] {
    @media (width >= 96rem) {
      left: 180px;
    }
  }
}
.categories-swiper, .actions-swiper, .services-swiper, .accessories-swiper, .brands-swiper, .slider-swiper {
  overflow: visible !important;
}
.categories-swiper .swiper-wrapper, .actions-swiper .swiper-wrapper, .services-swiper .swiper-wrapper, .accessories-swiper .swiper-wrapper, .brands-swiper .swiper-wrapper, .slider-swiper .swiper-wrapper {
  overflow: visible !important;
}
.swiper-button-disabled svg path, .swiper-button-disabled svg path {
  stroke: #D0D0D0;
  transition: stroke 0.3s ease;
}
.swiper-button-disabled.catalog-cats-btns {
  display: none;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  width: 100%;
}
.swiper-slider-pagination-bullet {
  background-color: #DFDFDF;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 5px;
}
.swiper-slider-pagination-bullet-active {
  opacity: 1;
  background-color: #262626;
}
.single-product-gallery-pagination {
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 0 8px;
  width: 100%;
}
.single-product-gallery-pagination-bullet {
  background-color: #ECEBEB;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 5px;
}
.single-product-gallery-pagination-bullet-active {
  opacity: 1;
  background-color: #262626;
}
.active-catalog-tab-class {
  border: 1.5px solid #000000;
}
.woocommerce-breadcrumb a {
  color: #9A9A9A;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: #777;
}
.woocommerce-breadcrumb .breadcrumb-separator {
  margin: 0 6px;
}
.gallery-thumb {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.gallery-thumb.active-thumb {
  opacity: 1;
}
.slider-swiper .swiper-slide-prev {
  opacity: 0.4 !important;
  transition: opacity 0.3s ease;
}
.slider-swiper .swiper-slide-next {
  opacity: 0.4 !important;
  transition: opacity 0.3s ease;
}
.slider-swiper .swiper-slide-active {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: horizontal;
  overflow: hidden;
}
.error-message {
  display: none;
}
.error-message:not(:empty) {
  display: block;
}
.spinner {
  width: 2.5px;
  height: 2.5px;
  animation: spinner-xp626r 1.1s infinite;
  border-radius: 50%;
  box-shadow: 8px 0 0 2.5px #000, -8px 0 0 2.5px #ddd;
}
.spinner-bg {
  width: 2.5px;
  height: 2.5px;
  animation: spinner-xp626r 1.1s infinite;
  border-radius: 50%;
  box-shadow: 8px 0 0 2.5px #fff, -8px 0 0 2.5px #ddd;
}
@keyframes spinner-xp626r {
  to {
    transform: rotate(360deg);
  }
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltiptext {
  visibility: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
