.elementor-709 .elementor-element.elementor-element-edcdc22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;}.elementor-709 .elementor-element.elementor-element-edcdc22:not(.elementor-motion-effects-element-type-background), .elementor-709 .elementor-element.elementor-element-edcdc22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #A7BFCF 0%, #A7BFCF 100%);}/* Start custom CSS for html, class: .elementor-element-b266774 */#bst-sh-bistro-v1-root {
  --bst-bg: #F3FBF8;
  --bst-surface: rgba(255,255,255,.62);
  --bst-surface-solid: #FFFFFF;
  --bst-border: #DCEFE7;
  --bst-text: #16241F;
  --bst-text-muted: #5C7C71;
  --bst-accent: #00B8A9;
  --bst-accent-2: #FFC145;
  --bst-accent-3: #7C5CFF;
  --bst-accent-text: #06231D;
  --bst-radius-card: 24px;
  --bst-radius-lg: 28px;
  --bst-ease: cubic-bezier(.4,0,.2,1);
  --bst-spring: cubic-bezier(.34,1.56,.64,1);
  --bst-gradient: linear-gradient(135deg, var(--bst-accent), var(--bst-accent-3));

  position: relative;
  font-family: 'Vazirmatn', Tahoma, sans-serif;
  background: var(--bst-bg);
  color: var(--bst-text);
  border-radius: var(--bst-radius-lg);
  overflow: hidden;
  transition: background .35s var(--bst-ease), color .35s var(--bst-ease);
}
#bst-sh-bistro-v1-root[data-bst-theme="dark"] {
  --bst-bg: #0B1613;
  --bst-surface: rgba(20,32,29,.55);
  --bst-surface-solid: #142320;
  --bst-border: #223832;
  --bst-text: #E8F5F0;
  --bst-text-muted: #8FB0A6;
  --bst-accent: #26E0C9;
  --bst-accent-2: #FFD166;
  --bst-accent-3: #9C7BFF;
  --bst-accent-text: #06231D;
}
#bst-sh-bistro-v1-root * { box-sizing: border-box; }
#bst-sh-bistro-v1-root h1, #bst-sh-bistro-v1-root h2, #bst-sh-bistro-v1-root h3,
#bst-sh-bistro-v1-root p, #bst-sh-bistro-v1-root button, #bst-sh-bistro-v1-root input { margin: 0; }

/* ===== Aurora background ===== */
#bst-sh-bistro-v1-root .bst-aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
#bst-sh-bistro-v1-root .bst-aurora-blob {
  position: absolute; border-radius: 50%; filter: blur(70px); opacity: .35;
  animation: bstAuroraFloat 18s ease-in-out infinite;
}
#bst-sh-bistro-v1-root .bst-aurora-blob--1 { width: 280px; height: 280px; top: -100px; right: -60px; background: var(--bst-accent); }
#bst-sh-bistro-v1-root .bst-aurora-blob--2 { width: 240px; height: 240px; bottom: -60px; left: -60px; background: var(--bst-accent-3); animation-duration: 22s; animation-delay: -5s; }
#bst-sh-bistro-v1-root .bst-aurora-blob--3 { width: 180px; height: 180px; top: 45%; right: 22%; background: var(--bst-accent-2); opacity: .22; animation-duration: 26s; animation-delay: -10s; }
@keyframes bstAuroraFloat { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(26px,-30px) scale(1.1); } }

#bst-sh-bistro-v1-root .bst-header, #bst-sh-bistro-v1-root .bst-breadcrumb,
#bst-sh-bistro-v1-root .bst-main, #bst-sh-bistro-v1-root .bst-footer { position: relative; z-index: 1; }

/* ===== Theme switch flourish overlay ===== */
#bst-sh-bistro-v1-root .bst-theme-flourish {
  position: fixed; z-index: 5; border-radius: 50%; pointer-events: none;
  background: var(--bst-gradient); opacity: .18;
  animation: bstFlourish .6s var(--bst-ease) forwards;
}
@keyframes bstFlourish { from { transform: scale(0); opacity: .28; } to { transform: scale(40); opacity: 0; } }

