  /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
  @layer properties;
  @layer theme, base, components, utilities;
  @layer theme {
  :root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
  "Courier New", monospace;
  --color-red-100: oklch(93.6% 0.032 17.717);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-red-700: oklch(50.5% 0.213 27.518);
  --color-orange-50: oklch(98% 0.016 73.684);
  --color-orange-100: oklch(95.4% 0.038 75.164);
  --color-orange-600: oklch(64.6% 0.222 41.116);
  --color-orange-700: oklch(55.3% 0.195 38.402);
  --color-yellow-400: oklch(85.2% 0.199 91.936);
  --color-green-50: oklch(98.2% 0.018 155.826);
  --color-green-100: oklch(96.2% 0.044 156.743);
  --color-green-600: oklch(62.7% 0.194 149.214);
  --color-green-700: oklch(52.7% 0.154 150.069);
  --color-blue-50: oklch(97% 0.014 254.604);
  --color-blue-600: oklch(54.6% 0.245 262.881);
  --color-purple-50: oklch(97.7% 0.014 308.299);
  --color-purple-500: oklch(62.7% 0.265 303.9);
  --color-purple-600: oklch(55.8% 0.288 302.321);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --tracking-tight: -0.025em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  }
  }
  @layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
  }
  html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
  }
  hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
  }
  abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  }
  a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  }
  b, strong {
  font-weight: bolder;
  }
  code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
  }
  small {
  font-size: 80%;
  }
  sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  }
  sub {
  bottom: -0.25em;
  }
  sup {
  top: -0.5em;
  }
  table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  }
  :-moz-focusring {
  outline: auto;
  }
  progress {
  vertical-align: baseline;
  }
  summary {
  display: list-item;
  }
  ol, ul, menu {
  list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  }
  img, video {
  max-width: 100%;
  height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
  }
  ::file-selector-button {
  margin-inline-end: 4px;
  }
  ::placeholder {
  opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
  color: currentcolor;
  @supports (color: color-mix(in lab, red, red)) {
  color: color-mix(in oklab, currentcolor 50%, transparent);
  }
  }
  }
  textarea {
  resize: vertical;
  }
  ::-webkit-search-decoration {
  -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
  }
  ::-webkit-datetime-edit {
  display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
  line-height: 1;
  }
  :-moz-ui-invalid {
  box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
  appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
  display: none !important;
  }
  }
  @layer utilities {
  .visible {
  visibility: visible;
  }
  .absolute {
  position: absolute;
  }
  .fixed {
  position: fixed;
  }
  .relative {
  position: relative;
  }
  .static {
  position: static;
  }
  .top-0 {
  top: calc(var(--spacing) * 0);
  }
  .top-1 {
  top: calc(var(--spacing) * 1);
  }
  .right-0 {
  right: calc(var(--spacing) * 0);
  }
  .right-4 {
  right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
  bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
  left: calc(var(--spacing) * 0);
  }
  .z-10 {
  z-index: 10;
  }
  .z-50 {
  z-index: 50;
  }
  .container {
  width: 100%;
  @media (width >= 40rem) {
  max-width: 40rem;
  }
  @media (width >= 48rem) {
  max-width: 48rem;
  }
  @media (width >= 64rem) {
  max-width: 64rem;
  }
  @media (width >= 80rem) {
  max-width: 80rem;
  }
  @media (width >= 96rem) {
  max-width: 96rem;
  }
  }
  .mx-auto {
  margin-inline: auto;
  }
  .-mt-32 {
  margin-top: calc(var(--spacing) * -32);
  }
  .mt-2 {
  margin-top: calc(var(--spacing) * 2);
  }
  .-mr-32 {
  margin-right: calc(var(--spacing) * -32);
  }
  .mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
  display: block;
  }
  .flex {
  display: flex;
  }
  .grid {
  display: grid;
  }
  .hidden {
  display: none;
  }
  .inline {
  display: inline;
  }
  .table {
  display: table;
  }
  .h-3 {
  height: calc(var(--spacing) * 3);
  }
  .h-5 {
  height: calc(var(--spacing) * 5);
  }
  .h-6 {
  height: calc(var(--spacing) * 6);
  }
  .h-8 {
  height: calc(var(--spacing) * 8);
  }
  .h-16 {
  height: calc(var(--spacing) * 16);
  }
  .h-64 {
  height: calc(var(--spacing) * 64);
  }
  .h-\[10px\] {
  height: 10px;
  }
  .h-full {
  height: 100%;
  }
  .w-3 {
  width: calc(var(--spacing) * 3);
  }
  .w-5 {
  width: calc(var(--spacing) * 5);
  }
  .w-6 {
  width: calc(var(--spacing) * 6);
  }
  .w-8 {
  width: calc(var(--spacing) * 8);
  }
  .w-64 {
  width: calc(var(--spacing) * 64);
  }
  .w-full {
  width: 100%;
  }
  .max-w-7xl {
  max-width: var(--container-7xl);
  }
  .max-w-xs {
  max-width: var(--container-xs);
  }
  .flex-1 {
  flex: 1;
  }
  .flex-shrink {
  flex-shrink: 1;
  }
  .flex-grow {
  flex-grow: 1;
  }
  .border-collapse {
  border-collapse: collapse;
  }
  .transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
  cursor: pointer;
  }
  .resize {
  resize: both;
  }
  .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
  flex-direction: column;
  }
  .flex-wrap {
  flex-wrap: wrap;
  }
  .items-center {
  align-items: center;
  }
  .justify-between {
  justify-content: space-between;
  }
  .justify-center {
  justify-content: center;
  }
  .gap-2 {
  gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
  gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
  gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
  gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
  :where(& > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  }
  .overflow-auto {
  overflow: auto;
  }
  .overflow-hidden {
  overflow: hidden;
  }
  .overflow-x-auto {
  overflow-x: auto;
  }
  .rounded-full {
  border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
  border-radius: var(--radius-lg);
  }
  .rounded-xl {
  border-radius: var(--radius-xl);
  }
  .border {
  border-style: var(--tw-border-style);
  border-width: 1px;
  }
  .border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
  }
  .border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
  }
  .border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
  }
  .border-gray-100 {
  border-color: var(--color-gray-100);
  }
  .border-white {
  border-color: var(--color-white);
  }
  .bg-black {
  background-color: var(--color-black);
  }
  .bg-blue-50 {
  background-color: var(--color-blue-50);
  }
  .bg-gray-100 {
  background-color: var(--color-gray-100);
  }
  .bg-green-50 {
  background-color: var(--color-green-50);
  }
  .bg-green-100 {
  background-color: var(--color-green-100);
  }
  .bg-orange-50 {
  background-color: var(--color-orange-50);
  }
  .bg-orange-100 {
  background-color: var(--color-orange-100);
  }
  .bg-purple-50 {
  background-color: var(--color-purple-50);
  }
  .bg-red-100 {
  background-color: var(--color-red-100);
  }
  .bg-red-600 {
  background-color: var(--color-red-600);
  }
  .bg-white {
  background-color: var(--color-white);
  }
  .bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-purple-500 {
  --tw-gradient-from: var(--color-purple-500);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-purple-500\/5 {
  --tw-gradient-from: color-mix(in srgb, oklch(62.7% 0.265 303.9) 5%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
  --tw-gradient-from: color-mix(in oklab, var(--color-purple-500) 5%, transparent);
  }
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-current {
  fill: currentcolor;
  }
  .p-0 {
  padding: calc(var(--spacing) * 0);
  }
  .p-3 {
  padding: calc(var(--spacing) * 3);
  }
  .p-4 {
  padding: calc(var(--spacing) * 4);
  }
  .p-5 {
  padding: calc(var(--spacing) * 5);
  }
  .p-6 {
  padding: calc(var(--spacing) * 6);
  }
  .px-1 {
  padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
  padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-4 {
  padding-inline: calc(var(--spacing) * 4);
  }
  .py-0 {
  padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
  padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2 {
  padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
  }
  .pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
  text-align: center;
  }
  .text-right {
  text-align: right;
  }
  .text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
  font-size: 10px;
  }
  .text-\[14px\] {
  font-size: 14px;
  }
  .text-\[20px\] {
  font-size: 20px;
  }
  .font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  }
  .font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  }
  .font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
  --tw-tracking: var(--tracking-tight);
  letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
  white-space: nowrap;
  }
  .text-black {
  color: var(--color-black);
  }
  .text-blue-600 {
  color: var(--color-blue-600);
  }
  .text-gray-300 {
  color: var(--color-gray-300);
  }
  .text-gray-400 {
  color: var(--color-gray-400);
  }
  .text-gray-500 {
  color: var(--color-gray-500);
  }
  .text-gray-700 {
  color: var(--color-gray-700);
  }
  .text-gray-900 {
  color: var(--color-gray-900);
  }
  .text-green-600 {
  color: var(--color-green-600);
  }
  .text-green-700 {
  color: var(--color-green-700);
  }
  .text-orange-600 {
  color: var(--color-orange-600);
  }
  .text-orange-700 {
  color: var(--color-orange-700);
  }
  .text-purple-600 {
  color: var(--color-purple-600);
  }
  .text-red-700 {
  color: var(--color-red-700);
  }
  .text-white {
  color: var(--color-white);
  }
  .text-yellow-400 {
  color: var(--color-yellow-400);
  }
  .uppercase {
  text-transform: uppercase;
  }
  .italic {
  font-style: italic;
  }
  .underline {
  text-decoration-line: underline;
  }
  .opacity-60 {
  opacity: 60%;
  }
  .opacity-100 {
  opacity: 100%;
  }
  .shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .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;
  }
  .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,);
  }
  .backdrop-filter {
  -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,);
  }
  .transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
  }
  .ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  }
  .hover\:text-black {
  &:hover {
  @media (hover: hover) {
  color: var(--color-black);
  }
  }
  }
  .sm\:mb-8 {
  @media (width >= 40rem) {
  margin-bottom: calc(var(--spacing) * 8);
  }
  }
  .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\:items-center {
  @media (width >= 40rem) {
  align-items: center;
  }
  }
  .sm\:justify-between {
  @media (width >= 40rem) {
  justify-content: space-between;
  }
  }
  .sm\:gap-6 {
  @media (width >= 40rem) {
  gap: calc(var(--spacing) * 6);
  }
  }
  .sm\:p-6 {
  @media (width >= 40rem) {
  padding: calc(var(--spacing) * 6);
  }
  }
  .sm\:p-8 {
  @media (width >= 40rem) {
  padding: calc(var(--spacing) * 8);
  }
  }
  .sm\:px-5 {
  @media (width >= 40rem) {
  padding-inline: calc(var(--spacing) * 5);
  }
  }
  .sm\:pb-0 {
  @media (width >= 40rem) {
  padding-bottom: calc(var(--spacing) * 0);
  }
  }
  .sm\:text-2xl {
  @media (width >= 40rem) {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  }
  .sm\:text-4xl {
  @media (width >= 40rem) {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  }
  .md\:grid-cols-2 {
  @media (width >= 48rem) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  }
  .lg\:hidden {
  @media (width >= 64rem) {
  display: none;
  }
  }
  .lg\:grid-cols-3 {
  @media (width >= 64rem) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  }
  .lg\:p-8 {
  @media (width >= 64rem) {
  padding: calc(var(--spacing) * 8);
  }
  }
  .xl\:grid-cols-4 {
  @media (width >= 80rem) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  }
  }

  /*=========================================== CUSTOM CSS =============================================================*/

  @import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');


  :root {
  --gucci-serif: "Acme", sans-serif;
  --gucci-sans: "Acme", sans-serif;
  }

  body {
  --bg: #000;
  --primary: #101010;
  --color-white: #000;
  --color-black: #fff;
  --secondary: #8b5cf6;
  --accent: #10b981;
  --danger: #ef4444;
  --warning: #f59e0b;
  --success: #22c55e;
  --bg-secondary: #0a0a0a;
  --bg-card: #1a1a1a;
  --text-primary: #ffffff;
  --text-secondary: #000;
  --real-white: #ffffff;
  --real-black: #000;
  --border: #2a2a2a;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: "Acme", sans-serif;
  --grey-color: #bbb;
  }

  body.light-mode {
  --bg: #ffff;
  --primary: #f8f9fa;
  --color-white: #fff;
  --color-black: #000;
  --secondary: #8b5cf6;
  --accent: #10b981;
  --danger: #ef4444;
  --warning: #f59e0b;
  --success: #22c55e;
  --bg-secondary: #0a0a0a;
  --bg-card: #1a1a1a;
  --text-primary: #000;
  --text-secondary: #fff;
  --real-white: #ffffff;
  --real-black: #000;
  --border: #2a2a2a;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  }


  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  a {
  -webkit-tap-highlight-color: transparent;
  }
  body {
  background-color: #fff;
  font-family: var(--gucci-sans);
  overflow-x: hidden;
  }



  /* body.light-mode .auth-card, 
  body.light-mode .profile-container,
  body.light-mode .panel-content {
  background: #ffffff;
  color: #000;
  } */

  body.light-mode .modern-menu-item {
  background: #fff;
  color: #000;
  }

  /* The Toggle Switch Design */
  .theme-toggle-switch {
  width: 65px;
  height: 30px;
  background: #333;
  border-radius: 20px;
  position: relative;
  transition: 0.3s var(--bounce);
  }

  .switch-ball {
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.3s var(--bounce);
  }

  body.light-mode .theme-toggle-switch {
  background: #000;
  }

  body.light-mode .switch-ball {
  transform: translateX(35px);
  }


  ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  }
  ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
  transition: background 0.3s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
  background: #333333;
  }
  * {
  scrollbar-width: thin;
  scrollbar-color: #000000 #f1f1f1;
  }
  header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 100px;
  z-index: 1000;
  transition: all .9s cubic-bezier(.16,1,.3,1);
  color: white;
  }
  header.scrolled {
  background-color: var(--bg);
  color: var(--text-primary);
  height: 80px;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  }
  .acmefont {
  font-family: "Acme";
  }
  .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .logo {
  font-family: "Lobster Two", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17vw;
  letter-spacing: .1em;
  transition: all .9s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 3vh;
  pointer-events: none;
  z-index: 10;
  }
  .logo a {
  text-decoration: none;
  }
  header.scrolled .logo {
  font-size: 40px;
  letter-spacing: .1em;
  top: 50%;
  transform: translateY(-0%);
  position: relative;
  pointer-events: all;
  color: var(--text-primary);
  }
  .nav-left {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  opacity: 1;
  transition: opacity .3s;
  z-index: 10;
  font-family: "Acme";
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  }
  header.scrolled .nav-left {
  opacity: 1;
  }
  .nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  z-index: 10;
  }
  .icon-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 30px;
  width: 30px;
  }
  .icon-btn svg {
  width: 25px;
  height: 25px;
  stroke-width: 2;
  }
  .nav-left svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  }
  .icon-btn i {
  font-size: 20px;
  stroke-width: 2;
  }
  .nav-left i {
  width: 20px;
  height: 25px;
  stroke-width: 2;
  font-size: 20px;
  }
  .menu-text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  }
  .hero {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 80px;
  overflow: hidden;
  background-image: url(img/hero2.jpg);
  background-size: cover;
  background-position: center;
  }
  .hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.231);
  z-index: 1;
  }
  .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  }
  .hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
  color: white;
  width: 90%;
  }
  .hero-title {
  font-family: var(--gucci-serif);
  font-size: clamp(24px,5vw,32px);
  margin-bottom: 25px;
  font-weight: normal;
  }
  .btn-group {
  display: flex;
  gap: 12px;
  justify-content: center;
  }
  .gucci-btn {
  background: white;
  color: black;
  font-family: "Acme";
  border: none;
  border-radius: 100px;
  padding: 16px 40px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: opacity .3s;
  }
  .gucci-btn:hover {
  opacity: .8;
  }
  @media (max-width:768px) {
  header {
  padding: 0 20px;
  }
  header.scrolled .contc {
  display: none;
  }
  header.scrolled {
  padding: 0 20px;
  }
  .logo {
  font-size: 22vw;
  top: 10vh;
  }
  header.scrolled .logo {
  font-size: 30px;
  letter-spacing: .2em;
  }
  .menu-text {
  display: none;
  }
  .btn-group {
  flex-direction: row;
  width: 100%;
  }
  .gucci-btn {
  width: 50%;
  padding: 15px 0;
  min-width: unset;
  }
  }
  .content-label {
  padding: 100px 20px;
  text-align: center;
  font-family: var(--gucci-serif);
  font-size: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
  }
  .spacer {
  height: 100vh;
  }
  .updates-section {
  background: var(--primary);
  padding: 60px 20px;
  min-height: 100vh;
  }
  .section-title {
  font-family: var(--gucci-serif);
  font-size: 32px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-primary);
  margin-bottom: 50px;
  }
  .status-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 40px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  scrollbar-width: thin;
  }
  .status-container::-webkit-scrollbar {
  height: 12px;
  display: block;
  }
  .status-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--text-primary);
  }
  .status-card {
  flex: 0 0 270px;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .status-image, .status-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  }
  .status-card video::before {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  opacity: 0.8;
  }
  .panel-thumbnail-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  }
  .play-icon-mini {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
  }
  .progress-container {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  z-index: 10;
  }
  .progress-bar {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  flex-grow: 1;
  border-radius: 2px;
  overflow: hidden;
  }
  .progress {
  height: 100%;
  background: white;
  width: 0%;
  }
  .progress-container {
  position: absolute;
  top: 15px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
  z-index: 100;
  }
  .progress-bar {
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  flex-grow: 1;
  border-radius: 200px;
  overflow: hidden;
  }
  .progress {
  height: 100%;
  background: #ffffff;
  width: 0%;
  }
  .status-card:hover {
  transform: scale(1.02);
  }
  .status-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .status-avatar-ring {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #25D366 0deg, #25D366 360deg);
  padding: 3px;
  z-index: 2;
  }
  .status-avatar-ring.viewed {
  background: #555;
  }
  .status-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 3px solid #0a0a0a;
  color: white;
  font-family: "Lobster Two", sans-serif;
  }
  .status-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: "Acme";
  letter-spacing: 1px;
  }
  .status-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .status-viewer.active {
  display: flex;
  opacity: 1;
  }
  .status-fullscreen {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  }
  .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(52, 52, 52, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  }
  .close-btn:hover {
  background: rgba(0,0,0,0.8);
  }
  .req-titles{
    margin: 0 0 5px 0; 
    color: var(--text-primary); 
    text-transform: capitalize; 
    font-size: 15px; 
    letter-spacing: 0.5px; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 300px;"
  }
  .close-btn svg {
  width: 20px;
  height: 20px;
  }
  .status-header {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10001;
  }
  .status-header .status-avatar-ring {
  position: static;
  width: 50px;
  height: 50px;
  }
  .status-username {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Acme";
  text-transform: capitalize;
  }
  .interaction-sidebar {
  position: absolute;
  right: 20px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  z-index: 10001;
  }
  .interaction-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transition: transform 0.2s;
  }
  .interaction-btn:hover {
  transform: scale(1.1);
  }
  .interaction-btn svg {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
  }
  .interaction-btn.liked svg {
  fill: #ff2e63;
  stroke: #ff2e63;
  }
  .interaction-btn.saved svg {
  fill: #ffd700;
  stroke: #ffd700;
  }
  .interaction-label {
  color: white;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  font-family: "Acme";
  }
  .order-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: none;
  padding: 16px 50px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  z-index: 10001;
  }
  .order-btn:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 6px 24px rgba(0,0,0,0.5);
  }
  .order-btn svg {
  width: 24px;
  height: 24px;
  stroke: black;
  }
  .order-label {
  color: black;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Acme";
  }
  .custom-dropdown {
  position: relative;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fff;
  cursor: pointer;
  user-select: none;
  }
  .dropdown-selected {
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  }
  .dropdown-selected svg {
  transition: transform 0.3s ease;
  }
  .custom-dropdown.open .dropdown-selected svg {
  transform: rotate(180deg);
  }
  .dropdown-options {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  z-index: 100;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  }
  .custom-dropdown.open .dropdown-options {
  display: block;
  }
  .dropdown-option {
  padding: 12px 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f9f9f9;
  }
  .dropdown-option:hover {
  background: #f4f4f4;
  }
  .dropdown-option.selected {
  background: #fafafa;
  font-weight: bold;
  }
  .method-toggle {
  display: flex;
  position: relative;
  background: #f0f0f0;
  padding: 4px;
  border-radius: 50px;
  margin-bottom: 25px;
  }
  .toggle-opt {
  flex: 1;
  z-index: 2;
  border: none;
  background: none;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s;
  }
  .toggle-opt.active {
  color: #fff;
  }
  .toggle-slide {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background: #000;
  border-radius: 50px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  }
  .toggle-slide.pickup {
  transform: translateX(100%);
  }
  .checkout-summary-box {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  }
  .checkout-total-row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #000;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  }

  #panelMediaContainer{
    background: black;
    border-radius: 15px;
  }
  @media (max-width: 768px) {
  .status-card {
  flex: 0 0 210px;
  height: 380px;
  }
  .status-container {
  padding: 20px;
  }
  .interaction-sidebar {
  right: 15px;
  bottom: 100px;
  gap: 20px;
  }
  .interaction-btn svg {
  width: 22px;
  height: 22px;
  }
  .order-btn {
  padding: 14px 40px;
  bottom: 20px;
  }
  .order-btn:hover {
  transform: translateX(-50%) scale(1.05);
  }
  .updates-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
    .req-titles{
    margin: 0 0 5px 0; 
    color: var(--text-primary); 
    text-transform: capitalize; 
    font-size: 15px; 
    letter-spacing: 0.5px; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 190px;"
  }
  }
  
  .updates-section{
    position: relative;
    z-index: 2;
  }
  .arrivals-section {
  background: white;
  padding: 80px 40px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  }
  .arrivals-title {
  font-family: var(--gucci-serif);
  font-size: 42px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
  font-weight: 300;
  }
  .arrivals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  grid-auto-flow: dense;
  }
  .product-card {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 300px;
  border-radius: 20px;
  }
  .product-card.tall {
  grid-row: span 2;
  height: 620px;
  }
  .product-card.wide {
  grid-column: span 2;
  }
  .product-card:hover {
  transform: translateY(-8px);
  }
  .product-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
  .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .product-card:hover .product-img {
  transform: scale(1.08);
  }
  .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .product-card:hover .product-overlay {
  opacity: 1;
  }
  .quick-view-btn {
  background: transparent;
  border: none;
  padding: 14px 36px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
  transform: translateY(10px);
  border-radius: 100px;
  font-family: "Acme";
  }
  .product-card:hover .quick-view-btn {
  transform: translateY(0);
  }

  .product-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  color: white;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .product-card:hover .product-info {
  transform: translateY(0);
  }
  .product-name {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: "Acme";
  }
  .product-price {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Acme";
  }
  @media (max-width: 1024px) {
  .arrivals-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .product-card.wide {
  grid-column: span 1;
  }
  }
  @media (max-width: 768px) {
  .arrivals-section {
  padding: 60px 20px;
  }
  .arrivals-title {
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  }
  .arrivals-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  }
  .product-card {
  height: 280px;
  }
  .quick-view-btn {
  font-size: 10px;
  }
  .product-card.tall {
  grid-row: span 1;
  height: 280px;
  }
  .product-card.wide {
  grid-column: span 2;
  }
}

