﻿*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
    --tw-contain-size:;
    --tw-contain-layout:;
    --tw-contain-paint:;
    --tw-contain-style:;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
    --tw-contain-size:;
    --tw-contain-layout:;
    --tw-contain-paint:;
    --tw-contain-style:;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

    /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
    display: none;
}

html {
    scroll-behavior: smooth;
}

input,
textarea {
    border: none;
    outline: none;
    resize: none;
}

@font-face {
    font-family: "Dana";
    src: local("Dana"), url("../fonts/Dana/woff2/DanaFaNum-Regular.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Dana Medium";
    src: local("Dana"), url("../fonts/Dana/woff2/DanaFaNum-Medium.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Dana DemiBold";
    src: local("Dana"), url("../fonts/Dana/woff2/DanaFaNum-DemiBold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Morabba Light";
    src: local("Morabba"), url("../fonts/Morabba/woff2/Morabba-Light.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Morabba Bold";
    src: local("Morabba"), url("../fonts/Morabba/woff2/Morabba-Bold.woff2");
    font-display: swap;
}

@font-face {
    font-family: "Morabba Medium";
    src: local("Morabba"), url("../fonts/Morabba/woff2/Morabba-Medium.woff2");
    font-display: swap;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 480px) {
    .container {
        max-width: 480px;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
        padding-right: 5rem;
        padding-left: 5rem;
    }
}

.main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .main-btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
    }

.header {
    width: 100%;
    height: 90vh;
}

.nav-item {
    position: relative;
}

    .nav-item a {
        display: inline-block;
        position: relative;
        font-weight: 500;
    }

        .nav-item a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -3px;
            left: 50%;
            background-color: #1d4ed8;
            transition: width 0.3s, left 0.3s;
        }

        .nav-item a:hover::after,
        .nav-item.active a::after {
            width: 100%;
            left: 0;
        }

.banner-1 {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 33.85%, rgba(0, 0, 0, 0.1) 100%), url('../Images/categories/category-right.jpg');
}

.banner-2 {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 33.85%, rgba(0, 0, 0, 0.1) 100%), url('../Images/categories/category-left.jpg');
}

.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper {
    padding: 0 .6rem !important;
}

.cl-checkbox {
    position: relative;
    display: inline-block;
}

    /* Input */

    .cl-checkbox > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }

    /* Span */

    .cl-checkbox > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
    }

        /* Box */

        .cl-checkbox > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 3px 11px 3px 1px;
            border: solid 2px;
            /* Safari */
            border-color: rgba(0, 0, 0, 0.6);
            border-radius: 2px;
            width: 18px;
            height: 18px;
            vertical-align: top;
            transition: border-color 0.2s, background-color 0.2s;
        }

        /* Checkmark */

        .cl-checkbox > span::after {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 1px;
            width: 10px;
            height: 5px;
            border: solid 2px transparent;
            border-right: none;
            border-top: none;
            transform: translate(3px, 4px) rotate(-45deg);
        }

    /* Checked, Indeterminate */

    .cl-checkbox > input:checked,
    .cl-checkbox > input:indeterminate {
        background-color: #1d4ed8;
    }

        .cl-checkbox > input:checked + span::before,
        .cl-checkbox > input:indeterminate + span::before {
            border-color: #1d4ed8;
            background-color: #1d4ed8;
        }

        .cl-checkbox > input:checked + span::after,
        .cl-checkbox > input:indeterminate + span::after {
            border-color: #fff;
        }

        .cl-checkbox > input:indeterminate + span::after {
            border-left: none;
            transform: translate(4px, 3px);
        }

    /* Hover, Focus */

    .cl-checkbox:hover > input {
        opacity: 0.04;
    }

    .cl-checkbox > input:focus {
        opacity: 0.12;
    }

    .cl-checkbox:hover > input:focus {
        opacity: 0.16;
    }

    /* Active */

    .cl-checkbox > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .cl-checkbox > input:active + span::before {
            border-color: #60a5fa;
        }

    .cl-checkbox > input:checked:active + span::before {
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.6);
    }

    /* Disabled */

    .cl-checkbox > input:disabled {
        opacity: 0;
    }

        .cl-checkbox > input:disabled + span {
            color: rgba(0, 0, 0, 0.38);
            cursor: initial;
        }

            .cl-checkbox > input:disabled + span::before {
                border-color: currentColor;
            }

    .cl-checkbox > input:checked:disabled + span::before,
    .cl-checkbox > input:indeterminate:disabled + span::before {
        border-color: transparent;
        background-color: currentColor;
    }

/* The switch - the box around the slider */

.switch {
    font-size: 13px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

    /* Hide default HTML checkbox */

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 30px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 1.4em;
        width: 1.4em;
        border-radius: 20px;
        left: 0.27em;
        bottom: 0.25em;
        background-color: #adb5bd;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1d4ed8;
    border: 1px solid #1d4ed8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1d4ed8;
}

input:checked + .slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
}

/* tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip button {
        transition: background-color 0.3s, transform 0.2s ease-out;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltiptext {
    visibility: hidden;
    width: 120px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    padding: .3rem;
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.custom-input {
    -moz-appearance: textfield;
}

    .custom-input::-webkit-outer-spin-button,
    .custom-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.tailwind-input {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    background-color: transparent;
    padding: 0.5rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    .tailwind-input:focus {
        padding-right: 1rem;
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
    }

    .tailwind-input:is(.dark *) {
        --tw-ring-color: rgb(255 255 255 / 0.2);
    }

    .tailwind-input:focus:is(.dark *) {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
    }

/* range */

.wrapper {
    width: 100%;
    direction: ltr;
}

    .wrapper .price-input {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

        .wrapper .price-input .field {
            display: flex;
            width: 100%;
            align-items: end;
        }

.price-input input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 18px;
}

    .price-input input::-webkit-outer-spin-button,
    .price-input input::-webkit-inner-spin-button {
        display: none;
    }

.wrapper .slider-bar {
    height: 5px;
    position: relative;
    background-color: #ddd;
    border-radius: 5px;
}

.wrapper .progress {
    position: absolute;
    height: 100%;
    left: 5%;
    right: 65%;
    background-color: #1d4ed8;
    border-radius: 5px;
}

.wrapper .range-input {
    position: relative;
}

    .wrapper .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        pointer-events: none;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        accent-color: #1d4ed8;
    }

        .wrapper .range-input input::-webkit-slider-thumb {
            height: 15px;
            width: 15px;
            background-color: #1d4ed8;
            border-radius: 50%;
            pointer-events: auto;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
        }