/* ===== Header ===== */
#bst-sh-bistro-v1-root .bst-header {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  padding: 16px 20px; border-bottom: 1px solid var(--bst-border);
  backdrop-filter: blur(10px);
}
#bst-sh-bistro-v1-root .bst-brand {
  order: 1; font-weight: 800; font-size: 15px;
  background: var(--bst-gradient); -webkit-background-clip: text; background-clip: text; color: transparent;
  text-decoration: none;
}
#bst-sh-bistro-v1-root .bst-search-wrap { order: 3; flex-basis: 100%; }
#bst-sh-bistro-v1-root .bst-search-input {
  width: 100%; border: 1px solid var(--bst-border); border-radius: 999px;
  background: var(--bst-surface); color: var(--bst-text); backdrop-filter: blur(8px);
  padding: 11px 18px; font-family: inherit; font-size: 13.5px;
  outline: none; transition: border-color .25s var(--bst-ease), box-shadow .25s var(--bst-ease);
}
#bst-sh-bistro-v1-root .bst-search-input:focus { border-color: var(--bst-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--bst-accent) 18%, transparent); }
#bst-sh-bistro-v1-root .bst-search-input::placeholder { color: var(--bst-text-muted); }

@media (min-width: 861px) {
  #bst-sh-bistro-v1-root .bst-brand { order: 1; }
  #bst-sh-bistro-v1-root .bst-search-wrap { order: 2; flex-basis: auto; flex: 1; max-width: 420px; margin: 0 auto; }
  #bst-sh-bistro-v1-root .bst-theme-switch { order: 3; }
}

/* ===== Theme switch (slider) ===== */
#bst-sh-bistro-v1-root .bst-theme-switch { order: 2; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0; }
#bst-sh-bistro-v1-root .bst-theme-track {
  display: inline-flex; align-items: center; width: 54px; height: 30px; border-radius: 999px;
  background: var(--bst-surface-solid); border: 1px solid var(--bst-border); position: relative;
  transition: background .3s var(--bst-ease);
}
#bst-sh-bistro-v1-root .bst-theme-thumb {
  position: absolute; top: 3px; right: 3px; width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bst-gradient);
  transition: transform .45s var(--bst-spring);
}
#bst-sh-bistro-v1-root[data-bst-theme="dark"] .bst-theme-thumb { transform: translateX(-24px) rotate(360deg); }
#bst-sh-bistro-v1-root .bst-theme-icon { position: absolute; font-size: 11px; color: #fff; transition: opacity .3s var(--bst-ease); }
#bst-sh-bistro-v1-root .bst-theme-icon--moon { opacity: 0; }
#bst-sh-bistro-v1-root[data-bst-theme="dark"] .bst-theme-icon--sun { opacity: 0; }
#bst-sh-bistro-v1-root[data-bst-theme="dark"] .bst-theme-icon--moon { opacity: 1; }

