/*! 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-800: oklch(44.4% 0.177 26.899);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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);
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --blur-lg: 16px;
    --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 {
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-fit {
    height: fit-content;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[25\%\] {
    width: 25%;
  }
  .w-\[33\.33\%\] {
    width: 33.33%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[93\%\] {
    width: 93%;
  }
  .w-full {
    width: 100%;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#27548A\] {
    background-color: #27548A;
  }
  .bg-\[\#52575D\] {
    background-color: #52575D;
  }
  .bg-\[\#F1F0E4\] {
    background-color: #F1F0E4;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#ffd543\] {
    background-color: #ffd543;
  }
  .bg-gray-400 {
    background-color: var(--color-gray-400);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@font-face {
  font-family: logoFont;
  src: url(/public/font/Logofont/bus-stop.ttf);
  src: url(/public/font/Logofont/BusStop.eot);
  src: url(/public/font/Logofont/BusStop.woff);
  src: url(/public/font/Logofont/BusStop.woff2);
}
@font-face {
  font-family: index;
  src: url(/public/font/VazirMedium/Vazirmatn-Medium.eot);
  src: url(/public/font/VazirMedium/Vazirmatn-Medium.ttf);
  src: url(/public/font/VazirMedium/Vazirmatn-Medium.woff);
  src: url(/public/font/VazirMedium/Vazirmatn-Medium.woff2);
}
@font-face {
  font-family: typed;
  src: url(/public/font/VazirBlack/Vazirmatn-Black.eot);
  src: url(/public/font/VazirBlack/Vazirmatn-Black.ttf);
  src: url(/public/font/VazirBlack/Vazirmatn-Black.woff);
  src: url(/public/font/VazirBlack/Vazirmatn-Black.woff2);
}
@font-face {
  font-family: categoryFont;
  src: url(/public/font/Categotyfont/Gramophone-Grunge.eot);
  src: url(/public/font/Categotyfont/Gramophone-Grunge.ttf);
}
@font-face {
  font-family: itemFont;
  src: url(/public/font/itemfont/Gohar-Medium.ttf);
  src: url(/public/font/itemfont/Gohar-Medium.eot);
  src: url(/public/font/itemfont/Gohar-Medium.woff);
  src: url(/public/font/itemfont/Gohar-Medium.woff2);
}
@font-face {
  font-family: price;
  src: url(/public/font/PriceFont/ttf/iranyekanwebblack.ttf);
  src: url(/public/font/PriceFont/eot/iranyekanwebblack.eot);
  src: url(/public/font/PriceFont/woff/iranyekanwebblack.woff);
  src: url(/public/font/PriceFont/IRANYekanWeb-Black.woff2);
}
@font-face {
  font-family: descriptionFont;
  src: url(/public/font/description/SnappWeb2.0-Bold.woff);
  src: url(/public/font/description/SnappWeb20-Bold.eot);
  src: url(/public/font/description/SnappWeb20-Bold.ttf);
  src: url(/public/font/description/SnappWeb20-Bold.woff2);
}
@font-face {
  font-family: type;
  src: url(/public/font/ty/woff/iransansdnbold.woff);
  src: url(/public/font/ty/eot/iransansdnbold.eot);
  src: url(/public/font/ty/ttf/iransansdnbold.ttf);
  src: url(/public/font/ty/woff2/iransansdnbold.woff2);
}
@layer {
  .indexWraper {
    display: flex;
    height: 85vh;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .logo {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
  }
  .logotxt {
    font-family: logoFont;
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: #2C3E50;
  }
  .logonum {
    font-family: logoFont;
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-yellow-600);
  }
  .cafemenu {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .scroolItems {
    position: fixed;
    margin-top: 20px;
    display: flex;
    height: 100px;
    width: 100%;
    max-width: 950px;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: calc(var(--spacing) * 3.5);
    overflow: scroll;
    border-radius: 4px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #C49E6C;
    background-color: #a2a2a2;
    padding-inline: calc(var(--spacing) * 2);
    padding-bottom: calc(var(--spacing) * 2);
    text-align: center;
  }
  .itemsStyle {
    display: flex;
    height: 100%;
    width: 100px;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .itemstxt {
    display: flex;
    height: fit-content;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: itemFont;
    font-size: 10px;
    --tw-font-weight: 10px;
    font-weight: 10px;
    color: #2C3E50;
  }
  .itemHeadertxt {
    display: flex;
    height: fit-content;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-family: itemFont;
    font-size: 16px;
    color: #2C3E50;
  }
  .itemimg {
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 14);
    object-fit: scale-down;
  }
  .sliderHeader {
    margin-top: calc(var(--spacing) * 0.5);
    display: flex;
    height: 50px;
    width: 98%;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-xl);
    background-color: #E5B93B;
  }
  .sliderHeaderCoffee {
    display: flex;
    height: 50px;
    width: 98%;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-xl);
    background-color: #E5B93B;
  }
  .slider {
    display: flex;
    height: 200px;
    width: 98%;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--radius-xl);
    background-color: var(--color-gray-300);
  }
  .prodects {
    margin-inline: auto;
    margin-top: 14px;
    margin-bottom: calc(var(--spacing) * 3);
    display: flex;
    height: auto;
    width: 100%;
    max-width: 950px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3.5);
  }
  .navlogo {
    position: fixed;
    margin-inline: auto;
    margin-top: calc(var(--spacing) * 2.5);
    display: flex;
    height: 290px;
    width: 100%;
    max-width: 950px;
    align-items: center;
    justify-content: center;
    background-color: #52575D;
    text-align: center;
  }
  .menu {
    margin-top: 30px;
    display: flex;
    height: 60vh;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(var(--spacing) * 4);
    @media (width >= 80rem) {
      gap: 50px;
    }
  }
  .cafeMenu {
    display: flex;
    height: 130px;
    width: 75%;
    max-width: 370px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: #15222a;
    background-color: #fcfaec;
  }
  .viewMenu {
    height: 40px;
    width: 90%;
    border-radius: var(--radius-4xl);
    background-color: #15222a;
    padding-top: calc(var(--spacing) * 2);
    text-align: center;
    font-family: index;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .titleMenu {
    margin-top: calc(var(--spacing) * 2);
    height: fit-content;
    width: 100%;
    text-align: center;
    font-family: categoryFont;
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: #4E342E;
  }
  .idexIcon {
    display: flex;
    height: 100%;
    width: 40%;
    align-items: center;
    justify-content: center;
  }
  .bodyAdminLogin {
    background-image: url(/public/img/login/login.png);
    background-size: cover;
    object-position: bottom;
  }
  .mainAdminLogin {
    display: flex;
    height: 100dvh;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .formAdminLogin {
    display: flex;
    height: 430px;
    width: 88%;
    max-width: 360px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-radius: var(--radius-2xl);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: rgba(255,255,255,0.3);
    background-color: rgba(64,64,64,0.20);
    padding: calc(var(--spacing) * 5);
    --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);
    --tw-backdrop-blur: blur(4px);
    -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,);
  }
  .adminLoginHeader {
    width: 100%;
    animation: var(--animate-bounce);
    text-align: center;
    font-family: var(--font-sans);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: var(--color-white);
  }
  .inputLogin {
    height: calc(var(--spacing) * 11);
    width: 100%;
    border-radius: 99px;
    background-color: rgba(255,255,255,0.17);
    padding-left: calc(var(--spacing) * 3);
    color: var(--color-white);
  }
  .loginBtn {
    height: calc(var(--spacing) * 11);
    width: 100%;
    cursor: pointer;
    border-radius: 99px;
    background-color: #2f9cf4;
    text-align: center;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    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;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: #2f84f4ef;
      }
    }
  }
  .lableLogin {
    margin-left: 6px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-white);
  }
  .btn_f {
    display: flex;
    height: 100%;
    width: calc(3/6 * 100%);
    align-items: center;
    justify-content: center;
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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,);
    &:hover {
      @media (hover: hover) {
        --tw-backdrop-blur: blur(var(--blur-lg));
        -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,);
      }
    }
  }
  .main_btn {
    height: 100vh;
    width: 100%;
    background-color: #F1F0E4;
  }
  .curcleIcon {
    display: flex;
    height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
  }
  .typedIndex {
    font-family: typed;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: #2C3E50;
  }
  .typedMenu {
    font-family: logoFont;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    color: #ffce1c;
  }
  .typedSection {
    display: flex;
    height: 30px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #52575D;
  }
  .add_btn {
    height: calc(var(--spacing) * 10);
    width: 40%;
    max-width: 200px;
    cursor: pointer;
    border-radius: 999px;
    background-color: var(--color-blue-600);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .delete_btn {
    height: calc(var(--spacing) * 9);
    width: 85%;
    max-width: 280px;
    cursor: pointer;
    border-radius: var(--radius-4xl);
    background-color: #b4182d;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-800);
      }
    }
  }
  .edit_btn {
    margin-top: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 9);
    width: 85%;
    max-width: 280px;
    cursor: pointer;
    border-radius: var(--radius-4xl);
    background-color: #FEBA17;
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-500);
      }
    }
  }
  .prodect_title {
    width: 25%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    text-align: center;
    color: var(--color-white);
  }
  .category_title {
    width: 33.33%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-black);
    text-align: center;
    color: var(--color-white);
  }
  .admin_table {
    width: 98%;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .admin_main {
    margin-inline: auto;
    display: flex;
    height: auto;
    width: 100%;
    max-width: 1500px;
    align-items: flex-start;
    justify-content: center;
  }
  .itemimd {
    height: 100%;
    width: 50%;
    max-width: 350px;
    object-fit: cover;
  }
  .caption {
    display: flex;
    height: 100%;
    width: 50%;
    max-width: 280px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    border-top-right-radius: var(--radius-xl);
    border-bottom-right-radius: var(--radius-xl);
    padding: calc(var(--spacing) * 5);
  }
  .title {
    width: 100%;
    text-align: center;
    font-family: itemFont;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .description {
    display: flex;
    height: 100px;
    width: 90%;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    font-family: itemFont;
    font-size: 10px;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    color: #555555;
  }
  .price {
    font-family: descriptionFont;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .detail {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
  }
  .navSection {
    display: flex;
    height: 120px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .menuCategory {
    width: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    padding: calc(var(--spacing) * 1);
    text-align: center;
  }
  .selectMenu {
    display: flex;
    height: 30px;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-3xl);
    background-color: var(--color-gray-700);
    color: var(--color-white);
  }
  .selectCategory {
    visibility: hidden;
    position: absolute;
    margin-top: 1px;
    display: flex;
    height: 100px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    overflow: scroll;
    border-radius: var(--radius-md);
    background-color: var(--color-gray-200);
    padding: calc(var(--spacing) * 0.5);
  }
  .addBtn {
    grid-column: span 1 / span 1;
    border-radius: 99px;
    background-color: var(--color-blue-600);
    padding: calc(var(--spacing) * 2);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .loadAnimate {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 50;
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
  }
  .insta {
    top: calc(var(--spacing) * -7);
    display: flex;
    height: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    &:hover {
      @media (hover: hover) {
        animation: var(--animate-pulse);
      }
    }
  }
  .insta_txt {
    height: 100%;
    width: fit-content;
    cursor: pointer;
    font-family: index;
    font-size: 14px;
    color: var(--color-black);
    text-decoration-line: underline;
  }
  .add_category {
    margin-inline: auto;
    margin-bottom: calc(var(--spacing) * 8);
    max-width: 600px;
    border-radius: var(--radius-xl);
    background-color: var(--color-gray-100);
    padding: calc(var(--spacing) * 6);
    --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);
  }
  .title_category {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .category_form {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(var(--spacing) * 4);
  }
  .add_img {
    margin-inline: auto;
    height: calc(var(--spacing) * 28);
    width: calc(var(--spacing) * 28);
    border-radius: calc(infinity * 1px);
    object-fit: cover;
  }
  .btn_btn {
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .admin_header {
    margin-top: calc(var(--spacing) * 5);
    display: flex;
    height: 10vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #8A784E;
  }
  .management {
    display: flex;
    height: 15vh;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .btn {
    display: flex;
    height: 50px;
    width: 40%;
    max-width: 200px;
    min-width: 180px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-4xl);
    background-color: #BCA88D;
    color: #F1F0E4;
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
    --tw-shadow-color: #BCA88D;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, #BCA88D var(--tw-shadow-alpha), 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: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(4px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: #c1c0c0;
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, #c1c0c0 var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .back_btn {
    margin: calc(var(--spacing) * 3);
    display: flex;
    height: 40px;
    width: 120px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-4xl);
    background-color: #DDDDDD;
    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: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-400);
      }
    }
  }
  .btn_txt {
    height: 30px;
    width: fit-content;
    border-radius: var(--radius-4xl);
    padding: calc(var(--spacing) * 0.5);
  }
  .product_btn {
    margin: calc(var(--spacing) * 3);
    display: flex;
    height: 40px;
    width: 200px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 1);
    border-radius: var(--radius-4xl);
    background-color: #DDDDDD;
    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: 500ms;
    transition-duration: 500ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-400);
      }
    }
  }
  .buttoms {
    display: flex;
    height: 90vh;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
}
@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-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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-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;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
