/*! tailwindcss v4.1.17 | 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-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-500: oklch(55.1% 0.027 264.364);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --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-extralight: 200;
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --font-weight-black: 900;
        --radius-lg: 0.5rem;
        --radius-xl: 0.75rem;
        --radius-2xl: 1rem;
        --radius-4xl: 2rem;
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --blur-sm: 8px;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}
@layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }
    html, :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b, strong {
        font-weight: bolder;
    }
    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol, ul, menu {
        list-style: none;
    }
    img, svg, video, canvas, audio, iframe, embed, object {
        display: block;
        vertical-align: middle;
    }
    img, video {
        max-width: 100%;
        height: auto;
    }
    button, input, select, optgroup, textarea, ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
    }
    @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentcolor;
            @supports (color: color-mix(in lab, red, red)) {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    ::-webkit-calendar-picker-indicator {
        line-height: 1;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer utilities {
    .visible {
        visibility: visible;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .sticky {
        position: sticky;
    }
    .-z-10 {
        z-index: calc(10 * -1);
    }
    .z-20 {
        z-index: 20;
    }
    .z-50 {
        z-index: 50;
    }
    .container {
        width: 100%;
        @media (width >= 40rem) {
            max-width: 40rem;
        }
        @media (width >= 48rem) {
            max-width: 48rem;
        }
        @media (width >= 64rem) {
            max-width: 64rem;
        }
        @media (width >= 80rem) {
            max-width: 80rem;
        }
        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }
    .mx-auto {
        margin-inline: auto;
    }
    .my-6 {
        margin-block: calc(var(--spacing) * 6);
    }
    .mt-7 {
        margin-top: calc(var(--spacing) * 7);
    }
    .mt-11 {
        margin-top: calc(var(--spacing) * 11);
    }
    .mt-24 {
        margin-top: calc(var(--spacing) * 24);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .block {
        display: block;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .size-\[30px\] {
        width: 30px;
        height: 30px;
    }
    .h-6 {
        height: calc(var(--spacing) * 6);
    }
    .h-\[38px\] {
        height: 38px;
    }
    .h-\[50px\] {
        height: 50px;
    }
    .h-\[60px\] {
        height: 60px;
    }
    .h-\[80px\] {
        height: 80px;
    }
    .h-\[100px\] {
        height: 100px;
    }
    .h-\[170px\] {
        height: 170px;
    }
    .h-dvh {
        height: 100dvh;
    }
    .h-fit {
        height: fit-content;
    }
    .h-full {
        height: 100%;
    }
    .min-h-dvh {
        min-height: 100dvh;
    }
    .w-6 {
        width: calc(var(--spacing) * 6);
    }
    .w-\[25\%\] {
        width: 25%;
    }
    .w-\[33\.33\%\] {
        width: 33.33%;
    }
    .w-\[50\%\] {
        width: 50%;
    }
    .w-\[70px\] {
        width: 70px;
    }
    .w-full {
        width: 100%;
    }
    .max-w-\[1500px\] {
        max-width: 1500px;
    }
    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .resize {
        resize: both;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .items-center {
        align-items: center;
    }
    .items-start {
        align-items: flex-start;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-end {
        justify-content: flex-end;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-2xl {
        border-radius: var(--radius-2xl);
    }
    .rounded-4xl {
        border-radius: var(--radius-4xl);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-\[1px\] {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-black {
        border-color: var(--color-black);
    }
    .bg-\[\#17130f\] {
        background-color: #17130f;
    }
    .bg-\[\#F5F5F5\] {
        background-color: #F5F5F5;
    }
    .bg-gray-300 {
        background-color: var(--color-gray-300);
    }
    .bg-gray-400 {
        background-color: var(--color-gray-400);
    }
    .bg-linear-to-tr {
        --tw-gradient-position: to top right;
        @supports (background-image: linear-gradient(in lab, red, red)) {
            --tw-gradient-position: to top right in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-\[\#903f01\] {
        --tw-gradient-from: #903f01;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    .to-\[\#585654\] {
        --tw-gradient-to: #585654;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    .object-cover {
        object-fit: cover;
    }
    .p-0\.5 {
        padding: calc(var(--spacing) * 0.5);
    }
    .p-2 {
        padding: calc(var(--spacing) * 2);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-6 {
        padding-block: calc(var(--spacing) * 6);
    }
    .pt-4 {
        padding-top: calc(var(--spacing) * 4);
    }
    .text-center {
        text-align: center;
    }
    .font-\[shabnam\] {
        font-family: shabnam;
    }
    .font-sans {
        font-family: var(--font-sans);
    }
    .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-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .leading-none {
        --tw-leading: 1;
        line-height: 1;
    }
    .font-black {
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black);
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .text-\[\#C4A484\] {
        color: #C4A484;
    }
    .text-\[\#C08B5C\] {
        color: #C08B5C;
    }
    .text-gray-200 {
        color: var(--color-gray-200);
    }
    .text-white {
        color: var(--color-white);
    }
    .shadow {
        --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);
    }
    .blur {
        --tw-blur: blur(8px);
        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,);
    }
    .invert {
        --tw-invert: invert(100%);
        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,);
    }
    .filter {
        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 {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .backface-hidden {
        backface-visibility: hidden;
    }
    .focus\:outline-none {
        &:focus {
            --tw-outline-style: none;
            outline-style: none;
        }
    }
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: english;
    src: url(/public/font/english/Doxent-Regular.otf);
}
@font-face {
    font-family: pinar;
    src: url(/public/font/pinar/PINAR-DS3-REGULAR.TTF);
}
@font-face {
    font-family: shabnam;
    src: url(/public/font/shabnam/Shabnam-Medium.ttf);
}
@layer utilities {
    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }
    .no-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@layer indexComponents {
    .wraper {
        margin-inline: auto;
        display: flex;
        height: fit-content;
        width: 100%;
        max-width: 500px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    .logo {
        height: 40px;
        width: 40px;
        border-bottom-right-radius: var(--radius-xl);
        border-bottom-left-radius: var(--radius-xl);
    }
    .logo img {
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: var(--radius-xl);
        object-fit: cover;
    }
    .header {
        display: flex;
        height: 70px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-bottom-color: #1e1608;
        padding-inline: 20px;
    }
    .fade {
        position: fixed;
        height: 110px;
        width: 100%;
        background-color: rgba(23,19,15,0.3);
    }
    .menus {
        position: sticky;
        top: calc(var(--spacing) * 0);
        z-index: 50;
        display: flex;
        height: 40px;
        width: 100%;
        flex-shrink: 1;
        align-items: center;
        justify-content: center;
        gap: 30px;
        overflow: scroll;
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-bottom-color: #1e1608;
        --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,);
    }
    .categories {
        position: sticky;
        top: 40px;
        z-index: 40;
        display: flex;
        height: 70px;
        width: 100%;
        flex-shrink: 0;
        align-items: center;
        gap: 10px;
        overflow-x: scroll;
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-bottom-color: #1e1608;
        padding-inline: 10px;
        white-space: nowrap;
        --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,);
    }
    .category_name {
        display: flex;
        height: 40px;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        padding-right: calc(var(--spacing) * 2.5);
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: #8a704f;
    }
    .product_wraper {
        display: flex;
        height: fit-content;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding-block: 20px;
    }
    .product {
        margin-bottom: 20px;
        display: flex;
        height: 110px;
        width: 90%;
        align-items: center;
        justify-content: space-between;
        border-radius: var(--radius-2xl);
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        border-bottom-color: #141008;
    }
    .product_img_wrap {
        display: flex;
        height: 100%;
        width: 40%;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }
    .product_img_wrap img {
        height: 100%;
        width: 100%;
        border-radius: var(--radius-xl);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: #2a1a0a;
        object-fit: cover;
    }
    .product_dec_wrap {
        display: flex;
        height: 100%;
        width: 60%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: calc(var(--spacing) * 2);
    }
    .product_name {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        color: #c8a96e;
    }
    .product_dec {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        padding-inline: calc(var(--spacing) * 1);
        text-align: right;
        font-size: 12px;
        --tw-font-weight: var(--font-weight-extralight);
        font-weight: var(--font-weight-extralight);
        color: #b8a888;
    }
    .product_price {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        gap: calc(var(--spacing) * 2);
        padding-inline: calc(var(--spacing) * 1);
        text-align: right;
        font-size: 18px;
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
        color: #A07F40;
    }
    .toman {
        font-size: 12px;
        color: #A07F40;
    }
    .menus_name {
        position: relative;
        display: flex;
        height: 100%;
        width: max-content;
        min-width: 65px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        color: #e0b563;
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }
    .category {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius-2xl);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: #503f29;
        padding-inline: calc(var(--spacing) * 2.5);
        padding-block: calc(var(--spacing) * 1.5);
        color: #e0b563;
        --tw-duration: 300ms;
        transition-duration: 300ms;
        white-space: nowrap !important;
    }
    .abousus_logo {
        margin-inline: auto;
        display: flex;
        height: 50px;
        width: 100%;
        max-width: 300px;
        align-items: center;
        justify-content: center;
    }
    .addres {
        margin-top: calc(var(--spacing) * 14);
        padding-inline: calc(var(--spacing) * 6);
        text-align: center;
        font-family: pinar;
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
        color: var(--color-gray-300);
    }
    .insta_txt {
        display: flex;
        height: 40px;
        width: 100%;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        gap: calc(var(--spacing) * 1);
        text-align: center;
        font-family: shabnam;
        color: var(--color-white);
        text-decoration-line: underline;
    }
}
@layer adminComponents {
    .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;
    }
    .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);
            }
        }
    }
    .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;
    }
    .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);
            }
        }
    }
    .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);
            }
        }
    }
    .btn_txt {
        height: 30px;
        width: fit-content;
        border-radius: var(--radius-4xl);
        padding: calc(var(--spacing) * 0.5);
    }
    .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);
    }
    .btn {
        display: flex;
        height: 50px;
        width: 70%;
        max-width: 170px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius-xl);
        background-color: #502900;
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-white);
        --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: #000;
        @supports (color: color-mix(in lab, red, red)) {
            --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
        }
        --tw-duration: 500ms;
        transition-duration: 500ms;
        &:hover {
            @media (hover: hover) {
                margin-top: calc(var(--spacing) * -3);
            }
        }
        &:hover {
            @media (hover: hover) {
                --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);
            }
        }
    }
    .login_body {
        height: 100dvh;
        width: 100%;
        background-image: url(/public/img/login/wal.jpg);
        background-size: cover;
        background-position: center;
    }
    .login_wraper {
        display: flex;
        height: 100vh;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .login_form {
        display: flex;
        height: 500px;
        width: 90%;
        max-width: 400px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: var(--radius-4xl);
        --tw-gradient-position: to top left;
        @supports (background-image: linear-gradient(in lab, red, red)) {
            --tw-gradient-position: to top left in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
        --tw-gradient-from: rgba(0,0,0,.6);
        --tw-gradient-to: rgba(89,89,89,0.3);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
        padding: calc(var(--spacing) * 8);
        --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-shadow-color: color-mix(in oklab, rgb(39,39,39) var(--tw-shadow-alpha), transparent);
        --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,);
    }
    .login_header {
        height: fit-content;
        width: 100%;
        text-align: center;
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black);
        color: var(--color-white);
    }
    .input_wraper {
        position: relative;
        display: flex;
        height: fit-content;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .login_lable {
        position: absolute;
        left: calc(var(--spacing) * 5);
        color: var(--color-gray-500);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        &:is(:where(.peer):placeholder-shown ~ *) {
            top: 50%;
        }
        &:is(:where(.peer):placeholder-shown ~ *) {
            --tw-translate-y: calc(calc(1/2 * 100%) * -1);
            translate: var(--tw-translate-x) var(--tw-translate-y);
        }
        &:is(:where(.peer):placeholder-shown ~ *) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
        &:is(:where(.peer):valid ~ *) {
            top: calc(var(--spacing) * 1);
        }
        &:is(:where(.peer):valid ~ *) {
            font-size: var(--text-xs);
            line-height: var(--tw-leading, var(--text-xs--line-height));
        }
        &:is(:where(.peer):valid ~ *) {
            color: #10a37f;
        }
        &:is(:where(.peer):focus ~ *) {
            top: calc(var(--spacing) * 1);
        }
        &:is(:where(.peer):focus ~ *) {
            font-size: var(--text-xs);
            line-height: var(--tw-leading, var(--text-xs--line-height));
        }
        &:is(:where(.peer):focus ~ *) {
            color: #10a37f;
        }
    }
    .login_btn {
        height: 45px;
        width: 60%;
        cursor: pointer;
        border-radius: calc(infinity * 1px);
        background-color: var(--color-gray-300);
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        color: var(--color-black);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-gray-400);
            }
        }
    }
}
@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}
@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}
@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}
@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}
@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-gradient-position {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-stops {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false;
}
@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%;
}
@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%;
}
@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-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-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;
}
@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
        *, ::before, ::after, ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-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-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;
        }
    }
}