/* ===== Breadcrumb ===== */
#bst-sh-bistro-v1-root .bst-breadcrumb { display: flex; align-items: center; gap: 10px; padding: 14px 20px 0; animation: bstFadeUp .35s var(--bst-ease); }
#bst-sh-bistro-v1-root .bst-back {
  display: flex; align-items: center; gap: 4px;
  border: 1px solid var(--bst-border); background: var(--bst-surface); backdrop-filter: blur(8px);
  color: var(--bst-text); border-radius: 999px; padding: 8px 16px;
  font-family: inherit; font-size: 12.5px; font-weight: 600; cursor: pointer;
  transition: border-color .2s var(--bst-ease), transform .2s var(--bst-spring);
}
#bst-sh-bistro-v1-root .bst-back-arrow { display: inline-block; transition: transform .25s var(--bst-spring); }
#bst-sh-bistro-v1-root .bst-back:hover { border-color: var(--bst-accent); }
#bst-sh-bistro-v1-root .bst-back:hover .bst-back-arrow { transform: translateX(3px); }
#bst-sh-bistro-v1-root .bst-back:active { transform: scale(.93); }
#bst-sh-bistro-v1-root .bst-breadcrumb-text { font-size: 13px; color: var(--bst-text-muted); font-weight: 600; }
@keyframes bstFadeUp { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* ===== Main / footer ===== */
#bst-sh-bistro-v1-root .bst-main { padding: 22px 20px 40px; min-height: 300px; }
#bst-sh-bistro-v1-root .bst-footer { text-align: center; padding: 20px; border-top: 1px solid var(--bst-border); }
#bst-sh-bistro-v1-root .bst-footer a { color: var(--bst-text-muted); text-decoration: none; font-size: 13px; }
#bst-sh-bistro-v1-root .bst-footer a:hover { color: var(--bst-accent); }

/* ===== View transition ===== */
#bst-sh-bistro-v1-root .bst-view { animation: bstViewIn .55s var(--bst-ease); }
@keyframes bstViewIn { from { opacity: 0; transform: translateY(18px) scale(.97); filter: blur(6px); } to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }

/* ===== Grid tiles (business & category) ===== */
#bst-sh-bistro-v1-root .bst-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; perspective: 900px; }
@media (min-width: 861px) { #bst-sh-bistro-v1-root .bst-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
#bst-sh-bistro-v1-root .bst-tile {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  padding: 22px 14px; border: 1px solid var(--bst-border); border-radius: var(--bst-radius-card);
  background: var(--bst-surface); backdrop-filter: blur(12px);
  cursor: pointer; font-family: inherit; transform-style: preserve-3d;
  opacity: 0; transform: translateY(22px) scale(.94);
  animation: bstTileIn .6s var(--bst-spring) forwards;
  transition: border-color .25s var(--bst-ease), box-shadow .3s var(--bst-ease), transform .25s var(--bst-ease);
  will-change: transform;
}
#bst-sh-bistro-v1-root .bst-tile::before {
  content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background: radial-gradient(200px circle at var(--mx,50%) var(--my,50%), color-mix(in srgb, var(--bst-accent) 28%, transparent), transparent 70%);
  transition: opacity .35s var(--bst-ease);
}
#bst-sh-bistro-v1-root .bst-tile::after {
  content: ''; position: absolute; inset: -60% -20%; opacity: 0;
  background: linear-gradient(75deg, transparent 40%, color-mix(in srgb, var(--bst-accent-2) 55%, transparent) 50%, transparent 60%);
  transform: translateX(-120%); pointer-events: none;
}
#bst-sh-bistro-v1-root .bst-tile:hover::before { opacity: 1; }
#bst-sh-bistro-v1-root .bst-tile:hover::after { opacity: 1; animation: bstShimmer 1.1s ease; }
@keyframes bstShimmer { from { transform: translateX(-120%); } to { transform: translateX(120%); } }
#bst-sh-bistro-v1-root .bst-tile:hover { border-color: var(--bst-accent); box-shadow: 0 20px 38px rgba(0,184,169,.2); }
@keyframes bstTileIn { to { opacity: 1; transform: translateY(0) scale(1); } }

#bst-sh-bistro-v1-root .bst-ring {
  display: inline-flex; align-items: center; justify-content: center;
  width: 88px; height: 88px; border-radius: 50%; padding: 3px; flex-shrink: 0;
  background: conic-gradient(from 0deg, var(--bst-accent), var(--bst-accent-3), var(--bst-accent-2), var(--bst-accent));
  animation: bstSpin 7s linear infinite;
  transition: transform .3s var(--bst-spring);
}
#bst-sh-bistro-v1-root .bst-tile:hover .bst-ring { transform: scale(1.06); }
@keyframes bstSpin { to { transform: rotate(360deg); } }
#bst-sh-bistro-v1-root .bst-ring-inner {
  display: inline-flex; width: 100%; height: 100%; border-radius: 50%; overflow: hidden;
  background: var(--bst-surface-solid);
}
#bst-sh-bistro-v1-root .bst-ring-inner img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
#bst-sh-bistro-v1-root .bst-tile-name { font-size: 13.5px; font-weight: 700; text-align: center; color: var(--bst-text); }

