@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Cormorant+Garamond:wght@400;700&display=swap";
/* [next]/internal/font/google/geist_e531dabc.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/973faccb4f6aedb5-s.b7d310ad.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/d26cc22533d232c7-s.81df3a5b.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/b0a57561b6cb5495-s.p.da1ebef7.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_e531dabc-module__QGiZLq__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_e531dabc-module__QGiZLq__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_68a01160.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/942c7eecbf9bc714-s.cb6bbcb1.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/e5e2a9f48cda0a81-s.e32db976.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8ee3a1ba4ed5baee-s.p.be19f591.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_68a01160-module__YLcDdW__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_68a01160-module__YLcDdW__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  html {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
  }
}

.classic-menu-bg {
  background: #f8f5ed url("/classic-paper-texture.png");
  min-height: 100vh;
  padding: 32px 0;
}

.classic-menu-frame {
  background: rgba(255, 255, 255, .92);
  border: 3px solid #bfa77a;
  border-radius: 18px;
  max-width: 600px;
  margin: 0 auto;
  padding: 36px 32px 32px;
  position: relative;
  box-shadow: 0 4px 32px rgba(0, 0, 0, .067);
}

.classic-menu-title {
  text-align: center;
  letter-spacing: 2px;
  color: #7a5c2e;
  margin-bottom: 18px;
  font-family: Playfair Display, serif;
  font-size: 2.2rem;
}

.classic-menu-divider {
  text-align: center;
  color: #bfa77a;
  margin: 18px 0;
  font-size: 1.5rem;
}

.classic-menu-category {
  color: #7a5c2e;
  border-bottom: 1px solid #e5d7b8;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-family: Cormorant Garamond, serif;
  font-size: 1.3rem;
}

.classic-menu-item {
  color: #222;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 1.08rem;
  display: flex;
}

.classic-menu-price {
  color: #7a5c2e;
  margin-left: 12px;
  font-weight: 600;
}

.digital-menu-header {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  display: flex;
}

.digital-menu-category-select, .digital-menu-search {
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  min-width: 180px;
  padding: 12px;
  font-size: 16px;
  transition: border .2s;
}

.digital-menu-category-select:focus, .digital-menu-search:focus {
  border: 1.5px solid #4f8cff;
  outline: none;
}

.digital-menu-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  display: grid;
}

@media (max-width: 600px) {
  .digital-menu-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.product-card {
  background: #fff;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  padding: 22px 18px 18px;
  transition: box-shadow .18s, transform .18s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .067), 0 1.5px 6px rgba(79, 140, 255, .067);
}

.product-card:hover {
  z-index: 2;
  transform: translateY(-2px)scale(1.025);
  box-shadow: 0 8px 32px rgba(79, 140, 255, .133), 0 2px 8px rgba(0, 0, 0, .133);
}

.product-card-image {
  object-fit: cover;
  background: #f6f8fa;
  border-radius: 12px;
  width: 100%;
  max-height: 140px;
  margin-bottom: 14px;
}

.product-card-title {
  color: #23283a;
  letter-spacing: .2px;
  margin-bottom: 4px;
  font-size: 1.18rem;
  font-weight: 700;
}

.product-card-desc {
  color: #888;
  min-height: 32px;
  margin-bottom: 8px;
  font-size: .98rem;
}

.product-card-price {
  color: #4f8cff;
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: 700;
}

.product-card-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #4f8cff 60%, #1976d2 100%);
  border: none;
  border-radius: 8px;
  margin-top: auto;
  padding: 10px 22px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: background .18s, box-shadow .18s;
  box-shadow: 0 2px 8px rgba(79, 140, 255, .133);
}

.product-card-btn:hover {
  background: linear-gradient(90deg, #1976d2 60%, #4f8cff 100%);
  box-shadow: 0 4px 16px rgba(79, 140, 255, .2);
}

.keen-slider {
  overflow: hidden !important;
}

.keen-slider__slide {
  box-sizing: border-box;
  overflow: visible;
}

.keen-slider__slide .product-card {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .carousel-nav-button {
    display: none !important;
  }

  .keen-slider__slide .product-card {
    max-width: 260px;
  }
}

.list-product-card {
  transition: all .2s;
}

.list-product-card:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 16px rgba(79, 140, 255, .133) !important;
}

@media (max-width: 600px) {
  .list-product-card {
    text-align: center;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .list-product-card .product-image {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 12px !important;
  }

  .list-product-card .add-to-cart-btn {
    width: 100% !important;
    margin-top: 12px !important;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__8ebb6d4b._.css.map*/