.layout-controls {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.layout-btn {
    background: var(--real-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--real-white);
    border: 3px solid var(--real-white);
    padding: 20px 20px;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: anchor-center;
    gap: 10px;
    font-family: 'Acme', sans-serif;
    font-size: 14px;
    transition: all 0.3s var(--bounce);
    backdrop-filter: blur(10px);
    position: absolute;
    top: -13px;
    right: -12px;
    width: 65px;
    height: 65px;
    z-index: 1;
    padding-bottom: 12px;
    padding-left: 17px;
}



.layout-btn i {
    width: 18px;
    height: 18px;
}

/* Ensure the popIn animation is defined */
@keyframes popIn {
    0% { opacity: 0; transform: scale(0.95) translateY(10px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

.layout-btn.active {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/* --- UNIFORM VIEW LOGIC --- */

/* Desktop: Force 4 columns and ignore spans */
.arrivals-grid.uniform-view {
    grid-template-columns: repeat(4, 1fr) !important;
}

.arrivals-grid.uniform-view .product-card {
    grid-row: span 1 !important;
    grid-column: span 1 !important;
    height: 350px !important; /* Fixed height for clean look */
}

/* Mobile: Toggle to 1-column (Full Width) */
@media (max-width: 768px) {
    /* When Uniform view is active on mobile, it becomes 1 column */
    .arrivals-grid.uniform-view {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .arrivals-grid.uniform-view .product-card {
        height: 450px !important;
    }
      .hero {
  background-image: url(img/back\ \(4\).jpg);
  }
}



/* Simple Pop-in Animation */
@keyframes popIn {
    0% { opacity: 0; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1); }
}


  .product-info {
  transform: translateY(0);
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(255, 255, 255, 0.4));
  }

  
  .stock-section {
  background: var(--primary);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  }
  .stock-title {
  font-family: var(--gucci-serif);
  font-size: 42px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-primary);
  margin-bottom: 80px;
  font-weight: 300;
  }
  .stock-carousel {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  }
/* Grid Mode (Default) */
.stock-track {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    transition: all 0.5s var(--bounce);
}

/* Carousel Mode (Active) */
.stock-track.carousel-mode {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 20px;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}

.stock-track.carousel-mode::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

.stock-track.carousel-mode .stock-item {
    min-width: 280px;
    flex-shrink: 0;
    scroll-snap-align: center;
}

  .stock-item {
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  }
  .stock-item:hover {
  transform: translateY(-5px);
  }
  .stock-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.95);
  }
  .stock-item:hover .stock-img {
  transform: scale(1.03);
  filter: brightness(1);
  }
  .stock-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgb(0 0 0 / 54%), transparent);
  color: white;
  }
  .stock-product-name {
  font-family: var(--gucci-serif);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 300;
  }
  .stock-price {
  font-size: 16px;
  font-weight: 400;
  color: white;
  letter-spacing: 1px;
  font-family: "Acme";
  }
  @media (max-width: 768px) {
  .stock-section {
  padding: 60px 0;
  }
  .stock-title {
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 50px;
  }
  .stock-carousel {
  padding: 0 20px;
  }
.stock-track {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .stock-track.carousel-mode .stock-item {
        max-width: 85%; /* Shows a peek of the next card */
    }
  .stock-img {
  height: 320px;
  }
  }
  .footer {
  background: var(--color-black);
  color: white;
  padding: 80px 40px 40px;
  }
  .footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 60px;
  margin-bottom: 80px;
  }
  .footer-heading {
  font-family: var(--gucci-serif);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
  color: var(--color-white);
  }
  .footer-links {
  list-style: none;
  }
  .footer-links li {
  margin-bottom: 12px;
  font-family: "Acme";
  }
  .footer-links a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: color 0.3s;
  }
  .footer-links a:hover {
  color: var(--color-black);
  }
  .social-links {
  display: flex;
  gap: 15px;
  }
  .social-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  transition: all 0.3s;
  }
  .social-icon:hover {
  background: white;
  color: black;
  border-color: white;
  }
  .social-icon svg {
  width: 18px;
  height: 18px;
  }
  .footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #333;
  text-align: center;
  }
  .footer-copyright {
  font-size: 12px;
  color: var(--color-white);
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: "Acme";
  }
  .footer-brand {
  font-family: "Lobster Two", sans-serif;
  font-size: 17vw;
  font-weight: 300;
  letter-spacing: .1em;
  color: var(--color-white);
  }
  @media (max-width: 768px) {
  .footer {
  padding: 60px 20px 30px;
  }
  .footer-content {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 60px;
  }
  .footer-heading {
  font-size: 12px;
  }
  .footer-links a {
  font-size: 12px;
  }
  .footer-brand {
  font-size: 17vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .1em;
  }
  }
  .loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  }
  .loading-content {
  text-align: center;
  }
  .loading-logo {
  font-family: var(--gucci-serif);
  font-size: 19vw;
  font-weight: 300;
  letter-spacing: .1em;
  margin-bottom: 2rem;
  color: white;
  animation: fadeInScale 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .loading-spinner {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  }
  @keyframes fadeInScale {
  from {
  opacity: 0;
  transform: scale(0.95);
  }
  to {
  opacity: 1;
  transform: scale(1);
  }
  }
  @keyframes spin {
  to {
  transform: rotate(360deg);
  }
  }
  .main-content {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .main-content.visible {
  opacity: 1;
  }
  .panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10004;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  }
  .panel-overlay.active {
  opacity: 1;
  visibility: visible;
  }
  .panelholder {
  position: sticky;
  padding: 10px 0;
  top: 0;
  width: 100%;
  background: var(--primary);
  z-index: 11;
  }
  .product-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 80%;
  background: var(--primary);
  color: var(--text-primary);
  z-index: 10005;
  transform: translateY(150%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow-y: auto;
  border-radius: 50px 50px 0 0;
  box-shadow: 0px -6px 16px -3px gray;
  }
  .product-panel.active {
  transform: translateY(0);
  }
  .panel-handle {
  width: 70%;
  height: 12px;
  background: #ddd;
  border-radius: 100px;
  margin: 15px auto;
  cursor: grab;
  }
  .panel-handle:active {
  cursor: grabbing;
  }
  .panel-content {
  padding: 0 20px 30px;
  }
  .panel-main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  }
  .panel-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-bottom: 25px;
  padding-bottom: 10px;
  }


  #panelContent {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  }

  .panel-thumbnails::-webkit-scrollbar {
  height: 5px;
  }
  .panel-thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
  }
  .panel-thumbnails::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
  }
  .panel-thumbnail {
  flex: 0 0 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid #fff;
  transition: border 0.3s;
  overflow: hidden;
  }
  .panel-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 80px;
  }
  .panel-thumbnail video {
  width: 100%;
  object-fit: cover;
  height: 80px;
  }
  .panel-thumbnail.selected {
  border-color: red;
  }
  .panel-product-name {
  font-family: var(--gucci-serif);
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  }
  .panel-product-price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Acme";
  }
  .panel-section-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #ccc;
  font-family: "Acme";
  }
  .size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  }
  .size-btn {
  min-width: 60px;
  padding: 12px 20px;
  border: 2px solid #ddd;
  background: var(--bg);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5px;
  color: var(--text-primary);
  font-family: "Acme";
  position: relative;
  height: 50px;
  }
  .size-btn:hover {
  border-color: #999;
  }
  .size-btn.selected {
  border-color: #000;
  background: #fff;
  color: #000;
  }
  .size-btn.out-of-stock {
    border: 1px dashed var(--text-primary) !important;
    color: #999 !important;
    background: #f9f9f9 !important;
    pointer-events: none;
    min-width: 70px !important;
}

