/*! 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-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-950: oklch(26.6% 0.079 36.259);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-widest: 0.1em;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .top-21 {
    top: calc(var(--spacing) * 21);
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .top-60 {
    top: calc(var(--spacing) * 60);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-20 {
    right: calc(var(--spacing) * 20);
  }
  .right-35 {
    right: calc(var(--spacing) * 35);
  }
  .right-65 {
    right: calc(var(--spacing) * 65);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-30 {
    bottom: calc(var(--spacing) * 30);
  }
  .bottom-35 {
    bottom: calc(var(--spacing) * 35);
  }
  .bottom-60 {
    bottom: calc(var(--spacing) * 60);
  }
  .bottom-\[84px\] {
    bottom: 84px;
  }
  .left-1\/4 {
    left: calc(1/4 * 100%);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .left-160 {
    left: calc(var(--spacing) * 160);
  }
  .left-\[7rem\] {
    left: 7rem;
  }
  .left-\[43\%\] {
    left: 43%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-18 {
    margin: calc(var(--spacing) * 18);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-9 {
    margin-block: calc(var(--spacing) * 9);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[10\%\] {
    margin-top: 10%;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[218px\] {
    height: 218px;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[480px\] {
    height: 480px;
  }
  .h-\[750px\] {
    height: 750px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-35 {
    width: calc(var(--spacing) * 35);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-70 {
    width: calc(var(--spacing) * 70);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-110 {
    width: calc(var(--spacing) * 110);
  }
  .w-120 {
    width: calc(var(--spacing) * 120);
  }
  .w-150 {
    width: calc(var(--spacing) * 150);
  }
  .w-280 {
    width: calc(var(--spacing) * 280);
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[470px\] {
    width: 470px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[850px\] {
    width: 850px;
  }
  .w-\[1400px\] {
    width: 1400px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-3 {
    --tw-translate-x: calc(var(--spacing) * -3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-15 {
    --tw-translate-x: calc(var(--spacing) * -15);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-65 {
    --tw-translate-x: calc(var(--spacing) * -65);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-3\.5 {
    --tw-translate-x: calc(var(--spacing) * 3.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-10 {
    --tw-translate-x: calc(var(--spacing) * 10);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-13 {
    --tw-translate-x: calc(var(--spacing) * 13);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-19 {
    --tw-translate-x: calc(var(--spacing) * 19);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-50 {
    --tw-translate-x: calc(var(--spacing) * 50);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-200 {
    --tw-translate-x: calc(var(--spacing) * 200);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-250 {
    --tw-translate-x: calc(var(--spacing) * 250);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * -5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-7 {
    --tw-translate-y: calc(var(--spacing) * -7);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * -8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-10 {
    --tw-translate-y: calc(var(--spacing) * -10);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-13 {
    --tw-translate-y: calc(var(--spacing) * -13);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-15 {
    --tw-translate-y: calc(var(--spacing) * -15);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-30 {
    --tw-translate-y: calc(var(--spacing) * -30);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-50 {
    --tw-translate-y: calc(var(--spacing) * -50);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-3\.5 {
    --tw-translate-y: calc(var(--spacing) * 3.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-5 {
    --tw-translate-y: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-7 {
    --tw-translate-y: calc(var(--spacing) * 7);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-9 {
    --tw-translate-y: calc(var(--spacing) * 9);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-10 {
    --tw-translate-y: calc(var(--spacing) * 10);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-15 {
    --tw-translate-y: calc(var(--spacing) * 15);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-17 {
    --tw-translate-y: calc(var(--spacing) * 17);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-20 {
    --tw-translate-y: calc(var(--spacing) * 20);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-35 {
    --tw-translate-y: calc(var(--spacing) * 35);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-40 {
    --tw-translate-y: calc(var(--spacing) * 40);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-45 {
    --tw-translate-y: calc(var(--spacing) * 45);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[150px\] {
    --tw-translate-y: 150px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-32 {
    gap: calc(var(--spacing) * 32);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .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 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-amber-900 {
    border-color: var(--color-amber-900);
  }
  .border-amber-950 {
    border-color: var(--color-amber-950);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-\[\#f3e9d2\] {
    background-color: #f3e9d2;
  }
  .bg-\[\#fff6ea\] {
    background-color: #fff6ea;
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-amber-900 {
    background-color: var(--color-amber-900);
  }
  .bg-amber-950 {
    background-color: var(--color-amber-950);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .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-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-3\.5 {
    padding-bottom: calc(var(--spacing) * 3.5);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-amber-50 {
    color: var(--color-amber-50);
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-amber-950 {
    color: var(--color-amber-950);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-orange-100 {
    color: var(--color-orange-100);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-amber-100 {
    --tw-shadow-color: oklch(96.2% 0.059 95.617);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-amber-100) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-amber-900 {
    --tw-shadow-color: oklch(41.4% 0.112 45.904);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-amber-900) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-amber-950 {
    --tw-shadow-color: oklch(27.9% 0.077 45.635);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-amber-950) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-orange-950 {
    --tw-shadow-color: oklch(26.6% 0.079 36.259);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-orange-950) var(--tw-shadow-alpha), transparent);
    }
  }
  .blur-\[3px\] {
    --tw-blur: blur(3px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-800 {
    --tw-duration: 800ms;
    transition-duration: 800ms;
  }
  .hover\:scale-90 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 90%;
        --tw-scale-y: 90%;
        --tw-scale-z: 90%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-155 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 155%;
        --tw-scale-y: 155%;
        --tw-scale-z: 155%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-amber-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-amber-800);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-green-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-700);
      }
    }
  }
  .hover\:bg-orange-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-100);
      }
    }
  }
  .hover\:tracking-widest {
    &:hover {
      @media (hover: hover) {
        --tw-tracking: var(--tracking-widest);
        letter-spacing: var(--tracking-widest);
      }
    }
  }
  .sm\:right-10 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .sm\:bottom-4 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:right-6 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 6);
    }
  }
  .md\:bottom-6 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
}
html.body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
#body {
  background-color: #fff6ea;
  background-size: cover;
}
.web {
  padding: 0 5rem;
}
.bage1 {
  min-height: 100vh;
}
.navebare ul {
  background-color: #faead5;
  width: 100%;
  height: 50px;
  padding: 10px;
  margin: auto;
  margin-top: 35px;
  border-radius: 100px;
}
ul li img {
  width: 180px;
  color: #4B2C20;
}
ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navebare ul li a {
  display: inline-block;
  padding: 0px 50px;
  color: #4B2C20;
  text-decoration: none;
  transition: 0.5s ease;
  font-family: "Roboto Slab", serif;
}
.navebare ul li a:hover {
  transform: scale(1.4);
}
.items {
  display: flex;
  justify-content: space-between;
}
.items img {
  width: 600px;
  height: auto;
  margin-top: 150px;
  transform: rotate(-11deg) translateX(100px);
}
.items .content {
  font-family: "TikTok Sans", sans-serif;
  color: #5C3B1E;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 200px;
}
.content h1 {
  font-family: "Playwrite AU QLD", cursive;
  color: #5C3B1E;
  font-size: 50px;
  font-weight: 500;
}
.content #p {
  color: #5C3B1E;
  font-size: 20px;
  white-space: pre;
}
.content button {
  background-color: #5C3B1E;
  width: 30%;
  height: 40px;
  margin: auto;
  cursor: pointer;
  border-radius: 13px;
  outline: none;
  border: none;
  display: inline-block;
  transition: 0.4s ease;
}
button span {
  color: #faead5;
  font-weight: bold;
  font-size: large;
}
button:hover {
  transform: scale(1.2);
}
.bage2 {
  min-height: 100vh;
  background-color: #fff6ea;
  width: 100%;
}
.text {
  transform: translateY(50px);
  text-align: center;
  font-size: x-large;
}
.text h1 {
  color: #4B2C20;
  font-family: "Roboto Slab", serif;
  font-size: xx-large;
  background-color: #f7e5ce;
  display: inline-block;
  border-radius: 10px;
}
.text p {
  font-family: "Playwrite AU QLD", cursive;
}
.cards p {
  color: #4B2C20;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  white-space: nowrap;
}
.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(130px);
}
.cards h3 {
  color: #4B2C20;
  font-family: "Playwrite AU QLD", cursive;
  font-weight: bold;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.card img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
.web h2 {
  font-family: "Pacifico", cursive;
  color: #5C3B1E;
  font-size: 60px;
}
.web h3 {
  font-family: "Roboto Slab", serif;
}
.bage4 h1 {
  font-family: "Roboto Slab", serif;
}
.remove {
  display: none;
}
@media (max-width: 767px) {
  .web {
    padding: 0 2rem;
  }
  .navebare {
    display: none;
  }
  .mobile-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  .mobile-menu img {
    width: 50%;
    margin: auto;
  }
  .box {
    position: relative;
    margin-top: 20%;
  }
  .cart-count {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  #cartbox {
    width: 100%;
    position: relative;
    left: 10px;
    transform: translateY(-15%);
  }
  #cartbox .pro-card {
    width: 80%;
    transform: translateX(8%);
    margin-bottom: 10px;
  }
  #cartbox #buyAllBtn {
    width: 60%;
    margin: auto;
  }
  .mobile-menu button {
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #4B2C20;
  }
  .sidebar {
    position: fixed;
    top: 30%;
    left: -100%;
    width: 50%;
    height: 20%;
    background: #faead5;
    padding: 20px;
    transition: 0.4s ease;
    z-index: 1000;
  }
  .sidebar.active {
    left: 0;
  }
  .sidebar ul {
    list-style: none;
    margin-top: 150px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #4B2C20;
    background-color: #faead5;
    border-radius: 17px;
    padding: 5px;
    z-index: 100;
  }
  #close-btn {
    font-size: 22px;
    margin-top: -10%;
    background: none;
    border: none;
    cursor: pointer;
  }
  .content {
    transform: translatey(-25%);
  }
  .content h1 {
    font-size: 29px !important;
    font-weight: 800;
    max-width: 100%;
  }
  p {
    font-size: 14px !important;
    line-height: 1.4;
    white-space: normal !important;
    max-width: 100%;
  }
  .content button {
    font-size: 18px !important;
    width: 110%;
    padding: auto;
  }
  #bread {
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: translateX(10%) translateY(50%);
    display: block;
  }
  .items, .content, .cart-count, .box, #bread {
    transition: transform 0.4s ease;
  }
  #logo {
    transition: transform 0.4s ease;
    margin: auto;
  }
  .cards {
    flex-direction: column;
    gap: 30px;
    transform: translateY(-7%);
  }
  .card img {
    width: 200px;
    height: 200px;
  }
  .text {
    transform: translateY(-5.5rem);
    font-size: large;
    padding: 0 10px;
  }
  .text h1 {
    font-size: x-large;
    padding: 5px 10px;
  }
  .cards p {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }
  .cards h3 {
    font-size: 16px;
    text-align: center;
  }
  #bage3 {
    height: auto;
    padding: 20px 10px;
  }
  #bage3 img {
    width: 70%;
    height: 70%;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    transform: translateY(-80%);
  }
  #bage3 h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #bage3 .web>div {
    position: static !important;
    margin: 10px auto;
    width: 100% !important;
    max-width: 350px;
  }
  #bage3 h3 {
    font-size: 16px;
  }
  #bage3 p {
    font-size: 14px;
  }
  #bage4 {
    height: auto;
  }
  #bage4 .flex {
    flex-direction: column;
    height: auto;
  }
  #bage4 .flex>div {
    width: 100% !important;
    padding: 20px;
  }
  #bage4 #chef {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    filter: blur(2px);
  }
  #bage4 .w-110 {
    width: 70%;
    transform: translateX(23%);
  }
  .history {
    transform: translateY(-45%) translateX(-10%);
  }
  #bage4 h1 {
    font-size: 22px;
  }
  #bage4 p {
    font-size: 14px;
    width: 100% !important;
  }
  #bage5 {
    height: auto;
    padding: 30px 10px;
  }
  #bage5 h1 {
    width: 90% !important;
    height: auto;
    font-size: 18px;
    padding: 10px;
    line-height: 1.4;
  }
  #bage5 .relative {
    width: 100% !important;
    height: auto !important;
    border-width: 1px;
    padding: 10px;
  }
  #SAVORY {
    gap: 15px !important;
    translate: none !important;
    margin-top: 30px;
  }
  #bage5 .pro-card {
    width: 100% !important;
    max-width: 320px;
    height: 450px !important;
    margin: 30px;
    padding: 10px;
  }
  #bage5 .pro-img {
    width: 100% !important;
    height: 180px !important;
  }
  #card-half {
    transform: translateY(49px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  #SAVORY .star-rat {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  .price-cart {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box;
  }
  .cart {
    text-align: right;
  }
  #bage5 .pro-title {
    font-size: 18px !important;
  }
  #bage5 .pro-des {
    font-size: 14px !important;
  }
  #bage5 .pro-price {
    font-size: 22px !important;
    text-align: left;
  }
  #bage5 .shop {
    font-size: 20px !important;
  }
  #bage5 a {
    position: static !important;
    display: block;
    margin: 20px auto;
    width: 180px !important;
    height: 40px !important;
  }
  #bage5 a h1 {
    font-size: 20px !important;
    transform: translateY(-34%);
    margin: auto;
  }
  #bage6 {
    width: 100%;
    margin: auto;
    margin-bottom: 10%;
    height: auto;
    padding: 20px 10px;
  }
  .swiper {
    width: 100% !important;
  }
  .swiper-slide>div {
    width: 95% !important;
    height: auto !important;
    padding: 15px !important;
  }
  .swiper-slide img {
    width: 60px !important;
    height: auto !important;
  }
  .swiper-slide h1 {
    font-size: 18px !important;
  }
  .swiper-slide p {
    font-size: 14px !important;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .web {
    padding: 0 2rem;
  }
  .navebare {
    display: none;
  }
  .mobile-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  .box {
    position: relative;
    margin-top: 17%;
    margin-right: 7%;
    font-size: x-large;
  }
  .cart-count {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  #cartbox {
    width: 75%;
    position: relative;
    left: 10px;
    transform: translateY(-20%);
  }
  #cartbox .pro-card {
    transform: translateX(5%);
  }
  .mobile-menu img {
    width: 40%;
    margin: auto;
  }
  .mobile-menu button {
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #4B2C20;
  }
  .sidebar {
    position: fixed;
    top: 38%;
    left: -100%;
    width: 50%;
    height: 20%;
    background: #faead5;
    padding: 20px;
    transition: 0.4s ease;
    z-index: 1000;
  }
  .sidebar.active {
    left: 0;
  }
  .sidebar ul {
    list-style: none;
    margin-top: 156px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sidebar ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #4B2C20;
    background-color: #faead5;
    border-radius: 17px;
    padding: 5px;
    z-index: 100;
  }
  #close-btn {
    font-size: 22px;
    margin-top: -2%;
    background: none;
    border: none;
    cursor: pointer;
  }
  .content {
    transform: translatey(-25%);
  }
  .content h1 {
    font-size: 29px !important;
    font-weight: 800;
    max-width: 100%;
  }
  p {
    font-size: 14px !important;
    line-height: 1.4;
    white-space: normal !important;
    max-width: 100%;
  }
  .content button {
    font-size: 18px !important;
    width: 110%;
    padding: auto;
  }
  #bread {
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: translateX(10%) translateY(10%);
    display: block;
  }
  .items, .content, .cart-count, .box, #bread {
    transition: transform 0.4s ease;
  }
  #logo {
    transition: transform 0.4s ease;
    margin: auto;
  }
  .cards {
    flex-direction: column;
    gap: 30px;
    transform: translateY(-7%);
  }
  .card img {
    width: 300px;
    height: 300px;
  }
  .text {
    transform: translateY(-6.5rem);
    font-size: x-large;
    padding: 0 10px;
  }
  .text h1 {
    font-size: xx-large;
    padding: 5px 10px;
  }
  .cards p {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }
  .cards h3 {
    font-size: 16px;
    text-align: center;
  }
  #bage3 {
    height: auto;
    padding: 30px 10px;
  }
  #bage3 img {
    width: 70%;
    height: 70%;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    transform: translateY(-80%);
  }
  #bage3 h2 {
    font-size: 24px;
    margin-bottom: 60px;
  }
  #bage3 .web>div {
    position: static !important;
    margin: 10px auto;
    width: 100% !important;
    max-width: 350px;
  }
  #bage3 h3 {
    font-size: 16px;
  }
  #bage3 p {
    font-size: 14px;
  }
  #bage4 {
    height: auto;
  }
  #bage4 .flex {
    flex-direction: column;
    height: auto;
  }
  #bage4 .flex>div {
    width: 100% !important;
    padding: 30px;
  }
  #bage4 #chef {
    width: 100% !important;
    height: 700px;
    object-fit: cover;
    filter: blur(2px);
  }
  #bage4 .w-110 {
    width: 55%;
    transform: translateX(-10%);
  }
  .history {
    transform: translateY(-57%) translateX(-4%);
  }
  #bage4 h1 {
    font-size: 22px;
  }
  #bage4 p {
    font-size: 14px;
    width: 100% !important;
  }
  #bage5 {
    height: auto;
    padding: 30px 10px;
  }
  #bage5 h1 {
    width: 90% !important;
    height: auto;
    font-size: 18px;
    padding: 10px;
    line-height: 1.4;
  }
  #bage5 .relative {
    width: 100% !important;
    height: auto !important;
    border-width: 1px;
    padding: 10px;
  }
  #SAVORY {
    gap: 15px !important;
    translate: none !important;
    margin-top: 53px;
  }
  #bage5 .pro-card {
    width: 100% !important;
    max-width: 320px;
    height: 450px !important;
    margin: 30px;
    padding: 10px;
  }
  #bage5 .pro-img {
    width: 100% !important;
    height: 180px !important;
  }
  #card-half {
    transform: translateY(48px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  #SAVORY .star-rat {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
  }
  .price-cart {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box;
  }
  .cart {
    text-align: right;
  }
  #bage5 .pro-title {
    font-size: 18px !important;
  }
  #bage5 .pro-des {
    font-size: 14px !important;
  }
  #bage5 .pro-price {
    font-size: 22px !important;
    text-align: left;
  }
  #bage5 .shop {
    font-size: 20px !important;
  }
  #bage5 a {
    position: static !important;
    display: block;
    margin: 20px auto;
    width: 180px !important;
    height: 40px !important;
  }
  #bage5 a h1 {
    font-size: 20px !important;
    transform: translateY(-34%);
    margin: auto;
  }
  #bage6 {
    width: 100%;
    margin: auto;
    margin-bottom: 10%;
    height: auto;
    padding: 20px 10px;
  }
  .swiper {
    width: 100% !important;
  }
  .swiper-slide>div {
    width: 95% !important;
    height: auto !important;
    padding: 15px !important;
  }
  .swiper-slide img {
    width: 60px !important;
    height: auto !important;
  }
  .swiper-slide h1 {
    font-size: 18px !important;
  }
  .swiper-slide p {
    font-size: 14px !important;
    line-height: 1.4;
  }
}
@media (width:1024px) {
  #cartbox .pro-card {
    transform: translateX(19%);
  }
  #bage4 .w-110 {
    width: 55%;
    transform: translateX(-15%) translateY(10%);
  }
}
@media (max-width: 1024px) {
  .navebare {
    display: none !important;
  }
  .mobile-menu, .sidebar {
    display: flex !important;
  }
}
@media (min-width: 1025px) {
  .mobile-menu, .sidebar {
    display: none !important;
  }
  .navebare {
    display: flex !important;
  }
}
@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-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-tracking: initial;
    }
  }
}
