/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --radius-4xl: 2rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .left-\[20\%\] {
    left: 20%;
  }
  .z-2 {
    z-index: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[5\%\] {
    height: 5%;
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[40\%\] {
    height: 40%;
  }
  .h-\[70\%\] {
    height: 70%;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[25\%\] {
    min-height: 25%;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-\[5rem_1fr\] {
    grid-template-rows: 5rem 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[100\%\] {
    border-radius: 100%;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-xl {
    border-top-left-radius: var(--radius-xl);
  }
  .rounded-tr-xl {
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-br-xl {
    border-bottom-right-radius: var(--radius-xl);
  }
  .rounded-bl-xl {
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-amber-100 {
    border-color: var(--color-amber-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:w-\[35\%\] {
    @media (width >= 40rem) {
      width: 35%;
    }
  }
  .sm\:w-\[65\%\] {
    @media (width >= 40rem) {
      width: 65%;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:pl-4 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-rows-3 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
}
@font-face {
  font-family: Red-Hat-Text;
  src: url("/assets/fonts/RedHatText-Italic-VariableFont_wght.ttf");
}
@layer utilities {
  .background-rose-100 {
    background-color: hsl(13, 31%, 94%);
  }
  .background-red {
    background-color: hsl(14, 86%, 42%);
  }
  .rose-50 {
    color: hsl(20, 50%, 98%);
  }
  .rose-300 {
    color: hsl(14, 25%, 72%);
  }
  .rose-400 {
    color: hsl(7, 20%, 60%);
  }
  .rose-500 {
    color: hsl(12, 20%, 44%);
  }
  .rose-900 {
    color: hsl(14, 65%, 9%);
  }
  .color-red {
    color: hsl(14, 86%, 42%);
  }
  .color-green {
    color: hsl(159, 69%, 38%);
  }
  .header-text-size {
    font-size: clamp(2rem, 1.5vw, 5rem);
  }
  .name-text-size {
    font-size: clamp(0.7rem, 1vw, 1.8rem);
  }
  .text-size {
    font-size: clamp(1rem, 1.3vw, 2rem);
  }
  .gray-border {
    border: 1px solid hsl(14, 25%, 72%);
  }
  .wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .red-border {
    border: 2px solid hsl(14, 86%, 42%);
  }
  .cart-items {
    position: relative;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6rem;
    background-color: white;
    z-index: 5;
  }
  .cart-items::after {
    content: '';
    display: block;
    height: 0.8rem;
    width: 100%;
    border-bottom: 2px solid hsl(20, 50%, 98%);
  }
  .added-items {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .img-item {
    display: none;
  }
  .details-of-item {
    height: 100%;
    width: 85%;
    display: flex;
    flex-direction: column;
  }
  .item-title {
    font-size: clamp(0.8rem, 1vw, 1.5rem);
    font-weight: bold;
  }
  .details-of-selected-item {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
  }
  .qty-box {
    color: hsl(14, 86%, 42%);
    font-weight: bold;
  }
  .price-of-item {
    color: hsl(14, 25%, 72%);
    font-weight: bold;
  }
  .total {
    color: hsl(14, 25%, 72%);
    font-weight: bold;
  }
  .delete {
    height: 100%;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .delete-icon {
    height: 40%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(14, 25%, 72%);
    border-radius: 100%;
  }
  .total-order {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .display-total {
    width: 100%;
    height: 33.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
  }
  .total-text {
    color: hsl(14, 25%, 72%);
  }
  .cart-total {
    color: black;
    font-weight: bold;
  }
  .carbon-img {
    width: 100%;
    height: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: hsl(20, 50%, 98%);
  }
  .carbon-text {
    font-size: clamp(0.6rem, 0.8vw, 1.2rem);
    color: hsl(14, 25%, 72%);
  }
  .carbon-delivery {
    font-weight: 600;
    color: #000;
  }
  .btn-row-container {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .btn {
    width: 100%;
    height: 33.3%;
  }
  .confirm-btn {
    background-color: hsl(14, 86%, 42%);
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 1.25rem;
    padding: 0.6rem;
    font-size: clamp(1rem, 1.2vw, 1.5rem);
  }
  .confirmNow {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
  }
  .pop-up-content {
    margin-top: 5%;
    width: 40vw;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background-color: white;
  }
  .item-header img {
    width: 2rem;
    height: 2rem;
  }
  .item-header h2 {
    font-weight: bold;
    font-size: clamp(1.5rem, 1.2vw, 2rem);
  }
  .item-header p {
    font-size: clamp(0.5rem, 1vw, 1.3rem);
    color: hsl(14, 25%, 72%);
  }
  .order-items {
    padding-top: 1rem;
  }
  .order-item {
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.3rem;
    background-color: hsl(20, 50%, 98%);
  }
  .order-item::after {
    content: '';
    display: block;
    height: 0.5rem;
    width: 100%;
    border-bottom: 1px solid hsl(24, 6%, 84%);
  }
  .details-of-added-item {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 20% 1fr 20%;
  }
  .display-Img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .display-Img img {
    width: 60%;
    height: 60%;
  }
  .listed-item {
    display: flex;
    flex-direction: column;
  }
  .item-title {
    height: 50%;
    width: 100%;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
  }
  .details {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
  }
  .order-total {
    padding: 1rem;
    background-color: hsl(20, 50%, 98%);
  }
  .total-paid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .total-paid p {
    color: hsl(15, 2%, 51%);
    font-size: clamp(0.8rem, 1.2vw, 1.5rem);
  }
  .amount-paid {
    font-weight: bold;
    font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  }
  .close-popup-btn {
    background-color: hsl(14, 86%, 42%);
    color: white;
    font-weight: bold;
    width: 100%;
    border-radius: 1.25rem;
    padding: 0.8rem;
    font-size: clamp(1rem, 1.2vw, 1.5rem);
  }
  @media (max-width: 768px) {
    .pop-up-content {
      width: 80vw;
    }
    .details-of-selected-item {
      gap: 1rem;
    }
  }
  @media (max-width: 640px) {
    .pop-up-content {
      min-height: 80vh;
      width: 100vw;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