/* Optional: Subtle animation when clicking a valid size */
.size-btn:not(.out-of-stock):active {
    transform: scale(0.9);
    transition: 0.1s var(--bounce);
}
  .panel-description {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-primary) !important;
  margin-bottom: 30px;
  }
  .panel-description strong {
  font-weight: normal !important;
  font-size: 18px;
  }
  .panel-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  }
  .active-addon{
    border: 2px solid red !important;
  }
  .panel-btn {
  flex: 1;
  padding: 15px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  font-family: "Acme";
  background: var(--bg);
  width: 100%;
  }
  .panel-btn.primary {
  border: 2px solid var(--color-black);
  color: var(--text-primary);
  }
  .panel-btn.primary:hover {
  opacity: 0.8;
  }
  .panel-btn.secondary {
  background: white;
  color: #000;
  border: 2px solid #000;
  }
  .panel-btn.secondary:hover {
  background: #f5f5f5;
  }
  .panel-btn:disabled {
  background: #ddd;
  color: #999;
  cursor: not-allowed;
  border-color: #ddd;
  }
  .size-error {
  color: #ff4444;
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 15px;
  display: none;
  }
  .size-error.show {
  display: block;
  }
  .category-panel-header {
  padding: 30px 20px 20px;
  }
  .category-panel-title {
  font-family: var(--gucci-serif);
  font-size: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px;
  }
  .category-panel-subtitle {
  font-size: 12px;
  color:  var(--text-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Acme";
  }
  .category-list {
  padding: 0;
  }
  .category-item {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  }
  .category-item:hover {
  transform: translateX(5px);
  }
  .category-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.05), transparent);
  transition: width 0.4s;
  }
  .category-item:hover::before {
  width: 100%;
  }
  .category-item-image {
  width: 120px;
  height: 160px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 15px;
  border: 2px solid var(--text-primary);
  }
  .category-item-content {
  flex: 1;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  color: var(--text-primary);
  border: 2px solid var(--color-gray-300);
  border-left: none;
  position: relative;
  z-index: 1;
  font-family: "Acme";
  border-radius: 0px 10px 10px 0px;
  }
  .category-item-info {
  flex: 1;
  color: var(--text-primary);
  }
  .category-item-name {
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-primary);
  }
  .category-item-price {
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 600;
  letter-spacing: 0.5px;
  }
  .category-item-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.3s;
  flex-shrink: 0;
  }
  .category-item:hover .category-item-arrow {
  transform: translateX(5px);
  }
  @media (max-width: 768px) {
  .category-panel-header {
  padding: 20px 15px 15px;
  }
  .category-panel-title {
  font-size: 22px;
  letter-spacing: 2px;
  }
  .category-item-image {
  width: 100px;
  height: 140px;
  }
  .category-item-content {
  padding: 15px;
  }
  .category-item-name {
  font-size: 14px;
  letter-spacing: 1px;
  }
  .category-item-price {
  font-size: 14px;
  }
  .category-item-arrow {
  width: 35px;
  height: 35px;
  font-size: 16px;
  }
  }
  @media (min-width: 769px) {
  .product-panel {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  width: 45%;
  max-width: 90%;
  height: 100%;
  max-height: 100%;
  border-radius: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  transform: translateX(100%);
  will-change: transform;
  }
  .product-panel.active {
  transform: translateX(0);
  }
  .panel-handle {
  display: none;
  }
  .panel-content {
  padding: 30px;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  }
  .product-panel.dragging {
  user-select: none;
  }
  .panel-main-image {
  height: 450px;
  object-fit: contain;
  }
  .success-message {
  width: 80% !important;
  }
  }
  .success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50% !important;
  font-family: "Acme";
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  z-index: 10006;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  }
  .success-message.show {
  opacity: 1;
  visibility: visible;
  }
  .success-message-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Acme";
  }
  .success-message-text {
  font-size: 14px;
  color: #2d2d2d;
  font-family: "Acme";
  }
  .cart-badge {
  position: absolute;
  top: -10px;
  right: -11px;
  background: #000;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .cart-badge.show {
  opacity: 1;
  transform: scale(1);
  }
  .contact-content {
  padding: 0px;
  }
  .contact-title {
  font-family: var(--gucci-serif);
  font-size: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 300;
  }
  .contact-section {
  margin-bottom: 30px;
  }
  .contact-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color:  var(--text-primary);
  font-family: "Acme";
  }
  .contact-info {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-family: 'Acme';
  }
  .contact-info a {
  color: #fff;
  text-decoration: underline !important;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: opacity 0.3s;
  }
  .contact-info a:hover {
  opacity: 0.7;
  }
  .cart-empty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-family: "Acme";
  }
  .cart-empty-icon {
  font-size: 64px;
  margin-bottom: 20px;
  }
  .cart-item {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  }
  .cart-item-image {
  width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  }
  .cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  .cart-item-name {
  font-family: var(--gucci-serif);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  }
  .cart-item-size {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 10px;
  font-family: "Acme";
  }
  .cart-item-price {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Acme";
  }
  .cart-item-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Acme";
  }
  .cart-qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: black;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s;
  }
  .cart-qty-btn:hover {
  border-color: #000;
  background: #000;
  color: white;
  }
  .cart-qty {
  font-size: 14px;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
  }
  .cart-remove-btn {
  margin-left: auto;
  background: none;
  border: none;
  color: #ff4444;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s;
  }
  .cart-remove-btn:hover {
  opacity: 0.7;
  }
  .cart-summary {
  padding: 30px;
  margin-top: 20px;
  border-radius: 20px;
  background: #000;
  }
  .cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Acme";
  }
  .cart-checkout-btn {
  width: 100%;
  padding: 16px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  font-family: "Acme";
  }
  .cart-checkout-btn:hover {
  background: #333;
  }
  .checkout-form {
  padding: 0 0px 30px;
  }
  .form-group {
  margin-bottom: 20px;
  }
  .form-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color:  var(--text-primary);
  font-family: "Acme";
  }
  .form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 100px;
  background: white;
  font-size: 14px;
  font-family: "Acme";
  color: #000;
  transition: border-color 0.3s;
  }
  .form-input-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  font-family: "Acme";
  color: #000;
  transition: border-color 0.3s;
  }
  .form-input-textarea:focus {
  outline: none;
  border-color: #000;
  }
  .form-input:focus {
  outline: none;
  border-color: #000;
  }
  .checkout-items {
  margin-bottom: 5px;
  font-family: 'Acme';
  }
  .checkout-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 14px;
  }
  .checkout-item-name {
  color: #ccc;
  }
  .checkout-item-price {
  font-weight: 500;
  }
  .auth-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 30px;
  }
  .auth-option-btn {
  padding: 60px 20px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-family: "Acme";
  }
  .auth-option-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  }
  .auth-option-icon {
  font-size: 48px;
  }
  .auth-option-text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  }
  .auth-form-container {
  padding: 10px;
  }
  .auth-form-title {
  font-family: var(--gucci-serif);
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 300;
  }
  .auth-submit-btn {
  width: 100%;
  padding: 16px;
  background: #000;
  color: white;
  border: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  margin-top: 10px;
  font-family: "Acme";
  }
  .auth-submit-btn:hover {
  background: #333;
  }
  .auth-back-btn {
  width: 100%;
  padding: 16px;
  background: white;
  color: #000;
  border: 2px solid #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  margin-top: 10px;
  font-family: "Acme";
  }
  .auth-back-btn:hover {
  background: #f5f5f5;
  }
  .search-container {
  padding: 30px;
  }
  .search-input-wrapper {
  position: relative;
  margin-bottom: 40px;
  }
  .search-input {
  width: 100%;
  padding: 18px 50px 18px 20px;
  border: 2px solid #000;
  border-radius: 50px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s;
  }
  .search-input:focus {
  outline: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .search-icon-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  }
  .search-icon-btn:hover {
  background: #333;
  }
  .search-icon-btn svg {
  width: 20px;
  height: 20px;
  stroke: white;
  }
  .search-section-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #ccc;
  }
  .search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
  }
  .search-tag {
  padding: 10px 20px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
  }
  .search-tag:hover {
  background: #000;
  color: white;
  border-color: #000;
  }
  .quick-search-list {
  list-style: none;
  }
  .quick-search-item {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: padding-left 0.3s;
  }
  .quick-search-item:hover {
  padding-left: 10px;
  }
  .quick-search-icon {
  font-size: 20px;
  }
  .quick-search-text {
  font-size: 14px;
  letter-spacing: 0.5px;
  }
  .search-container {
  padding: 0px;
  }
  .search-input-wrapper {
  position: relative;
  margin-bottom: 40px;
  }
  .search-input {
  width: 100%;
  padding: 18px 50px 18px 20px;
  border: 2px solid #000;
  border-radius: 50px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s;
  color: #000;
  font-family: "Acme";
  }
  .search-input:focus {
  outline: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  .search-icon-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  }
  .search-icon-btn:hover {
  background: #333;
  }
  .search-icon-btn svg {
  width: 20px;
  height: 20px;
  stroke: white;
  }
  .search-section-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #ccc;
  }
  .search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
  }
  .search-tag {
  padding: 10px 20px;
  background: #000;
  border: 1px solid #e0e0e0;
  color: #f5f5f5;
  border-radius: 25px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Acme";
  }
  .search-tag:hover {
  background: #000;
  color: white;
  border-color: #000;
  }
  .quick-search-list {
  list-style: none;
  }
  .quick-search-item {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: padding-left 0.3s;
  font-family: "Acme";
  }
  .quick-search-item:hover {
  padding-left: 10px;
  }
  .quick-search-icon {
  font-size: 20px;
  }
  .quick-search-text {
  font-size: 14px;
  letter-spacing: 0.5px;
  }
  .profile-container {
  padding: 0px;
  }
  .profile-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  }
  .profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 15px;
  font-family: "Lobster Two", sans-serif;
  }
  .status-badge {
  background-color: #dcfce7;
  color: #15803d;
  padding: 4px 10px;
  border-radius: 99px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  }
  #ordersContainer {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  }
  .orders-scroll-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  }
  .detailed-order-card {
  background: var(--bg);
  border: 1px solid var(--color-black);
  border-radius: 12px;
  padding: 15px;
  transition: transform 0.2s ease;
  }
  .order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px dashed var(--text-primary);
  padding-bottom: 8px;
  }
  .order-date {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-primary);
  text-transform: uppercase;
  }
  .status-badge-premium {
  background: var(--primary);
  color:  var(--text-primary);
  font-size: 0.65rem;
  padding: 3px 10px;
  border-radius: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  }
  .status-badge-premium.dispatched {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
  animation: statusFadeIn 0.5s ease-in-out;
  }
  .status-badge-premium.received{
    background: #e2ebffb0;
    color: blue;
  }
  @keyframes statusFadeIn {
  from {
  opacity: 0;
  transform: translateY(-50px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }
  .order-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  }
  .order-item-img {
  width: 50px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  background: #f9f9f9;
  }
  .order-item-name {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #ccc;
  }
  .order-item-meta {
  font-size: 13px;
  color: #afafaf;
  margin: 2px 0 0 0;
  }
  .order-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
  }
  .order-ref {
  font-size: 0.7rem;
  color: #bbb;
  font-family: monospace;
  }
  .order-total-price {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  }
  .order-item-img {
  width: 60px;
  height: 75px;
  object-fit: cover;
  border-radius: 8px;
  background: #f0f0f0;
  }
  .receipt-btn {
  background: white;
  border: 2px solid black;
  color: #000;
  height: fit-content;
  text-decoration: none;
  font-size: 11px;
  padding: 4px 10px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  }
  .receipt-btn:hover {
  color: #666;
  }
  .receipt-container {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 20px auto;
  }
  .receipt-card-main {
  background: #fdfdfa;
  color: #333;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  }
  .watermark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  }
  .watermark-item {
  font-family: "Lobster Two", sans-serif;
  font-size: 30px;
  transform: rotate(-30deg);
  white-space: nowrap;
  margin: 20px;
  }
  .scalloped-edge {
  height: 15px;
  width: 100%;
  background: black;
  background-size: 20px 20px;
  }
  .sec-title {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  }
  .receipt-logo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .receipt-footer-msg {
  font-size: 15px;
  }
  .scalloped-edge.top {
  border-radius: 15px 15px 0 0;
  height: 8px;
  background-image: radial-gradient(circle at 10px -5px, transparent 10px, #fdfdfa 10px);
  }
  .scalloped-edge.bottom {
  border-radius: 0 0 15px 15px;
  background-image: radial-gradient(circle at 10px 20px, transparent 10px, #fdfdfa 10px);
  }
  .brand-name {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin: 0;
  font-family: "Lobster Two", sans-serif;
  }
  .amount-display {
  font-size: 36px;
  font-weight: 500;
  color: #00a85a;
  margin: 15px 0 5px 0;
  line-height: 30px;
  }
  .status-text {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin: 0;
  }
  .receipt-divider-dash {
  border-top: 1px dashed #ddd;
  margin: 10px 0;
  }
  .details-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  }
  .details-row .label {
  color: #888;
  }
  .details-row .value {
  font-weight: 500;
  color: #000;
  }
  .item-line {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 5px;
  }
  .item-line.fee {
  font-weight: bold;
  color: #000;
  border-top: 1px solid #eee;
  padding-top: 8px;
  margin-top: 8px;
  }
  .receipt-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
  }
  .btn-print {
  background: var(--bg);
  color: var(--text-primary);
  border: 2px solid var(--text-primary);
  padding: 12px;
  font-weight: normal;
  border-radius: 100px;
  cursor: pointer;
  }
  .btn-share {
  background: var(--color-black);
  color: var(--color-white);
  border: 1px solid var(--color-black);
  padding: 12px;
  border-radius: 100px;
  cursor: pointer;
  }
  .success-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  background: #fff;
  color: #000;
  padding: 15px 18px;
  border-radius: 100px;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  z-index: 99999;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
  opacity: 0;
  width: fit-content;
  }
  .success-toast.reveal {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  }
  @media (max-width:768px) {
  .success-toast {
  width: 80%;
  }
  }
  .profile-avatar-large {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 50%;
  margin: 0 auto 10px;
  }
  .profile-name {
  font-family: var(--gucci-serif);
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 300;
  }
  .profile-email {
  font-size: 14px;
  color: #ccc;
  letter-spacing: 0.5px;
  font-family: "Acme";
  }
  .wallet-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  color: white;
  position: relative;
  overflow: hidden;
  }
  .wallet-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  pointer-events: none;
  }
  .wallet-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.8;
  margin-bottom: 10px;
  }
  .wallet-balance {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  }
  .wallet-actions {
  display: flex;
  gap: 10px;
  }
  .wallet-btn {
  flex: 1;
  padding: 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
  }
  .wallet-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  }
  .profile-section {
  margin-bottom: 30px;
  }
  .profile-section-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Acme";
  }
  .add-btn {
  background: none;
  border: none;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
  font-family: "Acme";
  }
  .add-btn:hover {
  background: #f0f0f0;
  }
  .info-card {
  background: #000;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  }
  .info-card-content {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  }
  .info-card-actions {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  }
  .info-card-btn {
  background: none;
  border: none;
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.3s;
  }
  .info-card-btn:hover {
  color: #000;
  }
  .info-card-btn.delete {
  color: #ff4444;
  }
  .info-card-btn.delete:hover {
  color: #cc0000;
  }
  .empty-state {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  font-size: 14px;
  font-family: "Acme";
  }
  .payment-method-card {
  background: #000;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .payment-method-info {
  display: flex;
  align-items: center;
  gap: 15px;
  }
  .payment-method-icon {
  font-size: 28px;
  }
  .payment-method-details {
  font-size: 14px;
  color: #333;
  }
  .payment-method-number {
  font-weight: 500;
  margin-bottom: 3px;
  color: #fff;
  }
  .payment-method-expiry {
  font-size: 12px;
  color: #ccc;
  }
  .profile-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  padding-top: 30px;
  }
  .profile-action-btn {
  padding: 16px;
  border: none;
  border-radius: 100px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Acme";
  }
  .profile-action-btn.primary {
  background: #000;
  color: white;
  }
  .profile-action-btn.primary:hover {
  background: #333;
  }
  .profile-action-btn.secondary {
  background: white;
  color: #000;
  border: 2px solid #000;
  }
  .profile-action-btn.secondary:hover {
  background: #f5f5f5;
  }
  .profile-action-btn.danger {
  background: #ff4444;
  color: white;
  }
  .profile-action-btn.danger:hover {
  background: #cc0000;
  }
  .add-form {
  background: #000;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #121212;
  }
  .add-form-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  }
  @media (max-width: 768px) {
  .auth-options {
  grid-template-columns: 1fr 1fr;
  }
  .auth-option-btn {
  padding: 10px;
  }
  .auth-option-icon {
  font-size: 25px;
  }
  .auth-option-text {
  font-size: 15px;
  }
  .cart-item-image {
  width: 80px;
  height: 100px;
  }
  .cart-item-controls {
  flex-wrap: wrap;
  }
  .wallet-balance {
  font-size: 28px;
  }
  .profile-container {
  padding: 0px;
  }
  .success-message {
  width: 80% !important;
  }
  #ordersContainer {
  max-height: 600px;
  }
  ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  }
  ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
  transition: background 0.3s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
  background: #333333;
  }
  * {
  scrollbar-width: none;
  scrollbar-color: var(--text-primary);
  }
  }
  .disabled-btn {
  background: #e2e8f0 !important;
  color: #94a3b8 !important;
  cursor: not-allowed !important;
  border: none !important;
  }
  .sub-variants-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
  margin-bottom: 15px;
  }
  .variant-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s;
  }
  .variant-thumb:hover {
  border-color: #000;
  transform: scale(1.05);
  }
  .contact-modern-container {
  padding: 0px;
  color: white;
  }
  .contact-title {
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-family: "Lobster Two", sans-serif;
  text-align: center;
  color: var(--text-primary);
  }
  .map-wrapper {
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 15px;
  overflow: hidden;
  }
  .contact-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--bg);
  color: var(--text-primary);
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  }
  .contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
  }
  .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: white;
  color: black;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.3s;
  }
  .contact-btn.whatsapp {
  background: #25D366;
  color: white;
  }
  .store-hours h3 {
  font-size: 1.1rem;
  color:  var(--text-primary);
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  }
  .hour-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color:  var(--text-primary);
  margin-bottom: 5px;
  }
  .mamag-toast {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20, 20, 20, 0.95);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  z-index: 99999;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  display: flex;
  align-items: center;
  gap: 8px;
  }
  .mamag-toast.show {
  top: 40px;
  }
  .mamag-toast span {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  }
  .profile-container {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  }
  .profile-footer-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  }
  .profile-footer-actions button {
  width: 100%;
  }
  .view-screen {
  display: none;
  animation: fadeIn 0.3s ease;
  }
  .view-screen.active {
  display: block;
  }
  .profile-menu-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 100px;
  color: white;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.2s;
  }
  .profile-menu-item:hover {
  background: #222;
  border-color: #555;
  }
  .view-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
  }
  .back-btn {
  background: none;
  border: none;
  color:  var(--text-primary);
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  }
  .back-btn:hover {
  color: white;
  }
  @keyframes fadeIn {
  from {
  opacity: 0;
  transform: translateY(10px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }
  .otp-input {
  width: 45px;
  height: 55px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  color: #000;
  }
  .otp-input:focus {
  border-color: #000;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  outline: none;
  }
  #authPanel {
  position: fixed;
  right: -400px;
  transition: 0.3s;
  }
  #authPanel.active {
  right: 0;
  }
  .view-screen {
  display: none;
  }
  .view-screen.active {
  display: block;
  }
  .request-form-wrapper {
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
  }
  .view-title-premium {
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  }
  .form-instruction {
  font-size: 18px;
  color:  var(--text-primary);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  }
  .luxury-upload-box {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #f8f8f8;
  border: 1px dashed  var(--color-gray-900);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  }
  .luxury-upload-box:hover {
  border-color: #000;
  background: #f0f0f0;
  }
  .upload-state {
  text-align: center;
  color:  black;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  .change-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  padding: 8px 0;
  font-size: 13px;
  text-align: center;
  display: none;
  text-transform: uppercase;
  color: black;
  }
  .luxury-upload-box:hover .change-overlay {
  display: block;
  }
  .field-label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 8px 0px;
  font-weight: 600;
  color:  var(--text-primary);
  }
  .luxury-input {
  width: 100%;
  padding: 8px 12px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: white;
  font-size: 0.95rem;
  margin-bottom: 5px;
  transition: border-color 0.3s;
  outline: none;
  border-radius: 100px;
  color: black;
  text-transform: capitalize;
  }
  .luxury-input:focus {
  border-bottom-color: #000;
  }
  .form-row-flex {
  display: flex;
  gap: 20px;
  }
  .form-row-flex .form-group-premium {
  flex: 1;
  }
  .form-group-premium {
  margin-top: 20px;
  }
  .mamag-btn-black {
  width: 100%;
  background: var(--bg);
  color: var(--text-primary);
  border: 2px solid var(--text-primary);
  border-radius: 100px;
  padding: 10px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
  font-family: "Acme", sans-serif;
  }
  .mamag-btn-black:hover {
  opacity: 0.8;
  }
  .request-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #000;
  border-radius: 15px;
  margin-bottom: 10px;
  }
  .add-request-btn {
  background: var(--color-black);
  color: var(--color-white);
  padding: 3px 10px;
  border-radius: 15px 0px 0 15px;
  }
  .req-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  }
  .status-badge {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 8px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 5px;
  }
  .status-badge.pending {
  background: none;
  color: #fff3cd;
  text-decoration: underline;
  }
  .status-badge.accepted {
  background: none;
  color: #d4edda;
  font-weight: bold;
  }
  .status-badge.declined-urgent {
  background: none;
  color: #ff0707;
  font-weight: bold;
  animation: blinkDecline 1.5s infinite;
  }
  @keyframes blinkDecline {
  0% {
  opacity: 1;
  }
  50% {
  opacity: 0.5;
  }
  100% {
  opacity: 1;
  }
  }
  .req-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-left: auto;
  }
  .req-info h4 {
  font-size: 14px;
  }
  .delete-req-btn {
  background: none;
  border: none;
  color: #cc0000;
  cursor: pointer;
  padding: 5px;
  transition: transform 0.2s;
  opacity: 0.6;
  }
  .delete-req-btn:hover {
  transform: scale(1.1);
  opacity: 1;
  }
  .request-card {
  transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .empty-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  }
  .qty-controls button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f0f0f0;
  }
  .accepted-action-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-top: 10px;
  }
  .btn-small {
  padding: 8px 15px !important;
  font-size: 10px !important;
  letter-spacing: 1px;
  }
  .panel-section-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 10px;
  color: var(--text-primary);
  }
  .addon-item-card, .addon-item-card-full {
  transition: all 0.3s ease;
  border: 1px solid transparent;
  }
  .addon-item-card:hover, .addon-item-card-full:hover {
  transform: translateY(-2px);
  }
  .toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  }
  .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  }
  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: .4s;
  border-radius: 24px;
  }
  .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  }
  input:checked + .slider {
  background-color: #ff4d4d;
  }
  input:checked + .slider:before {
  transform: translateX(20px);
  }
  .add-on-detail-panel {
  background: #000;
  color: #fff;
  width: 100%;
  max-width: 450px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  box-shadow: -5px 0 15px rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  }
  .add-on-detail-panel .panel-header {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid #222;
  }
  .add-on-detail-panel .panel-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  scroll-behavior: smooth;
  }
  .size-error {
  color: #ff4d4d;
  font-size: 12px;
  margin-top: 5px;
  display: none;
  }
  .size-error.show {
  display: block;
  animation: shake 0.3s ease-in-out;
  }
  @keyframes shake {
  0%, 100% {
  transform: translateX(0);
  }
  25% {
  transform: translateX(-5px);
  }
  75% {
  transform: translateX(5px);
  }
  }
  .panel-content::-webkit-scrollbar {
  width: 4px;
  }
  .panel-content::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
  }
  #addonFullPanel.side-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  background: #000;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  }
  #addonFullPanel.open {
  right: 0;
  }
  .proceed-btn {
  width: 100%;
  position: sticky;
  left: 0;
  bottom: 0;
  padding: 0;
  padding-bottom: 20px;
  z-index: 11;
  }
  #profileMainView {
  padding: 25px 5px;
  }
  .profile-header-premium {
  text-align: center;
  margin-bottom: 35px;
  }
  .profile-avatar-wrapper {
  position: relative;
  display: inline-block;
  }
  .profile-avatar-large {
  width: 90px;
  height: 90px;
  background: linear-gradient( -45deg, #9ea1a1 0%, #3b3b3b 25%, #000000 50%, #e2e2e2 75%, #9ea1a1 100% );
  background-size: 400% 400%;
  color:  var(--text-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  border: 2px solid #bdc3c7;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), inset 0 0 10px rgba(255, 255, 255, 0.5);
  animation: silverShimmer 6s ease-in-out infinite;
  position: relative;
  overflow: hidden;
  }
  @keyframes silverShimmer {
  0% {
  background-position: 0% 50%;
  }
  50% {
  background-position: 100% 50%;
  }
  100% {
  background-position: 0% 50%;
  }
  }
  .profile-avatar-large::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( 135deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 50% );
  border-radius: 50%;
  pointer-events: none;
  }
  .online-badge {
  position: absolute;
  bottom: 20px;
  right: 5px;
  width: 14px;
  height: 14px;
  background: #2ecc71;
  border: 3px solid #fff;
  border-radius: 50%;
  }
  .profile-name {
  font-size: 22px;
  font-weight: 500;
  color:  var(--text-primary);
  margin: 0;
  }
  .profile-email {
  font-size: 14px;
  color:  var(--text-primary);
  margin-top: 4px;
  }
  .menu-group-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:  var(--text-primary);
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 5px;
  }
  .modern-menu-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 16px;
  background: #000;
  border: 1px solid var(--text-primary);
  border-radius: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  }
  .modern-menu-item .menu-text {
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  }
  .modern-menu-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  .menu-icon {
  width: 40px;
  height: 40px;
  background: var(--text-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
  }
  .menu-text {
  flex: 1;
  }
  .profile-footer-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  }
  .delete-link-btn {
  background: red;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 100px !important;
  transition: background 0.2s;
  width: 100%;
  }
  .menu-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color:  var(--text-primary);
  }
  .menu-subtitle {
  display: block;
  font-size: 12px;
  color:  var(--text-primary);
  margin-top: 2px;
  }
  .menu-arrow {
  font-size: 12px;
  color:  var(--text-primary);
  font-weight: 200;
  }
  .profile-footer-minimal {
  margin-top: 40px;
  text-align: center;
  }
  .logout-link-btn {
  background: #fdf2f2;
  border: none;
  color: #e74c3c;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 100px;
  transition: background 0.2s;
  width: 100%;
  }
  .app-version {
  font-size: 10px;
  color:  var(--text-primary);
  margin-top: 20px;
  letter-spacing: 0.5px;
  }
  .search-container {
  padding: 10px;
  min-height: 100vh;
  color: #fff;
  }
  .search-input-wrapper {
  position: relative;
  margin-bottom: 40px;
  }
  .search-input {
  width: 100%;
  background: var(--bg);
  border: none;
  padding: 18px 25px;
  padding-right: 60px;
  border-radius: 40px;
  font-size: 16px;
  color: var(--text-primary);
  outline: none;
  }
  .search-icon-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  }
  .section-label{
    color: var(--text-primary);
  }
  .search-icon-btn svg {
  width: 20px;
  height: 20px;
    stroke: var(--color-black);
  }
  .trending-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  margin-top: 10px;
  }
  .search-tag {
  padding: 10px 15px;
  border: 1.5px solid var(--color-black);
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--bg);
  color: var(--text-primary);
  }
  .search-tag:hover {
  background: #fff;
  color: #000;
  }
  .quick-search-list {
  display: flex;
  flex-direction: column;
  }
  .quick-item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #333;
  cursor: pointer;
  transition: opacity 0.2s;
  }
  .quick-item:hover {
  opacity: 0.7;
  }
  .item-emoji {
  font-size: 20px;
  margin-right: 20px;
  }
  .item-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-primary);
  }
  .img-container {
  width: 100%;
  border-radius: 8px;
  background-color: #222;
  position: relative;
  overflow: hidden;
  }
  .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  }
  .skeleton-loader {
  background: linear-gradient( 90deg, #c9c9c9 25%, #333 50%, #797979 75% );
  background-size: 200% 100%;
  animation: shimmer-animation 1.5s infinite;
  }
  .stock-item.loaded {
  background: none;
  }
  @keyframes shimmer-animation {
  0% {
  background-position: 200% 0;
  }
  100% {
  background-position: -200% 0;
  }
  }
  .img-container img {
  opacity: 0;
  transition: opacity 0.5s ease;
  }
  .img-container.loaded {
  animation: none;
  background: transparent;
  }
  .img-container.loaded img {
  opacity: 1;
  }
  .info-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  display: none;
  backdrop-filter: blur(4px);
  }
  .info-panel {
  position: fixed;
  right: -100%;
  width: 30%;
  height: 100vh;
  background: var(--primary);
  z-index: 9999;
  transition: bottom 0.5s cubic-bezier(0.32, 1.01, 0.55, 1);
  padding: 20px;
  padding-top: 30px;
  box-sizing: border-box;
  color: var(--text-primary);
  overflow-y: auto;
  box-shadow: 0px -6px 16px -3px gray;
  }
  .info-panel.active {
  right: 0;
  bottom: 0;
  }
  .close-panel-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  border: none;
  background: var(--bg);
  color: var(--text-primary);
  cursor: pointer;
  padding: 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  }
  @media (max-width: 768px) {
  .info-panel {
  position: fixed;
  bottom: -300%;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 30px 30px 0 0;
  z-index: 9999;
  transition: bottom 0.5s cubic-bezier(0.32, 1.01, 0.55, 1);
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  box-shadow: 0px -6px 16px -3px gray;
  }
  .info-panel.active {
  bottom: 0;
  }
    .close-panel-btn {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 28px;
  border: none;
  background: var(--bg);
  color: var(--text-primary);
  cursor: pointer;
  padding: 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  }
  .info-panel .panel-header{
    display: none;
  }
  }
  .panel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  }

  .panel-body {
  padding: 10px 10px 40px;
  line-height: 1.6;
  font-size: 16px;
  }
  .panel-body h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 25px;
  border-left: 5px solid var(--text-primary);
  padding-left: 15px;
  text-transform: uppercase;
  }
  .content-block {
  margin-bottom: 30px;
  }
  .content-block h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-primary);
  margin-bottom: 10px;
  }
  .content-block p, .content-block li {
  font-size: 16px;
  line-height: 1.8;
  }
  .highlight-box {
  background: var(--bg);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #eee;
  margin: 20px 0;
  color: var(--text-primary);
  }
  .info-panel::-webkit-scrollbar {
  width: 5px;
  }
  .info-panel::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 10px;
  }
  .panel-main-image:fullscreen {
  object-fit: contain;
  background-color: #000;
  }
  .panel-main-image:-webkit-full-screen {
  object-fit: contain;
  background-color: #000;
  }
  #fullScreenBtn:hover {
  transform: scale(1.1);
  transition: 0.2s;
  }
  .size-btn span {
  font-size: 12px !important;
  font-weight: 500;
  }
  .status-video {
  transform: translateZ(0);
  will-change: transform;
  }
  #mamag-notify-container {
  width: fit-content;
  }
  @media (max-width: 670px) {
  .req_img_card {
  width: 80px !important;
  height: 90px !important;
  }
  #mamag-notify-container {
  width: 90%;
  }
  }
  @property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  }
  @property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  }
  @property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  }
  @property --tw-skew-x {
  syntax: "*";
  inherits: false;
  }
  @property --tw-skew-y {
  syntax: "*";
  inherits: false;
  }
  @property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
  }
  @property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
  }
  @property --tw-gradient-position {
  syntax: "*";
  inherits: false;
  }
  @property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
  }
  @property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
  }
  @property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
  }
  @property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
  }
  @property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
  }
  @property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
  }
  @property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
  }
  @property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
  }
  @property --tw-font-weight {
  syntax: "*";
  inherits: false;
  }
  @property --tw-tracking {
  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-blur {
  syntax: "*";
  inherits: false;
  }
  @property --tw-brightness {
  syntax: "*";
  inherits: false;
  }
  @property --tw-contrast {
  syntax: "*";
  inherits: false;
  }
  @property --tw-grayscale {
  syntax: "*";
  inherits: false;
  }
  @property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
  }
  @property --tw-invert {
  syntax: "*";
  inherits: false;
  }
  @property --tw-opacity {
  syntax: "*";
  inherits: false;
  }
  @property --tw-saturate {
  syntax: "*";
  inherits: false;
  }
  @property --tw-sepia {
  syntax: "*";
  inherits: false;
  }
  @property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
  }
  @property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
  }
  @property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
  }
  @property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
  }
  @property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
  }
  @property --tw-duration {
  syntax: "*";
  inherits: false;
  }
  @property --tw-ease {
  syntax: "*";
  inherits: false;
  }
  @keyframes spin {
  to {
  transform: rotate(360deg);
  }
  }
  @layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
  *, ::before, ::after, ::backdrop {
  --tw-rotate-x: initial;
  --tw-rotate-y: initial;
  --tw-rotate-z: initial;
  --tw-skew-x: initial;
  --tw-skew-y: initial;
  --tw-space-y-reverse: 0;
  --tw-border-style: solid;
  --tw-gradient-position: initial;
  --tw-gradient-from: #0000;
  --tw-gradient-via: #0000;
  --tw-gradient-to: #0000;
  --tw-gradient-stops: initial;
  --tw-gradient-via-stops: initial;
  --tw-gradient-from-position: 0%;
  --tw-gradient-via-position: 50%;
  --tw-gradient-to-position: 100%;
  --tw-font-weight: initial;
  --tw-tracking: 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-blur: initial;
  --tw-brightness: initial;
  --tw-contrast: initial;
  --tw-grayscale: initial;
  --tw-hue-rotate: initial;
  --tw-invert: initial;
  --tw-opacity: initial;
  --tw-saturate: initial;
  --tw-sepia: initial;
  --tw-drop-shadow: initial;
  --tw-drop-shadow-color: initial;
  --tw-drop-shadow-alpha: 100%;
  --tw-drop-shadow-size: initial;
  --tw-backdrop-blur: initial;
  --tw-backdrop-brightness: initial;
  --tw-backdrop-contrast: initial;
  --tw-backdrop-grayscale: initial;
  --tw-backdrop-hue-rotate: initial;
  --tw-backdrop-invert: initial;
  --tw-backdrop-opacity: initial;
  --tw-backdrop-saturate: initial;
  --tw-backdrop-sepia: initial;
  --tw-duration: initial;
  --tw-ease: initial;
  }
  }
  }
