/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[19px\] {
    margin-top: 19px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mr-10 {
    margin-right: calc(var(--spacing) * 10);
  }
  .mr-\[5px\] {
    margin-right: 5px;
  }
  .mr-\[11px\] {
    margin-right: 11px;
  }
  .mr-\[17px\] {
    margin-right: 17px;
  }
  .ml-\[7px\] {
    margin-left: 7px;
  }
  .ml-\[9px\] {
    margin-left: 9px;
  }
  .ml-\[22px\] {
    margin-left: 22px;
  }
  .ml-\[41px\] {
    margin-left: 41px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[127px\] {
    height: 127px;
  }
  .h-\[159px\] {
    height: 159px;
  }
  .h-\[183px\] {
    height: 183px;
  }
  .h-full {
    height: 100%;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[98px\] {
    width: 98px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-28 {
    max-width: calc(var(--spacing) * 28);
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .min-w-\[161px\] {
    min-width: 161px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .overflow-clip {
    overflow: clip;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .bg-\[\#11859F\] {
    background-color: #11859F;
  }
  .bg-\[\#C51823\] {
    background-color: #C51823;
  }
  .bg-\[\#EEC51A\] {
    background-color: #EEC51A;
  }
  .bg-\[\#dddddd\] {
    background-color: #dddddd;
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-best-seller {
    background-color: var(--best-seller);
  }
  .bg-btn-minus {
    background-color: var(--btn-minus);
  }
  .bg-foreground {
    background-color: var(--foreground);
  }
  .bg-icon-foreground {
    background-color: var(--icon-foreground);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-star {
    background-color: var(--star);
  }
  .bg-star-muted {
    background-color: var(--star-muted);
  }
  .bg-success {
    background-color: var(--success);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-wishlist {
    background-color: var(--wishlist);
  }
  .bg-wishlist-foreground {
    background-color: var(--wishlist-foreground);
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/arrow-back\.svg\'\)\] {
    mask-image: url('./assets/images/icons/arrow-back.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/arrow-right\.svg\'\)\] {
    mask-image: url('./assets/images/icons/arrow-right.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/info\.svg\'\)\] {
    mask-image: url('./assets/images/icons/info.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/love\.svg\'\)\] {
    mask-image: url('./assets/images/icons/love.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/minus\.svg\'\)\] {
    mask-image: url('./assets/images/icons/minus.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/plus\.svg\'\)\] {
    mask-image: url('./assets/images/icons/plus.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/star\.svg\'\)\] {
    mask-image: url('./assets/images/icons/star.svg');
  }
  .mask-\[url\(\'\.\/assets\/images\/icons\/thumbs-up\.svg\'\)\] {
    mask-image: url('./assets/images/icons/thumbs-up.svg');
  }
  .mask-contain {
    mask-size: contain;
  }
  .mask-no-repeat {
    mask-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .\!px-\[34px\] {
    padding-inline: 34px !important;
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .pt-\[78px\] {
    padding-top: 78px;
  }
  .pr-\[5px\] {
    padding-right: 5px;
  }
  .pr-\[30px\] {
    padding-right: 30px;
  }
  .pr-\[33px\] {
    padding-right: 33px;
  }
  .pb-\[54px\] {
    padding-bottom: 54px;
  }
  .pb-\[183px\] {
    padding-bottom: 183px;
  }
  .pl-\[7px\] {
    padding-left: 7px;
  }
  .pl-\[31px\] {
    padding-left: 31px;
  }
  .pl-\[34px\] {
    padding-left: 34px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-nowrap {
    text-wrap: nowrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/20 {
    color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .text-black\/30 {
    color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .text-black\/40 {
    color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .text-destructive {
    color: var(--destructive);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-variant {
    color: var(--muted-variant);
  }
  .text-selected-border {
    color: var(--selected-border);
  }
  .text-success {
    color: var(--success);
  }
  .text-white {
    color: var(--color-white);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .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;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .peer-checked\:bg-\[linear-gradient\(121\.48deg\,_\#e9c053_18\.72\%\,_\#ff7d75_73\.08\%\)\] {
    &:is(:where(.peer):checked ~ *) {
      background-image: linear-gradient(121.48deg, #e9c053 18.72%, #ff7d75 73.08%);
    }
  }
  .peer-checked\:text-white {
    &:is(:where(.peer):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\:shadow-\[inset_0_0_0_2px_currentColor\] {
    &:is(:where(.peer):checked ~ *) {
      --tw-shadow: inset 0 0 0 2px var(--tw-shadow-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);
    }
  }
  .hover\:bg-\[linear-gradient\(121\.48deg\,_\#e9c053_18\.72\%\,_\#ff7d75_73\.08\%\)\] {
    &:hover {
      @media (hover: hover) {
        background-image: linear-gradient(121.48deg, #e9c053 18.72%, #ff7d75 73.08%);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:shadow-muted {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: var(--s-muted);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:ring-2 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
      }
    }
  }
  .hover\:ring-primary {
    &:hover {
      @media (hover: hover) {
        --tw-ring-color: var(--primary);
      }
    }
  }
  .dark\:text-white {
    &:is(.dark *) {
      color: var(--color-white);
    }
  }
  .dark\:text-white\/40 {
    &:is(.dark *) {
      color: color-mix(in srgb, #fff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .dark\:text-white\/50 {
    &:is(.dark *) {
      color: color-mix(in srgb, #fff 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 50%, transparent);
      }
    }
  }
  .dark\:text-white\/80 {
    &:is(.dark *) {
      color: color-mix(in srgb, #fff 80%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 80%, transparent);
      }
    }
  }
  .dark\:peer-checked\:bg-primary {
    &:is(.dark *) {
      &:is(:where(.peer):checked ~ *) {
        background-color: var(--primary);
      }
    }
  }
  .dark\:peer-checked\:bg-none {
    &:is(.dark *) {
      &:is(:where(.peer):checked ~ *) {
        background-image: none;
      }
    }
  }
  .dark\:hover\:bg-none {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-image: none;
        }
      }
    }
  }
  .dark\:hover\:text-white {
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
}
:root {
  --background: #ffffff;
  --foreground: #383838;
  --primary: #e65e29;
  --success: #00b906;
  --star: #ffb900;
  --star-muted: #00000033;
  --destructive: #c51823;
  --muted: hsl(0, 0%, 97%);
  --muted-variant: #0000004d;
  --s-muted: 0 4px 10px 0 rgba(247, 247, 247, 0.98);
  --icon-foreground: #747474;
  --best-seller: #ffffff;
  --wishlist: #ffffff;
  --wishlist-foreground: #e65e29;
  --selected-border: #cccccc;
  --gradient-1: #e9c053;
  --gradient-2: #ff7d75;
  --btn-minus: #ffffff;
  --btn-plus: linear-gradient(121.48deg, #e9c053 18.72%, #ff7d75 73.08%);
  --bottom-nav: linear-gradient(
    184.6deg,
    rgba(255, 255, 255, 0) 0.98%,
    #ffffff 41.19%
  );
}
.dark {
  --background: #0a0a0c;
  --foreground: #ffffff;
  --primary: #e65e29;
  --success: #00ff09;
  --star: #f5d100;
  --star-muted: #ffffff;
  --destructive: #ff0010;
  --muted: #1d1d21;
  --muted-variant: #ffffffcc;
  --s-muted: 0 4px 10px 0 rgba(29, 29, 33, 0.98);
  --icon-foreground: #ffffff;
  --best-seller: #00ff080d;
  --wishlist: #e65e29;
  --wishlist-foreground: #ffffff;
  --selected-border: #ffffff;
  --btn-minus: #0a0a0c;
  --bottom-nav: linear-gradient(
    184.6deg,
    rgba(6, 6, 6, 0) 0.98%,
    #060606 41.19%
  );
}
@layer base {
  body {
    margin-inline: auto;
    height: 100vh;
    max-width: 640px;
    background-color: var(--background);
    font-family: "Poppins", sans-serif;
    color: var(--foreground);
  }
}
@layer components {
  .bg-btn-plus {
    background-color: var(--primary);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .size-btn {
    display: flex;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    background-color: var(--muted);
    font-size: 14px;
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-image: linear-gradient(121.48deg, #e9c053 18.72%, #ff7d75 73.08%);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    &:is(.dark *) {
      color: var(--foreground);
    }
    &:is(.dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--primary);
        }
      }
    }
  }
  .peer:checked ~ .size-btn {
    background-image: linear-gradient(121.48deg, #e9c053 18.72%, #ff7d75 73.08%);
    color: var(--color-white);
  }
  .dark .peer:checked ~ .size-btn {
    background-color: var(--primary);
    color: var(--color-white);
  }
  .bg-bottom-nav {
    background: var(--bottom-nav);
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: 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;
    }
  }
}
