@font-face {
  font-family: custom-font;
  src: url(../font/yekan/Yekan.woff) format(woff),
    url(../font/yekan/Yekan.woff2) format(woff2),
    url(../font/yekan/Yekan.ttf) format(ttf);
}
@font-face {
  font-family: "custom-font2";
  src: url(../font/vazir/Vazir-Bold.woff) format(woff),
    url(../font/vazir/Vazir-Bold.woff2) format(woff2);
}
@font-face {
  font-family: "custom-font3";
  src: url(../font/sans/Sans-Medium.ttf) format(ttf),
    url(../font/sans/Sans-Regular.ttf) format(ttf);
}
* {
  box-sizing: border-box;
  font-family: custom-font2;
  font-feature-settings: "lnum";
}
:root {
  --property-color: #191919;
}
body {
  background-color: var(--property-color);
  margin: 0;
  padding: 0;
  font-family: custom-font;
  direction: rtl;
}
.hidden {
  display: none;
}
@font-face {
  font-family: custom-font;
  src: url(../font/yekan/Yekan.woff) format(woff),
    url(../font/yekan/Yekan.woff2) format(woff2),
    url(../font/yekan/Yekan.ttf) format(ttf);
}
@font-face {
  font-family: "custom-font2";
  src: url(../font/vazir/Vazir-Bold.woff) format(woff),
    url(../font/vazir/Vazir-Bold.woff2) format(woff2);
}
@font-face {
  font-family: "custom-font3";
  src: url(../font/sans/Sans-Medium.ttf) format(ttf),
    url(../font/sans/Sans-Regular.ttf) format(ttf);
}
* {
  box-sizing: border-box;
  font-family: custom-font2;
  font-feature-settings: "lnum";
}
:root {
  --property-color: #191919;
}
body {
  background-color: var(--property-color);
  margin: 0;
  padding: 0;
  font-family: custom-font;
  direction: rtl;
}
.hidden {
  display: none;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.image-header img {
  width: 100%;
  height: 50px;
}
.nav {
  display: flex;
  justify-content: start;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.nav-right-child {
  width: 80%;
  display: flex;
  justify-content: start;
}

.menu {
  width: 50%;
  margin-top: 20px;
}
.menu ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
a {
  color: #ffffff;
  text-decoration: none;
}
li {
  list-style-type: none;
}
.menu > ul > li > a:hover {
  color: red;
}
.img-logo {
  width: 20%;
  margin: 20px;
}
.img-logo img {
  width: 160px;
}
.nav-left-child {
  width: 20%;
}
.btns {
  display: flex;
  justify-content: space-around;
}
/* .btns button {
  background-color: #191919;
  color: #ffffff;
  border: #191919;
  font-size: 15px;
  margin-top: 10px;
} */
.b-slash {
  font-size: 22px;
  margin: 0px 5px;
}
.basket-wraper {
  padding-top: 10px;
}

.basket-wraper:hover {
  background-color: rgb(185 28 28 / 10%);
  color: rgb(185 28 28);
  cursor: pointer;
}
.hero-nav img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  height: auto;
  padding: 30px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.flex-display {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
}
.flex-display button {
  background-color: var(--property-color);
  color: #ffffff;
  border: 1px;
  padding: 0px 10px;
  border-radius: 10px;
  height: 50px;
  margin-top: 5px;
}
.flex-display button:hover {
  background-color: rgb(220 38 38 / 0.1);
  color: rgb(220 38 38 / var(--tw-text-opacity));
  color: red;
  cursor: pointer;
}

.gird-display {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.gird-display article {
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 150ms;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.all-item {
  color: #ffffff;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 10%);
  animation: fadeInUp 0.9s ease forwards;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.all-item:hover {
  cursor: pointer;
  border-color: rgba(255, 0, 0, 0.616);
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 1px 30px rgba(255, 0, 0, 0.418);
}
.product-header {
  height: 240px;
  width: 100%;
  overflow: hidden;
  padding: 1rem;
}
.product-header img {
  width: 100%;
  height: auto;
}
.product-title {
  font-size: 13px;
}
.desc {
  font-size: 12px;
  color: #888;
  width: 100%;
  height: 53px;
  overflow: hidden;
}
.add-to-cart {
  height: 37px;
  margin-top: 10px;
  color: #ffffff;
  background-color: rgb(220 38 38);
  border: 1px solid rgb(220 38 38);
  border-radius: 3px;
  padding: 0px 10px;
  transition: transform 0.3s ease;
}
.add-to-cart:hover {
  filter: brightness(80%);
  cursor: pointer;
  transform: translateY(-5px) scale(1.05);
}
.product-footer {
  display: flex;
  justify-content: space-between;
}

*,
::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.14 | 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.
*/

.hidden {
  display: none;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  min-height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  font-family: Sans-Regular;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.client-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.client-header > * {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.website-logo {
  width: 7rem;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
  transition-duration: 150ms;
}

.left-items > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.br {
  height: 1.5rem;
  width: 1px;
  background-color: rgb(255 255 255 / 0.1);
}

.basket-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-basket {
  position: relative;
  z-index: 10;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition-duration: 150ms;
  margin-top: 10px;
}
.open-basket:hover {
  background-color: rgb(185 28 28 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 10;
  display: flex;
  width: 21px;
  height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-duration: 150ms;
  margin-top: 10px;
}

.basket-screen.hidden + .basket {
  visibility: hidden;
  opacity: 0;
}

.wrapper {
  width: 100%;
}
.product-count-card {
  text-align: center;
  padding: 14px 0px;
  color: #aaa;
  font-size: small;
}
.increase {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  --tw-ring-color: rgb(34 197 94 / 0.4);
}
.decrease {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  --tw-ring-color: rgb(234 179 8 / 0.4);
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.wrapper > * {
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 150ms;
}

.basket-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 100%;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.basket {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  width: 480px;
}

.basket > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: rgb(255 255 255 / 0.05);
}

.basket {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  padding: 1rem;
}

.basket-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.close-basket {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(220 38 38 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  --tw-ring-color: rgb(185 28 28 / 0.4);
  transition-duration: 150ms;
}

.close-basket:hover {
  background-color: rgb(220 38 38 / 0.15);
}

.close-basket: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(4px + 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);
}

.products-count {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.basket-main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.basket-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  p {
    font-family: Sans-DemiBold;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(228 228 231 / var(--tw-text-opacity));
  }
}

.complete-button {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 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-color: rgb(6 95 70 / 0.7);
  transition-duration: 150ms;
}

.complete-button:focus-within {
  --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(4px + 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);
}

.complete-button:hover {
  --tw-bg-opacity: 0.9;
}

.empty-basket {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(185 28 28 / 0.4);
  background-color: rgb(220 38 38 / 0.1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.clear-button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 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-color: rgb(153 27 27 / 0.7);
  transition-duration: 150ms;
}

.clear-button:focus-within {
  --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(4px + 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);
}

.clear-button:hover {
  --tw-bg-opacity: 0.9;
}

.basket-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.basket-buttons > * {
  height: 32px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.basket-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-duration: 150ms;
}

.basket-item:hover {
  background-color: rgb(63 63 70 / 0.2);
}

.basket-item {
  img {
    width: 4rem;
  }
  .basket-item_details > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .basket-item_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .basket-item_title {
    width: 100%;
  }
  .basket-item_title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .basket-item_price {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .basket-item_price {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
  }
}

.flex-center {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.remove-button {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-ring-color: rgb(239 68 68 / 0.4);
  transition-duration: 150ms;
}

.remove-button:focus-within {
  --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);
}

.remove-button:hover {
  --tw-bg-opacity: 0.9;
}

.buttons {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.buttons > * {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  transition-duration: 150ms;
}
.price {
  align-content: end;
}
.menu-product {
  display: flex;
  justify-content: start;
  margin-top: 20px;
  font-size: 14px;
  margin-right: 30px;
}
.list-product {
  margin-left: 100px;
  transition: transform 0.3s ease-in-out;
  letter-spacing: 1px;
  list-style-type: circle;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.list-product:hover {
  color: rgb(255, 0, 0);
  cursor: pointer;
  list-style-type: disc;
  animation: shake 0.3s ease;
}
.product-body {
  margin-top: 15px;
}
.footer {
  width: 100%;
  height: 300px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.footer h3 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #ddd;
}
.footer-right {
  width: 66%;
  color: #bbb;
}
.footer-right p {
  line-height: 2.1;
  text-align: justify;
}
.footer-left {
  direction: rtl;
  width: 26%;
  margin-top: 10px;
}
.footer-left li {
  list-style-type: circle;
  margin-bottom: 20px;
  letter-spacing: 2px;
  transition: color 0.3s ease-in-out;
}
.input-email {
  padding: 5px;
  letter-spacing: 0px;
  background-color: #444;
  margin: 0;
}
.submit-email {
  background-color: rgb(220 38 38);
  border: 1px solid rgb(220 38 38);
  padding: 3px 7px;
  margin: 0;
}
.input-email::placeholder {
  color: #999;
}
.footer-left li:hover {
  cursor: pointer;
  color: red;
  list-style-type: disc;
}
@media screen and (max-width: 1182px) {
  .gird-display {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

}
@media screen and (max-width: 1002px) {
  .menu{
    display: none;
  }
  .footer-left{
    font-size: 14px;
  }

}
@media screen and (max-width: 905px) {
  .footer-right{
    line-height: 1.4;
  }
  .footer-left{
    font-size: 12px;
  }
  .image-header{
    display: none;
  }
  .see-more{
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .gird-display {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media screen and (max-width: 820px) {
  .footer-left{
    font-size: 11px;

  }
  .footer-right{
    font-size: 13px;
  }
  .input-email{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .sign-in{
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .footer-left{
   font-size: 10px;
    
  }
  .menu-product{
font-size: 11px;
  }
  }
@media screen and (max-width: 630px) {
  .gird-display {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .menu-product{
    font-size: 10px;
  }
}

@media screen and (max-width: 588px) {
.menu-product{
  font-size: 8px;
  
}
.flex-display{
  font-size: 12px;
}
}
@media screen and (max-width: 570px) {
.footer{
  display: block;
  
}
.basket-footer p{
  font-size: 10px;
}
.basket{
  width: 300px;
  padding: 6px;
}
.basket-item_title{
  font-size: 8px;
}
.basket-buttons{
  font-size: 10px;
}
.footer-left{
  width: 100%;
font-size: 14px;
line-height: normal;
padding-bottom: 80px;
padding-top: 50px;
padding-right: 20px;
}
.footer-right{
  width: 100%;
  font-size: 14px;
}
.see-more{
  display: none;
}
.menu-product{
  display: block;
  font-size: 12px;
  padding-right: 0px;
  margin-right: 0px;
}
.flex-display{
  font-size: 17px;
  text-align: center;
  display: block;
}
.menu-product li{
  margin-bottom: 30px;
}
.basket-item_title{
  max-width: 50px;
}
}