.invisible {
    visibility: hidden;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.-left-6 {
    left: -1.5rem;
}

.-left-7 {
    left: -1.75rem;
}

.-left-72 {
    left: -18rem;
}

.-right-2 {
    right: -0.5rem;
}

.-right-64 {
    right: -16rem;
}

.-top-1\.5 {
    top: -0.375rem;
}

.-top-2 {
    top: -0.5rem;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-3 {
    bottom: 0.75rem;
}

.bottom-4 {
    bottom: 1rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.left-0 {
    left: 0px;
}

.left-4 {
    left: 1rem;
}

.right-0 {
    right: 0px;
}

.right-5 {
    right: 1.25rem;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-2 {
    top: 0.5rem;
}

.top-20 {
    top: 5rem;
}

.top-5 {
    top: 1.25rem;
}

.top-8 {
    top: 2rem;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.order-4 {
    order: 4;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.m-5 {
    margin: 1.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-7 {
    margin-right: 1.75rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-3 {
    height: 0.75rem;
}

.h-32 {
    height: 8rem;
}

.h-4 {
    height: 1rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-80 {
    height: 20rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[100px\] {
    height: 100px;
}

.h-\[180px\] {
    height: 180px;
}

.h-\[70px\] {
    height: 70px;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-3 {
    width: 0.75rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-52 {
    width: 13rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-72 {
    width: 18rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[100px\] {
    width: 100px;
}

.w-\[350px\] {
    width: 350px;
}

.w-\[40\%\] {
    width: 40%;
}

.w-\[60\%\] {
    width: 60%;
}

.w-\[75\%\] {
    width: 75%;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.max-w-lg {
    max-width: 32rem;
}

.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@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);
    }
}

.animate-bounce {
    animation: bounce 1s infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
}

.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-dashed {
    border-style: dashed;
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-transparent {
    border-color: transparent;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
}

.border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-t-zinc-600 {
    --tw-border-opacity: 1;
    border-top-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.bg-\[\#f3f4f6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/10 {
    background-color: rgb(29 78 216 / 0.10);
}

.bg-green-500\/20 {
    background-color: rgb(29 78 216 / 0.16);
}

.bg-red-400\/20 {
    background-color: rgb(248 113 113 / 0.2);
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-500\/20 {
    background-color: rgb(239 68 68 / 0.2);
}

.bg-rose-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-sky-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-violet-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
}

.bg-zinc-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-Dana {
    font-family: Dana;
}

.font-DanaDemiBold {
    font-family: Dana DemiBold;
}

.font-DanaMedium {
    font-family: Dana Medium;
}

.font-MorabbaBold {
    font-family: Morabba Bold;
}

.font-MorabbaLight {
    font-family: Morabba Light;
}

.font-MorabbaMedium {
    font-family: Morabba Medium;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.775rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-medium {
    font-weight: 500;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-8 {
    line-height: 2rem;
}

.tracking-tighter {
    letter-spacing: -0.05em;
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-brown-600 {
    --tw-text-opacity: 1;
    color: rgb(150 114 89 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-rose-300 {
    --tw-text-opacity: 1;
    color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-400 {
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.opacity-0 {
    opacity: 0;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-400\/20 {
    --tw-ring-color: rgb(156 163 175 / 0.2);
}

.ring-transparent {
    --tw-ring-color: transparent;
}

.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-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.delay-100 {
    transition-delay: 100ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[animation-delay\:-\.3s\] {
    animation-delay: -.3s;
}

.\[animation-delay\:-\.5s\] {
    animation-delay: -.5s;
}

.after\:border-t-zinc-700::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-top-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.hover\:ml-2:hover {
    margin-left: 0.5rem;
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-amber-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500\/20:hover {
    background-color: rgb(29 78 216 / 0.16);
}

.hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-400\/20:hover {
    background-color: rgb(248 113 113 / 0.2);
}

.hover\:bg-red-500\/20:hover {
    background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/20:hover {
    background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-zinc-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-400:hover {
    --tw-text-opacity: 1;
    color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#EF4343\]:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 67 67 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:visible {
    visibility: visible;
}

.group:hover .group-hover\:top-10 {
    top: 2.5rem;
}

.group:hover .group-hover\:top-12 {
    top: 3rem;
}

.group:hover .group-hover\:mr-5 {
    margin-right: 1.25rem;
}

.group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:pr-2 {
    padding-right: 0.5rem;
}

.group:hover .group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:focus .group-focus\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.group:focus .group-focus\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.child\:relative > * {
    position: relative;
}

.child\:z-30 > * {
    z-index: 30;
}

.child\:col-span-12 > * {
    grid-column: span 12 / span 12;
}

.child\:col-span-3 > * {
    grid-column: span 3 / span 3;
}

.child\:col-span-6 > * {
    grid-column: span 6 / span 6;
}

.child\:mb-8 > * {
    margin-bottom: 2rem;
}

.child\:mt-14 > * {
    margin-top: 3.5rem;
}

.child\:mt-8 > * {
    margin-top: 2rem;
}

.child\:flex > * {
    display: flex;
}

.child\:h-12 > * {
    height: 3rem;
}

.child\:h-16 > * {
    height: 4rem;
}

.child\:h-48 > * {
    height: 12rem;
}

.child\:h-8 > * {
    height: 2rem;
}

.child\:w-64 > * {
    width: 16rem;
}

.child\:w-8 > * {
    width: 2rem;
}

.child\:w-\[90\%\] > * {
    width: 90%;
}

.child\:w-full > * {
    width: 100%;
}

.child\:cursor-pointer > * {
    cursor: pointer;
}

.child\:flex-col > * {
    flex-direction: column;
}

.child\:items-center > * {
    align-items: center;
}

.child\:justify-center > * {
    justify-content: center;
}

.child\:justify-between > * {
    justify-content: space-between;
}

.child\:justify-evenly > * {
    justify-content: space-evenly;
}

.child\:gap-x-1 > * {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.child\:gap-x-2 > * {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.child\:gap-x-4 > * {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.child\:gap-y-2\.5 > * {
    row-gap: 0.625rem;
}

.child\:gap-y-4 > * {
    row-gap: 1rem;
}

.child\:space-y-2 > * > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.child\:overflow-hidden > * {
    overflow: hidden;
}

.child\:rounded > * {
    border-radius: 0.25rem;
}

.child\:rounded-full > * {
    border-radius: 9999px;
}

.child\:rounded-lg > * {
    border-radius: 0.5rem;
}

.child\:border > * {
    border-width: 1px;
}

.child\:border-b-2 > * {
    border-bottom-width: 2px;
}

.child\:border-gray-200 > * {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.child\:border-white\/20 > * {
    border-color: rgb(255 255 255 / 0.2);
}

.child\:bg-gray-100 > * {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: #f5222d;
}

.child\:bg-white > * {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.child\:bg-zinc-100 > * {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.child\:p-1 > * {
    padding: 0.25rem;
}

.child\:p-2 > * {
    padding: 0.5rem;
}

.child\:p-4 > * {
    padding: 1rem;
}

.child\:px-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.child\:px-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.child\:py-1 > * {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.child\:py-2 > * {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.child\:py-3 > * {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.child\:pr-10 > * {
    padding-right: 2.5rem;
}

.child\:pr-12 > * {
    padding-right: 3rem;
}

.child\:text-center > * {
    text-align: center;
}

.child\:font-DanaMedium > * {
    font-family: Dana Medium;
}

.child\:text-lg > * {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.child\:text-sm > * {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.child\:text-gray-400 > * {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.child\:text-gray-600 > * {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.child\:text-white > * {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.child\:shadow > * {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.child\:transition-all > * {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.child\:transition-colors > * {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.child\:duration-300 > * {
    transition-duration: 300ms;
}

.child-hover\:-translate-y-2 > *:hover {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.child-hover\:-translate-y-5 > *:hover {
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.child-hover\:bg-gray-300\/30 > *:hover {
    background-color: rgb(209 213 219 / 0.3);
}

.child-hover\:text-green-500 > *:hover {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.dark\:inline:is(.dark *) {
    display: inline;
}

.dark\:flex:is(.dark *) {
    display: flex;
}

.dark\:hidden:is(.dark *) {
    display: none;
}

.dark\:border-none:is(.dark *) {
    border-style: none;
}

.dark\:border-gray-100\/20:is(.dark *) {
    border-color: rgb(243 244 246 / 0.2);
}

.dark\:border-gray-700:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:border-white\/10:is(.dark *) {
    border-color: rgb(255 255 255 / 0.1);
}

.dark\:border-white\/20:is(.dark *) {
    border-color: rgb(255 255 255 / 0.2);
}

.dark\:bg-green-600:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-500\/20:is(.dark *) {
    background-color: rgb(244 63 94 / 0.2);
}

.dark\:bg-zinc-500:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-500\/30:is(.dark *) {
    background-color: rgb(113 113 122 / 0.3);
}

.dark\:bg-zinc-600:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-700:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-800:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-900:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.dark\:to-zinc-700:is(.dark *) {
    --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.dark\:text-blue-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-brown-300:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(219 193 172 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-200:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-300:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:text-green-500:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:ring-white\/20:is(.dark *) {
    --tw-ring-color: rgb(255 255 255 / 0.2);
}

.after\:dark\:border-t-zinc-500:is(.dark *)::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-top-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.dark\:hover\:bg-green-500:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-green-600:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-rose-500\/20:hover:is(.dark *) {
    background-color: rgb(244 63 94 / 0.2);
}

.dark\:hover\:bg-zinc-600:hover:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.dark\:focus\:ring-\[\#EF4343\]:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 67 67 / var(--tw-ring-opacity, 1));
}

.dark\:focus\:ring-blue-400:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.dark\:focus\:ring-green-600:focus:is(.dark *) {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.child\:dark\:border-white\/20:is(.dark *) > * {
    border-color: rgb(255 255 255 / 0.2);
}

.child\:dark\:bg-zinc-500\/30:is(.dark *) > * {
    background-color: rgb(113 113 122 / 0.3);
}

.child\:dark\:bg-zinc-600:is(.dark *) > * {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.child\:dark\:bg-zinc-700:is(.dark *) > * {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.child\:dark\:bg-zinc-800:is(.dark *) > * {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.dark\:child\:bg-zinc-700 > *:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.child\:dark\:text-gray-200:is(.dark *) > * {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
    .xs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xs\:gap-6 {
        gap: 1.5rem;
    }

    .xs\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
}

@media (min-width: 640px) {
    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-16 {
        height: 4rem;
    }

    .sm\:h-36 {
        height: 9rem;
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:items-end {
        align-items: flex-end;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:gap-7 {
        gap: 1.75rem;
    }

    .sm\:gap-8 {
        gap: 2rem;
    }

    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .child\:sm\:col-span-6 > * {
        grid-column: span 6 / span 6;
    }

    .child\:sm\:w-56 > * {
        width: 14rem;
    }

    .sm\:child\:text-base > * {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 768px) {
    .md\:right-10 {
        right: 2.5rem;
    }

    .md\:top-10 {
        top: 2.5rem;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-72 {
        height: 18rem;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .child\:md\:col-span-4 > * {
        grid-column: span 4 / span 4;
    }

    .md\:child\:col-span-6 > * {
        grid-column: span 6 / span 6;
    }
}

@media (min-width: 1024px) {
    .lg\:sticky {
        position: sticky;
    }

    .lg\:left-0 {
        left: 0px;
    }

    .lg\:right-40 {
        right: 10rem;
    }

    .lg\:top-20 {
        top: 5rem;
    }

    .lg\:order-none {
        order: 0;
    }

    .lg\:m-0 {
        margin: 0px;
    }

    .lg\:m-5 {
        margin: 1.25rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-4 {
        margin-bottom: 1rem;
    }

    .lg\:mr-2 {
        margin-right: 0.5rem;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-32 {
        margin-top: 8rem;
    }

    .lg\:mt-4 {
        margin-top: 1rem;
    }

    .lg\:mt-6 {
        margin-top: 1.5rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline {
        display: inline;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-16 {
        height: 4rem;
    }

    .lg\:h-48 {
        height: 12rem;
    }

    .lg\:h-6 {
        height: 1.5rem;
    }

    .lg\:h-60 {
        height: 15rem;
    }

    .lg\:h-\[200px\] {
        height: 200px;
    }

    .lg\:h-\[35rem\] {
        height: 35rem;
    }

    .lg\:h-\[450px\] {
        height: 450px;
    }

    .lg\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-16 {
        width: 4rem;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-2\/4 {
        width: 50%;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-48 {
        width: 12rem;
    }

    .lg\:w-6 {
        width: 1.5rem;
    }

    .lg\:w-96 {
        width: 24rem;
    }

    .lg\:w-\[200px\] {
        width: 200px;
    }

    .lg\:w-\[30\%\] {
        width: 30%;
    }

    .lg\:w-\[350px\] {
        width: 350px;
    }

    .lg\:w-\[40\%\] {
        width: 40%;
    }

    .lg\:w-\[60\%\] {
        width: 60%;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:gap-4 {
        gap: 1rem;
    }

    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .lg\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .lg\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .lg\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }

    .lg\:p-1\.5 {
        padding: 0.375rem;
    }

    .lg\:p-8 {
        padding: 2rem;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .lg\:pb-4 {
        padding-bottom: 1rem;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3xl {
        font-size: 1.775rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-base {
        font-size: -1rem;
        line-height: 1.5rem;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:leading-8 {
        line-height: 2rem;
    }

    .child\:lg\:h-60 > * {
        height: 15rem;
    }

    .child\:lg\:w-72 > * {
        width: 18rem;
    }

    .lg\:child\:w-56 > * {
        width: 14rem;
    }

    .lg\:child\:w-\[30\%\] > * {
        width: 30%;
    }

    .lg\:child\:gap-x-2 > * {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .child\:lg\:p-1\.5 > * {
        padding: 0.375rem;
    }

    .lg\:child\:p-4 > * {
        padding: 1rem;
    }

    .child\:lg\:text-base > * {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}


.color35b2b2 {
    color: #1d4ed8 !important;
}

.bordercolor35b2b2 {
    border-color: #1d4ed8 !important;
}


@media (min-width: 1280px) {
    .xl\:right-48 {
        right: 12rem;
    }

    .xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .xl\:mr-32 {
        margin-right: 8rem;
    }

    .xl\:h-screen {
        height: 100vh;
    }

    .xl\:w-1\/5 {
        width: 20%;
    }

    .xl\:w-4\/5 {
        width: 80%;
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .xl\:items-center {
        align-items: center;
    }

    .xl\:gap-8 {
        gap: 2rem;
    }

    .xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xl\:child\:col-span-3 > * {
        grid-column: span 3 / span 3;
    }

    .xl\:child\:col-span-6 > * {
        grid-column: span 6 / span 6;
    }
}

/* ============================================
   🎨 kidifun.ir - Final Turquoise Theme Override
   این بخش برای یکپارچه‌سازی ظاهر کل سایت اضافه شده است.
   ============================================ */

:root {
    --kidifun-primary: #1d4ed8;
    --kidifun-primary-dark: #1e3a8a;
    --kidifun-primary-light: #60a5fa;
    --kidifun-accent: #facc15;
    --kidifun-success: #22c55e;
    --kidifun-danger: #ef4444;
    --kidifun-dark: #334155;
    --kidifun-muted: #64748b;
    --kidifun-bg: #f8fafc;
    --kidifun-card: #ffffff;
}

html,
body {
    color: var(--kidifun-dark);
}

body {
    background: radial-gradient(circle at 10% 10%, #ecfeff 0%, transparent 62%), radial-gradient(circle at 90% 90%, #f0fdfa 0%, transparent 62%), linear-gradient(180deg, #ffffff 0%, var(--kidifun-bg) 100%);
    background-color: var(--kidifun-bg);
}

/* Header / Navigation */
header,
.site-header,
nav.bg-white,
.navbar,
.header-nav {
    background-color: #fff !important;
    border-bottom-color: rgba(20, 184, 166, 0.22) !important;
    box-shadow: 0 8px 26px rgba(15, 118, 110, 0.08) !important;
}

.nav-item a::after,
.nav-item.active a::after {
    background-color: var(--kidifun-primary) !important;
}

.nav-item a:hover,
a.hover\:text-green-500:hover,
a.hover\:text-green-600:hover,
a.hover\:text-blue-500:hover {
    color: var(--kidifun-primary-dark) !important;
}

/* Main buttons */
.main-btn,
.btn-add-cart,
.add-to-cart,
button.bg-green-500,
a.bg-green-500,
button.bg-blue-500,
a.bg-blue-500 {
    background: linear-gradient(135deg, var(--kidifun-primary), var(--kidifun-primary-dark)) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.24) !important;
}

    .main-btn:hover,
    .btn-add-cart:hover,
    .add-to-cart:hover,
    button.hover\:bg-green-600:hover,
    a.hover\:bg-green-600:hover,
    button.hover\:bg-blue-600:hover,
    a.hover\:bg-blue-600:hover {
        background: linear-gradient(135deg, var(--kidifun-primary-dark), var(--kidifun-primary)) !important;
        transform: translateY(-1px);
        box-shadow: 0 14px 30px rgba(15, 118, 110, 0.28) !important;
    }

/* Product cards / white cards */
.swiper-slide.group,
.product-card,
.child\:bg-white > *,
.bg-white.shadow,
.bg-white.shadow-md {
    background-color: var(--kidifun-card) !important;
    border: 1px solid rgba(20, 184, 166, 0.10);
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.08) !important;
}

    .swiper-slide.group:hover,
    .product-card:hover,
    .bg-white.shadow:hover,
    .bg-white.shadow-md:hover {
        box-shadow: 0 16px 34px rgba(20, 184, 166, 0.18) !important;
    }

    /* Product image behavior */
    .swiper-slide.group img,
    .product-card img {
        transition: transform 0.3s ease;
    }

    .swiper-slide.group:hover img,
    .product-card:hover img {
        transform: scale(1.04);
    }

/* Titles and important texts */
h1,
h2,
h3,
.section-title,
.font-MorabbaBold,
.font-MorabbaMedium {
    color: var(--kidifun-primary-dark);
}

    .section-title::after,
    h2.section-title::after,
    h3.section-title::after {
        content: "";
        display: block;
        width: 72px;
        height: 4px;
        margin: 10px auto 0;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--kidifun-primary), var(--kidifun-accent));
    }

/* Price and discount */
.text-green-500,
.text-green-600,
.product-price {
    color: var(--kidifun-primary-dark) !important;
}

del,
.product-old-price {
    color: #94a3b8 !important;
}

.discount-badge,
.bg-red-100 {
    background: var(--kidifun-danger) !important;
    color: #fff !important;
}

/* Package badge / labels */
.package-badge,
.bg-emerald-500,
.bg-green-500,
.bg-blue-500 {
    background: linear-gradient(135deg, var(--kidifun-primary-light), var(--kidifun-primary)) !important;
    color: #fff !important;
}

.bg-green-500\/10,
.bg-green-500\/20 {
    background-color: rgba(20, 184, 166, 0.12) !important;
}

/* Forms, checkbox, switch, range */
.tailwind-input:focus,
.focus\:ring-green-500:focus,
.focus\:ring-green-600:focus,
.focus\:ring-blue-500:focus {
    --tw-ring-color: rgba(20, 184, 166, 0.92) !important;
}

.cl-checkbox > input:checked,
.cl-checkbox > input:indeterminate,
.cl-checkbox > input:checked + span::before,
.cl-checkbox > input:indeterminate + span::before,
input:checked + .slider,
.wrapper .progress,
.wrapper .range-input input::-webkit-slider-thumb {
    background-color: var(--kidifun-primary) !important;
    border-color: var(--kidifun-primary) !important;
}

.wrapper .range-input input {
    accent-color: var(--kidifun-primary) !important;
}

input:focus + .slider {
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.18) !important;
}

/* Icons */
svg,
.cart-icon,
.search-icon {
    transition: color 0.25s ease, fill 0.25s ease, stroke 0.25s ease;
}

    header svg:hover,
    .cart-icon:hover,
    .search-icon:hover {
        color: var(--kidifun-primary-dark) !important;
        fill: var(--kidifun-primary-dark) !important;
        stroke: var(--kidifun-primary-dark) !important;
    }

/* Category cards */
.container .child a,
.category-card {
    background: linear-gradient(135deg, #ffffff, #ecfeff) !important;
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.13) !important;
}

    .container .child a:hover,
    .category-card:hover {
        box-shadow: 0 14px 32px rgba(20, 184, 166, 0.22) !important;
    }

        .container .child a:hover p,
        .category-card:hover p {
            color: var(--kidifun-primary-dark) !important;
        }

/* Cart / tables */
.cart-table,
table.bg-white {
    background-color: #fff !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(15, 118, 110, 0.09) !important;
}

    .cart-table thead,
    thead.bg-green-500,
    thead.bg-blue-500 {
        background: linear-gradient(90deg, var(--kidifun-primary-dark), var(--kidifun-primary)) !important;
        color: #fff !important;
    }

/* Dark mode tone fix */
.dark .dark\:bg-green-600,
.dark .dark\:hover\:bg-green-600:hover,
.dark .dark\:hover\:bg-green-500:hover {
    background-color: var(--kidifun-primary-dark) !important;
}

.dark .dark\:text-green-500,
.dark .dark\:text-blue-400 {
    color: var(--kidifun-primary-light) !important;
}


/* =====================================================
   kidifun.ir - Final Fix
   جداسازی اسلایدر بنر از تایل‌های محصول
   این فایل باید آخرین CSS صفحه لود شود.
   ===================================================== */

/* 1) خنثی کردن قانون‌های اشتباه قبلی که روی همه swiper-slideها اثر گذاشته بودند */
.swiper-slide.group {
    max-height: none !important;
}

/* 2) اسلایدر اصلی / بنر سایت: آزاد و مناسب تصویر 1296x621 */
.header .swiper,
.header .swiper-wrapper,
.hero-slider,
.hero-slider .swiper,
.home-slider,
.home-slider .swiper,
.main-slider,
.main-slider .swiper,
.banner-slider,
.banner-slider .swiper,
.swiper-banner,
.hero-swiper {
    width: 100% !important;
}

.header .swiper,
.hero-slider,
.home-slider,
.main-slider,
.banner-slider,
.swiper-banner,
.hero-swiper {
    aspect-ratio: 1296 / 621 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 18px !important;
}

    .header .swiper-slide,
    .hero-slider .swiper-slide,
    .home-slider .swiper-slide,
    .main-slider .swiper-slide,
    .banner-slider .swiper-slide,
    .swiper-banner .swiper-slide,
    .hero-swiper .swiper-slide {
        height: 100% !important;
        min-height: 0 !important;
        display: block !important;
        overflow: hidden !important;
    }

        .header .swiper-slide img,
        .hero-slider .swiper-slide img,
        .home-slider .swiper-slide img,
        .main-slider .swiper-slide img,
        .banner-slider .swiper-slide img,
        .swiper-banner .swiper-slide img,
        .hero-swiper .swiper-slide img {
            width: 100% !important;
            height: 100% !important;
            min-height: 0 !important;
            max-height: none !important;
            object-fit: cover !important;
            display: block !important;
        }

/* 3) تایل محصول واقعی؛ فقط خود کارت محصول، نه اسلایدر بنر */
.product-card {
    position: relative !important;
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow: visible !important;
}

    .product-card img {
        width: 100% !important;
        height: 170px !important;
        min-height: 170px !important;
        max-height: 170px !important;
        object-fit: contain !important;
        flex-shrink: 0 !important;
    }

    .product-card a.font-DanaMedium,
    .product-card .line-clamp-2 {
        min-height: 44px !important;
        max-height: 44px !important;
        line-height: 22px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }

    .product-card > div:last-child {
        margin-top: auto !important;
    }

/* 4) اگر کارت محصول شما مستقیم همان swiper-slide.group است، با :has فقط محصول‌ها را هدف می‌گیریم */
@supports selector(.swiper-slide:has(.add_to_cart)) {
    .swiper-slide.group:has(.add_to_cart),
    .swiper-slide.group:has(.add_to_favorite),
    .swiper-slide.group:has(.product-price),
    .swiper-slide.group:has(.text-green-600),
    .swiper-slide.group:has(a.font-DanaMedium),
    .swiper-slide.group:has(.discount-badge),
    .swiper-slide.group:has(.wholesale-badge),
    .swiper-slide.group:has(.sale-badge),
    .swiper-slide.group:has(.bulk-badge),
    .swiper-slide.group:has(.package-badge) {
        position: relative !important;
        height: 390px !important;
        min-height: 390px !important;
        max-height: 390px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        overflow: visible !important;
    }

        .swiper-slide.group:has(.add_to_cart) img,
        .swiper-slide.group:has(.add_to_favorite) img,
        .swiper-slide.group:has(.product-price) img,
        .swiper-slide.group:has(.text-green-600) img,
        .swiper-slide.group:has(a.font-DanaMedium) img,
        .swiper-slide.group:has(.discount-badge) img,
        .swiper-slide.group:has(.wholesale-badge) img,
        .swiper-slide.group:has(.sale-badge) img,
        .swiper-slide.group:has(.bulk-badge) img,
        .swiper-slide.group:has(.package-badge) img {
            width: 100% !important;
            height: 170px !important;
            min-height: 170px !important;
            max-height: 170px !important;
            object-fit: contain !important;
            flex-shrink: 0 !important;
        }

        .swiper-slide.group:has(.add_to_cart) a.font-DanaMedium,
        .swiper-slide.group:has(.add_to_favorite) a.font-DanaMedium,
        .swiper-slide.group:has(.product-price) a.font-DanaMedium,
        .swiper-slide.group:has(.text-green-600) a.font-DanaMedium,
        .swiper-slide.group:has(a.font-DanaMedium) a.font-DanaMedium,
        .swiper-slide.group:has(.discount-badge) a.font-DanaMedium,
        .swiper-slide.group:has(.wholesale-badge) a.font-DanaMedium,
        .swiper-slide.group:has(.sale-badge) a.font-DanaMedium,
        .swiper-slide.group:has(.bulk-badge) a.font-DanaMedium,
        .swiper-slide.group:has(.package-badge) a.font-DanaMedium,
        .swiper-slide.group:has(.add_to_cart) .line-clamp-2,
        .swiper-slide.group:has(.add_to_favorite) .line-clamp-2,
        .swiper-slide.group:has(.product-price) .line-clamp-2,
        .swiper-slide.group:has(.text-green-600) .line-clamp-2,
        .swiper-slide.group:has(a.font-DanaMedium) .line-clamp-2,
        .swiper-slide.group:has(.discount-badge) .line-clamp-2,
        .swiper-slide.group:has(.wholesale-badge) .line-clamp-2,
        .swiper-slide.group:has(.sale-badge) .line-clamp-2,
        .swiper-slide.group:has(.bulk-badge) .line-clamp-2,
        .swiper-slide.group:has(.package-badge) .line-clamp-2 {
            min-height: 44px !important;
            max-height: 44px !important;
            line-height: 22px !important;
            overflow: hidden !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
        }
}

/* 5) نمایش همه تگ‌های روی کارت، مثل تخفیف و فروش عمده */
.discount-badge,
.wholesale-badge,
.sale-badge,
.bulk-badge,
.package-badge {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    z-index: 9999 !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
}

.discount-badge {
    top: 10px !important;
    right: 10px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    background: #22c55e !important;
    color: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
}

.wholesale-badge,
.sale-badge,
.bulk-badge,
.package-badge {
    top: 10px !important;
    left: 10px !important;
    min-height: 26px !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #60a5fa, #1d4ed8) !important;
    color: #fff !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

/* 6) موبایل */
@media (max-width: 768px) {
    .product-card {
        height: 360px !important;
        min-height: 360px !important;
        max-height: 360px !important;
        overflow: visible !important;
    }

        .product-card img {
            height: 145px !important;
            min-height: 145px !important;
            max-height: 145px !important;
        }

    @supports selector(.swiper-slide:has(.add_to_cart)) {
        .swiper-slide.group:has(.add_to_cart),
        .swiper-slide.group:has(.add_to_favorite),
        .swiper-slide.group:has(.product-price),
        .swiper-slide.group:has(.text-green-600),
        .swiper-slide.group:has(a.font-DanaMedium),
        .swiper-slide.group:has(.discount-badge),
        .swiper-slide.group:has(.wholesale-badge),
        .swiper-slide.group:has(.sale-badge),
        .swiper-slide.group:has(.bulk-badge),
        .swiper-slide.group:has(.package-badge) {
            height: 360px !important;
            min-height: 360px !important;
            max-height: 360px !important;
            overflow: visible !important;
        }

            .swiper-slide.group:has(.add_to_cart) img,
            .swiper-slide.group:has(.add_to_favorite) img,
            .swiper-slide.group:has(.product-price) img,
            .swiper-slide.group:has(.text-green-600) img,
            .swiper-slide.group:has(a.font-DanaMedium) img,
            .swiper-slide.group:has(.discount-badge) img,
            .swiper-slide.group:has(.wholesale-badge) img,
            .swiper-slide.group:has(.sale-badge) img,
            .swiper-slide.group:has(.bulk-badge) img,
            .swiper-slide.group:has(.package-badge) img {
                height: 145px !important;
                min-height: 145px !important;
                max-height: 145px !important;
            }
    }

    .discount-badge {
        top: 8px !important;
        right: 8px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 0.68rem !important;
    }

    .wholesale-badge,
    .sale-badge,
    .bulk-badge,
    .package-badge {
        top: 8px !important;
        left: 8px !important;
        min-height: 24px !important;
        padding: 3px 8px !important;
        font-size: 0.62rem !important;
    }
}
/* =========================================================
   Kidifun Lajvardi Final - SAFE COLOR ONLY
   این بخش فقط رنگ برند را لاجوردی می‌کند.
   هیچ استایل مربوط به کارت کالا، عکس کالا، تخفیف، بج، swiper یا اسلایدر تغییر داده نشده.
   ========================================================= */

:root {
    --kidifun-primary: #1d4ed8;
    --kidifun-primary-dark: #1e3a8a;
    --kidifun-primary-light: #60a5fa;
}

/* عنوان/لوگو/نام سایت */
.site-title,
.logo-title,
.brand-title,
.brand-name,
.logo-name,
.navbar-brand,
.header-title,
.header-logo,
.site-logo,
.logo,
header h1,
header h2,
header h3,
header .font-MorabbaBold,
header .font-MorabbaMedium,
header .font-DanaDemiBold,
nav .font-MorabbaBold,
nav .font-MorabbaMedium,
nav .font-DanaDemiBold,
.text-brown-600 {
    color: var(--kidifun-primary-dark) !important;
}

    .site-logo svg,
    .header-logo svg,
    .logo svg {
        color: var(--kidifun-primary-dark) !important;
        fill: var(--kidifun-primary-dark) !important;
    }

/* رنگ‌های اصلی */
.main-btn,
.bg-blue-500,
.bg-green-500,
.bg-emerald-500 {
    background-color: var(--kidifun-primary) !important;
}

    .main-btn:hover,
    .hover\:bg-blue-600:hover,
    .hover\:bg-green-600:hover {
        background-color: var(--kidifun-primary-dark) !important;
    }

.text-blue-500,
.text-green-500,
.text-green-600,
.hover\:text-blue-500:hover,
.hover\:text-green-500:hover,
.hover\:text-green-600:hover {
    color: var(--kidifun-primary) !important;
}

.text-blue-400,
.hover\:text-green-400:hover {
    color: var(--kidifun-primary-light) !important;
}

.border-blue-500,
.border-green-500 {
    border-color: var(--kidifun-primary) !important;
}

.focus\:ring-blue-500:focus,
.focus\:ring-green-500:focus,
.focus\:ring-green-600:focus,
.tailwind-input:focus {
    --tw-ring-color: var(--kidifun-primary) !important;
}

.nav-item a::after,
.nav-item.active a::after {
    background-color: var(--kidifun-primary) !important;
}

input:checked + .slider,
.wrapper .progress,
.wrapper .range-input input::-webkit-slider-thumb {
    background-color: var(--kidifun-primary) !important;
    border-color: var(--kidifun-primary) !important;
}

.wrapper .range-input input {
    accent-color: var(--kidifun-primary) !important;
}

/* توجه:
   برای اینکه دوباره تخفیف/عکس/اسلایدر خراب نشوند،
   در این نسخه هیچ قانون product-card، swiper-slide، img، discount-badge یا badge اضافه نشده است.
*/

/* =========================================================
   Kidifun Swiper Slide Width Safe Fix
   فقط اصلاح خالی شدن اسلاید، بدون دستکاری عرض تایل‌ها:
   - width روی .swiper-slide تنظیم نمی‌شود.
   - height روی .swiper-slide تنظیم نمی‌شود.
   - padding خود .swiper تغییر نمی‌کند.
   - کارت کالا، عکس، تخفیف، بج‌ها و هدر دست‌نخورده می‌مانند.
   ========================================================= */

/* فقط ساختار ضروری Swiper */
.swiper-wrapper {
    display: flex !important;
    position: relative !important;
    z-index: 1 !important;
    transition-property: transform !important;
    box-sizing: content-box !important;
}

/* مهم: اینجا width:100% نداریم تا عرض تایل‌ها خراب نشود */
.swiper-slide {
    flex-shrink: 0 !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition-property: transform !important;
}

/* اسلایدهای کناری هم مخفی نشوند */
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
    visibility: visible !important;
    opacity: 1 !important;
}

/* حالت vertical فقط جهت wrapper را تنظیم می‌کند */
.swiper-vertical > .swiper-wrapper {
    flex-direction: column !important;
}

/* حالت fade، اگر در سایت استفاده شده باشد */
.swiper-fade .swiper-slide {
    pointer-events: none !important;
    transition-property: opacity !important;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto !important;
}

/* =========================================================
   Kidifun Background Final Soft Fix
   فقط اصلاح رنگ بک‌گراند:
   - اسلایدر، تایل، عکس کالا، تخفیف، هدر و عرض کارت‌ها دست‌نخورده هستند.
   - پس‌زمینه سبز/یخی قبلی به سفید-لاجوردی خیلی ملایم تبدیل شد.
   ========================================================= */

html,
body {
    background-color: #f8fafc !important;
}

/* بک‌گراند کلی صفحات */
body {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #eef4ff 100%) !important;
}

/* سکشن‌هایی که بک‌گراند خیلی یخی/سبز گرفته‌اند */
section,
main,
.bg-\[\#f3f4f6\],
.bg-gray-50,
.bg-gray-100 {
    background-color: transparent;
}

/* اگر سکشن دسته‌بندی‌ها یا بخش‌های مشابه بک‌گراند جدا دارند */
.categories-section,
.category-section,
.popular-categories,
.best-categories,
.home-section,
.products-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

/* کارت‌ها سفید و تمیز بمانند */
.product-card,
.kidifun-equal-tile,
.category-card,
.swiper-slide > div {
    background-color: #ffffff;
}

/* برای عمق خیلی ملایم لاجوردی بدون سبز شدن صفحه */
.soft-blue-bg,
.lajvardi-soft-bg {
    background: radial-gradient(circle at 50% 0%, rgba(29, 78, 216, 0.08) 0%, transparent 42%), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

/* =========================================================
   Kidifun Footer Final Polish
   فقط اصلاح فوتر:
   - به اسلایدر، تایل کالا، عکس، تخفیف، بج‌ها و هدر دست نمی‌زند.
   - فوتر خواناتر، لاجوردی‌تر و مرتب‌تر می‌شود.
   ========================================================= */

footer,
.footer,
.site-footer {
    background: radial-gradient(circle at 85% 0%, rgba(37, 99, 235, 0.18) 0%, transparent 34%), linear-gradient(180deg, #172033 0%, #111827 100%) !important;
    color: #e5e7eb !important;
}

    /* تیترهای فوتر */
    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6,
    footer .font-MorabbaBold,
    footer .font-MorabbaMedium,
    footer .font-DanaDemiBold,
    footer .text-blue-500,
    footer .text-green-500,
    footer .text-brown-600,
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6,
    .site-footer h1,
    .site-footer h2,
    .site-footer h3,
    .site-footer h4,
    .site-footer h5,
    .site-footer h6 {
        color: #93c5fd !important;
    }

    /* متن فوتر */
    footer p,
    footer span,
    footer li,
    footer div,
    .footer p,
    .footer span,
    .footer li,
    .footer div,
    .site-footer p,
    .site-footer span,
    .site-footer li,
    .site-footer div {
        color: #e5e7eb;
    }

    /* لینک‌های فوتر */
    footer a,
    .footer a,
    .site-footer a {
        color: #f8fafc !important;
        transition: color 0.2s ease, transform 0.2s ease;
    }

        footer a:hover,
        .footer a:hover,
        .site-footer a:hover {
            color: #93c5fd !important;
        }

    /* خط جداکننده */
    footer hr,
    .footer hr,
    .site-footer hr {
        border-color: rgba(148, 163, 184, 0.24) !important;
    }

    /* فرم عضویت خبرنامه */
    footer input,
    .footer input,
    .site-footer input {
        background-color: rgba(255, 255, 255, 0.10) !important;
        color: #ffffff !important;
        border: 1px solid rgba(147, 197, 253, 0.22) !important;
        box-shadow: none !important;
    }

        footer input::placeholder,
        .footer input::placeholder,
        .site-footer input::placeholder {
            color: #cbd5e1 !important;
        }

        footer input:focus,
        .footer input:focus,
        .site-footer input:focus {
            border-color: #60a5fa !important;
            --tw-ring-color: rgba(96, 165, 250, 0.45) !important;
        }

    /* دکمه ثبت خبرنامه */
    footer button,
    footer .main-btn,
    .footer button,
    .footer .main-btn,
    .site-footer button,
    .site-footer .main-btn {
        background-color: #2563eb !important;
        color: #ffffff !important;
        border-radius: 0.55rem !important;
    }

        footer button:hover,
        footer .main-btn:hover,
        .footer button:hover,
        .footer .main-btn:hover,
        .site-footer button:hover,
        .site-footer .main-btn:hover {
            background-color: #1d4ed8 !important;
        }

    /* نماد اعتماد و آیکن‌ها خیلی توی چشم نزند */
    footer img,
    .footer img,
    .site-footer img {
        filter: none;
    }

    footer .enamad,
    footer [class*="enamad"],
    .footer .enamad,
    .footer [class*="enamad"],
    .site-footer .enamad,
    .site-footer [class*="enamad"] {
        opacity: 0.9;
    }

    /* دکمه بازگشت به بالا */
    footer .border,
    .footer .border,
    .site-footer .border {
        border-color: rgba(226, 232, 240, 0.55) !important;
    }

    /* نوار کپی‌رایت پایین */
    footer .bg-zinc-900,
    .footer .bg-zinc-900,
    .site-footer .bg-zinc-900 {
        background-color: rgba(2, 6, 23, 0.38) !important;
    }

    footer .copyright,
    .footer .copyright,
    .site-footer .copyright {
        color: #cbd5e1 !important;
    }

/* موبایل: فوتر فشرده‌تر و مرتب‌تر */
@media (max-width: 768px) {
    footer,
    .footer,
    .site-footer {
        text-align: center;
    }

        footer input,
        .footer input,
        .site-footer input {
            width: 100% !important;
        }
}


/* 202607112230*/

.product-card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    }

    /* زوم شدن عکس داخل کارت */
    .product-card img {
        transition: transform 0.35s ease;
    }

    .product-card:hover img {
        transform: scale(1.05);
    }

.open-shopping-cart__btn {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

    .open-shopping-cart__btn:hover {
        background-color: rgba(239, 64, 86, 0.08);
    }

    /* عدد روی سبد */
    .open-shopping-cart__btn span {
        position: absolute;
        top: -2px;
        right: -2px;
        min-width: 18px;
        height: 18px;
        padding: 0 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-size: 10px;
        line-height: 1;
    }

/* دسته‌بندی‌های صفحه اصلی */
section.container a[href^="/products/category/"] img {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    display: block;
}

@media (min-width: 1024px) {
    section.container a[href^="/products/category/"] img {
        width: 170px !important;
        height: 170px !important;
    }
}

section.container a[href^="/products/category/"] p {
    font-size: 12px !important;
    line-height: 1.6;
    margin-top: 8px;
}

@media (min-width: 1024px) {
    section.container a[href^="/products/category/"] p {
        font-size: 14px !important;
    }
}

/* فقط بخش پیشنهادهای شگفت‌انگیز */
section.container .offerSlider {
    background: transparent !important;
}

section.container:has(.offerSlider) > div {
    background: linear-gradient(135deg, #ef394e, #d9233f) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 8px 24px rgba(239, 57, 78, 0.22) !important;
}

    section.container:has(.offerSlider) > div > div:first-child p,
    section.container:has(.offerSlider) > div > div:first-child h2 {
        color: #fff !important;
    }

section.container:has(.offerSlider) a[href="/products?special"] {
    background: #fff !important;
    color: #ef394e !important;
}

    section.container:has(.offerSlider) a[href="/products?special"]:hover {
        background: #f5f5f5 !important;
    }

section.container:has(.offerSlider) .swiper-wrapper > * {
    background: #fff !important;
    border-radius: 12px !important;
}



#kt_formaccount .bg-gray-100 {
    background-color: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

    #kt_formaccount .bg-gray-100:focus-within {
        background-color: #fff !important;
        border-color: #1d4ed8 !important;
        box-shadow: 0 0 0 3px rgba(29, 78, 216, .1);
    }


#kt_formaccount .mt-4 {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#kt_formaccount .bg-gray-100,
#kt_formaccount_regsiter .bg-gray-100 {
    background-color: #f3f4f6 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

    #kt_formaccount .bg-gray-100:focus-within,
    #kt_formaccount_regsiter .bg-gray-100:focus-within {
        background-color: #fff !important;
        border-color: #1d4ed8 !important;
        box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.1);
    }

#kt_formaccount input:not([type="hidden"]),
#kt_formaccount_regsiter input:not([type="hidden"]) {
    background: transparent !important;
    color: #27272a !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#kt_formaccount input::placeholder,
#kt_formaccount_regsiter input::placeholder {
    color: #9ca3af !important;
    opacity: 1;
}

#kt_formaccount svg,
#kt_formaccount_regsiter svg {
    flex-shrink: 0;
}


.saveNewsRequest {
    min-width: 74px;
    height: 40px;
    flex-shrink: 0;
    color: #fff;
    transition: background-color 0.2s ease;
}

    .saveNewsRequest:hover {
        background-color: #1e3a8a !important;
    }

    .saveNewsRequest:active {
        background-color: #172554 !important;
    }

    .saveNewsRequest + * {
        margin: 0;
    }

#email {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 12px !important;
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

    #email::placeholder {
        color: rgba(255, 255, 255, 0.72) !important;
    }

    #email:focus {
        box-shadow: none !important;
    }

.bg-zinc-600.p-1.rounded-lg {
    gap: 8px;
    padding: 6px !important;
    background-color: rgba(255, 255, 255, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
}


/* =========================
   FOOTER
========================= */

footer {
    background: linear-gradient( 180deg, rgba(30, 64, 175, 0.08), transparent 35% ), #27272a !important;
    color: #d4d4d8;
    overflow: hidden;
}

    /* فاصله کلی داخلی */
    footer > .container {
        padding-top: 1rem;
    }

    /* بخش خبرنامه و برگشت به بالا */
    footer .border-b {
        border-color: rgba(255, 255, 255, 0.08) !important;
    }

    /* عنوان‌ها */
    footer h2 {
        color: #ffffff;
        line-height: 1.8;
    }

    /* نام فروشگاه */
    footer .font-MorabbaBold {
        color: #60a5fa;
        line-height: 1.5;
    }

    /* متن درباره فروشگاه */
    footer p {
        color: #d4d4d8;
    }

    footer .leading-8 {
        color: #a1a1aa;
        text-align: justify;
        line-height: 2rem;
    }

    /* لینک‌های فوتر */
    footer a {
        transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }

    footer li a {
        display: inline-block;
        position: relative;
        padding: 3px 0;
        color: #d4d4d8;
    }

        footer li a:hover {
            color: #60a5fa !important;
        }

        /* خط کوچک زیر لینک‌ها */
        footer li a::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #60a5fa;
            transition: width 0.25s ease;
        }

        footer li a:hover::after {
            width: 100%;
        }

    /* برگشت به بالا */
    footer a[href="#"] {
        background-color: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.16) !important;
        color: #e4e4e7;
    }

        footer a[href="#"]:hover {
            background-color: rgba(96, 165, 250, 0.12);
            border-color: #60a5fa !important;
            color: #ffffff;
        }

    /* بخش تماس */
    footer svg {
        flex-shrink: 0;
    }

    footer .cursor-pointer:hover {
        color: #60a5fa !important;
    }

    /* جلوگیری از شکستن ایمیل و شماره‌ها */
    footer span p {
        direction: ltr;
        text-align: left;
    }

    /* شبکه‌های اجتماعی */
    footer img[alt="instagram"],
    footer img[src*="telegram"],
    footer img[src*="whatsapp"],
    footer img[src*="bale"],
    footer img[src*="eitaa"] {
        width: 38px !important;
        height: 38px !important;
        padding: 8px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.07);
        object-fit: contain;
        transition: transform 0.2s ease, background-color 0.2s ease;
    }

        footer img[alt="instagram"]:hover,
        footer img[src*="telegram"]:hover,
        footer img[src*="whatsapp"]:hover,
        footer img[src*="bale"]:hover,
        footer img[src*="eitaa"]:hover {
            transform: translateY(-3px);
            background-color: rgba(96, 165, 250, 0.16);
        }

    /* نماد اعتماد */
    footer .namad-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 82px;
        min-height: 82px;
        padding: 6px;
        border-radius: 10px;
        background-color: #ffffff;
    }

        footer .namad-footer img {
            max-width: 70px !important;
            max-height: 70px !important;
            object-fit: contain;
        }

    /* کپی‌رایت */
    footer .bg-zinc-900 {
        background-color: #18181b !important;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

        footer .bg-zinc-900 p {
            color: #a1a1aa;
        }

        footer .bg-zinc-900 a {
            color: #60a5fa !important;
        }

    /* خبرنامه */
    footer #email {
        flex: 1;
        min-width: 0;
        height: 40px;
        padding: 0 12px !important;
        color: #ffffff !important;
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

        footer #email::placeholder {
            color: rgba(255, 255, 255, 0.6) !important;
        }

    footer .saveNewsRequest {
        min-width: 76px;
        height: 40px;
        color: #ffffff;
        background-color: #2563eb !important;
        border-radius: 8px;
    }

        footer .saveNewsRequest:hover {
            background-color: #1d4ed8 !important;
        }

    /* قاب خبرنامه */
    footer #email + .saveNewsRequest {
        margin-right: 8px;
    }

/* ریسپانسیو */
@media (max-width: 1023px) {
    footer {
        text-align: right;
    }

        footer .container {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        footer .namad-footer {
            min-width: 72px;
            min-height: 72px;
        }

        footer img[alt="instagram"],
        footer img[src*="telegram"],
        footer img[src*="whatsapp"],
        footer img[src*="bale"],
        footer img[src*="eitaa"] {
            width: 36px !important;
            height: 36px !important;
        }
}

@media (max-width: 639px) {
    footer .leading-8 {
        text-align: right;
    }

    footer .bg-zinc-900 .container {
        text-align: center;
    }

    footer .flex.items-start.justify-start.gap-x-10 {
        gap: 12px;
        flex-wrap: wrap;
    }
}



/* ==================================
   COUPON INPUT
================================== */

/* بخش وارد کردن کد تخفیف */
#paymentDetailDiv input:not([type="hidden"]) {
    width: 100% !important;
    height: 44px !important;
    padding: 0 12px !important;

    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 9px !important;

    color: #27272a !important;
    font-family: Dana, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;

    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

#paymentDetailDiv input:not([type="hidden"]):focus {
    background-color: #fff !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}

#paymentDetailDiv input:not([type="hidden"])::placeholder {
    color: #9ca3af !important;
    opacity: 1;
}

/* دکمه اعمال کد تخفیف */
#paymentDetailDiv input:not([type="hidden"]) ~ button,
#paymentDetailDiv input:not([type="hidden"]) ~ a {
    min-width: 76px !important;
    height: 44px !important;
    padding: 0 16px !important;
    border-radius: 9px !important;

    font-family: "Dana Medium", Dana, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* والد ورودی و دکمه */
#paymentDetailDiv div:has(> input:not([type="hidden"])) {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* ==================================
   PRODUCT PRICE
================================== */

/* قیمت کالا؛ ضخامت کمتر */
div[class*="rowBagItem-"] span.text-green-500 p:first-child {
    font-family: "Dana Medium", Dana, sans-serif !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

/* واحد ریال */
div[class*="rowBagItem-"] span.text-green-500 p:last-child {
    font-family: Dana, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

/* مبالغ خلاصه سفارش */
#paymentDetailDiv .font-DanaDemiBold {
    font-family: "Dana Medium", Dana, sans-serif !important;
    font-weight: 500 !important;
}

/* فقط مبلغ نهایی کمی مشخص‌تر باشد */
#paymentDetailDiv .border-dashed ~ div .font-DanaDemiBold,
#paymentDetailDiv .border-dashed ~ .font-DanaDemiBold {
    font-weight: 500 !important;
}

/* دارک مود */
.dark #paymentDetailDiv input:not([type="hidden"]) {
    background-color: #3f3f46 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

/* باکس کم و زیاد کردن تعداد */
div[class*="rowBagItem-"] button {
    width: 105px !important;
    min-width: 105px !important;
    height: 36px !important;
    min-height: 36px !important;
    margin-top: 8px !important;
    padding: 0 8px !important;
    border-radius: 8px !important;
}

/* آیکن مثبت و منفی */
div[class*="rowBagItem-"] .incrementCart,
div[class*="rowBagItem-"] .decrementCart {
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    flex-shrink: 0;
}

/* عدد تعداد */
div[class*="rowBagItem-"] .custom-input {
    width: 28px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
    background: transparent !important;
}

@media (max-width: 639px) {
    div[class*="rowBagItem-"] button {
        width: 96px !important;
        min-width: 96px !important;
        height: 34px !important;
    }

    div[class*="rowBagItem-"] .incrementCart,
    div[class*="rowBagItem-"] .decrementCart {
        width: 15px !important;
        height: 15px !important;
    }
}