/* ===== Product list ===== */
#bst-sh-bistro-v1-root .bst-list { display: flex; flex-direction: column; gap: 12px; }
#bst-sh-bistro-v1-root .bst-item {
  position: relative; overflow: hidden;
  border: 1px solid var(--bst-border); border-radius: var(--bst-radius-card);
  background: var(--bst-surface); backdrop-filter: blur(10px);
  opacity: 0; transform: translateX(20px);
  animation: bstItemIn .5s var(--bst-spring) forwards;
  transition: border-color .25s var(--bst-ease), box-shadow .3s var(--bst-ease);
}
#bst-sh-bistro-v1-root .bst-item::before {
  content: ''; position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background: radial-gradient(170px circle at var(--mx,50%) var(--my,50%), color-mix(in srgb, var(--bst-accent) 20%, transparent), transparent 70%);
  transition: opacity .3s var(--bst-ease);
}
#bst-sh-bistro-v1-root .bst-item:hover::before { opacity: 1; }
#bst-sh-bistro-v1-root .bst-item:hover { border-color: var(--bst-accent); }
@keyframes bstItemIn { to { opacity: 1; transform: translateX(0); } }

#bst-sh-bistro-v1-root .bst-item-head {
  width: 100%; display: flex; align-items: center; gap: 14px; position: relative; z-index: 1;
  padding: 12px 16px; background: transparent; border: none; cursor: pointer;
  text-align: right; font-family: inherit; color: var(--bst-text);
}
#bst-sh-bistro-v1-root .bst-item-img {
  display: inline-flex; width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
  background: var(--bst-gradient); padding: 2px;
  transition: transform .3s var(--bst-spring);
}
#bst-sh-bistro-v1-root .bst-item-head:hover .bst-item-img { transform: scale(1.1) rotate(6deg); }
#bst-sh-bistro-v1-root .bst-item-img span {
  display: inline-flex; width: 100%; height: 100%; border-radius: 50%; overflow: hidden;
}
#bst-sh-bistro-v1-root .bst-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
#bst-sh-bistro-v1-root .bst-item-info { flex: 1; display: flex; flex-direction: column; gap: 3px; }
#bst-sh-bistro-v1-root .bst-item-name { font-size: 14px; font-weight: 700; }
#bst-sh-bistro-v1-root .bst-item-tag { font-size: 11px; color: var(--bst-text-muted); }
#bst-sh-bistro-v1-root .bst-item-price {
  font-size: 13px; font-weight: 800; white-space: nowrap; padding: 5px 12px; border-radius: 999px;
  background: color-mix(in srgb, var(--bst-accent) 14%, transparent); color: var(--bst-accent);
}
#bst-sh-bistro-v1-root .bst-item-arrow { display: inline-block; font-size: 13px; color: var(--bst-text-muted); transition: transform .35s var(--bst-spring); }
#bst-sh-bistro-v1-root .bst-item.is-open .bst-item-arrow { transform: rotate(-90deg); color: var(--bst-accent); }

#bst-sh-bistro-v1-root .bst-item-detail { max-height: 0; opacity: 0; overflow: hidden; position: relative; z-index: 1; transition: max-height .4s var(--bst-spring), opacity .3s var(--bst-ease); }
#bst-sh-bistro-v1-root .bst-item.is-open .bst-item-detail { max-height: 200px; opacity: 1; }
#bst-sh-bistro-v1-root .bst-item-detail-inner {
  padding: 14px 16px 16px 16px; margin-right: 68px;
  font-size: 12.5px; line-height: 2; color: var(--bst-text-muted);
  border-top: 1px solid transparent; border-image: var(--bst-gradient) 1;
}
#bst-sh-bistro-v1-root .bst-spark {
  position: absolute; width: 5px; height: 5px; border-radius: 50%;
  background: var(--bst-accent-2); pointer-events: none;
  animation: bstSparkOut .6s ease-out forwards;
}
@keyframes bstSparkOut { to { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; } }

/* ===== Empty state ===== */
#bst-sh-bistro-v1-root .bst-empty { text-align: center; padding: 40px 10px; color: var(--bst-text-muted); font-size: 13.5px; }

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  #bst-sh-bistro-v1-root * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  #bst-sh-bistro-v1-root .bst-tile, #bst-sh-bistro-v1-root .bst-item { opacity: 1 !important; transform: none !important; filter: none !important; }
  #bst-sh-bistro-v1-root .bst-ring { animation: none; }
}/* End custom CSS */