/* Tanoorak Menu Pro Lite UI - v2.1.0 */

.tanoorak-menu-ui,
.tanoorak-menu-ui * {
  box-sizing: border-box;
}

.tanoorak-menu-ui {
  direction: rtl;
  width: 100%;
  max-width: 1220px;
  margin: 30px auto;
  padding: 18px;
  color: #222;
  font-family: inherit;
}

.tanoorak-menu-head {
  text-align: center;
  margin-bottom: 24px;
}

.tanoorak-logo {
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto 12px;
  border-radius: 22px;
  background: #fff0f2;
  box-shadow: 0 10px 28px rgba(217, 75, 95, 0.18);
  font-size: 34px;
}

.tanoorak-title {
  margin: 0;
  font-size: 38px;
  line-height: 1.5;
  font-weight: 900;
  color: #d94b5f;
}

.tanoorak-subtitle {
  margin: 4px 0 0;
  font-size: 15px;
  color: #777;
}

.tanoorak-search-wrap {
  max-width: 720px;
  margin: 0 auto 18px;
}

.tanoorak-search {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  color: #222;
  outline: none;
  font-size: 15px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

.tanoorak-search:focus {
  border-color: #d94b5f;
  box-shadow: 0 10px 28px rgba(217,75,95,0.14);
}

.tanoorak-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px 28px;
}

.tanoorak-tab {
  appearance: none;
  border: 1px solid #ececec;
  background: #fff;
  color: #444;
  margin: 5px;
  padding: 9px 17px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tanoorak-tab:hover,
.tanoorak-tab.active {
  color: #fff;
  background: #d94b5f;
  border-color: #d94b5f;
  box-shadow: 0 8px 20px rgba(217,75,95,0.24);
}

.tanoorak-section {
  margin-bottom: 42px;
}

.tanoorak-category-row {
  display: table;
  width: 100%;
  margin: 0 0 24px;
}

.tanoorak-category-row span,
.tanoorak-category-title {
  display: table-cell;
  vertical-align: middle;
}

.tanoorak-category-row span {
  width: 50%;
  position: relative;
}

.tanoorak-category-row span:before {
  content: "";
  display: block;
  height: 1px;
  background: #ead7da;
}

.tanoorak-category-title {
  width: 1%;
  white-space: nowrap;
  padding: 0 18px;
  margin: 0;
  text-align: center;
  font-size: 27px;
  line-height: 1.6;
  font-weight: 900;
  color: #d94b5f;
}

.tanoorak-products {
  display: flex;
  flex-wrap: wrap;
  margin: -11px;
}

.tanoorak-card {
  width: calc(25% - 22px);
  margin: 11px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tanoorak-card:hover {
  transform: translateY(-6px);
  border-color: #ffdce2;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.tanoorak-image-box {
  position: relative;
  width: 100%;
  height: 178px;
  overflow: hidden;
  background: #f6f6f6;
}

.tanoorak-image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.tanoorak-card:hover .tanoorak-image-box img {
  transform: scale(1.05);
}

.tanoorak-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background: linear-gradient(135deg, #fff0f2, #f7f7f7);
}

.tanoorak-card-body {
  min-height: 124px;
  padding: 14px 13px 16px;
  text-align: center;
}

.tanoorak-item-title {
  margin: 0 0 8px;
  color: #222;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 900;
}

.tanoorak-desc {
  min-height: 38px;
  margin: 0 0 11px;
  color: #777;
  font-size: 13px;
  line-height: 1.8;
}

.tanoorak-price {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 999px;
  background: #fff0f2;
  color: #d94b5f;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
}

.tanoorak-no-result,
.tanoorak-empty {
  display: none;
  text-align: center;
  margin: 25px auto;
  padding: 18px;
  border-radius: 18px;
  background: #fff0f2;
  color: #d94b5f;
  font-weight: 800;
}

.tanoorak-menu-ui.is-empty .tanoorak-no-result {
  display: block;
}

@media (max-width: 1100px) {
  .tanoorak-card {
    width: calc(33.333% - 22px);
  }
}

@media (max-width: 768px) {
  .tanoorak-menu-ui {
    padding: 12px;
    margin: 18px auto;
  }

  .tanoorak-logo {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 18px;
    font-size: 28px;
  }

  .tanoorak-title {
    font-size: 29px;
  }

  .tanoorak-subtitle {
    font-size: 13px;
  }

  .tanoorak-search {
    height: 48px;
    border-radius: 14px;
  }

  .tanoorak-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .tanoorak-tab {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 8px 14px;
  }

  .tanoorak-category-title {
    font-size: 22px;
    padding: 0 12px;
  }

  .tanoorak-card {
    width: calc(50% - 22px);
    border-radius: 20px;
  }

  .tanoorak-image-box {
    height: 135px;
  }

  .tanoorak-card-body {
    min-height: 108px;
    padding: 11px 9px 13px;
  }

  .tanoorak-item-title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .tanoorak-desc {
    display: none;
  }

  .tanoorak-price {
    font-size: 13px;
    padding: 6px 12px;
  }
}

@media (max-width: 420px) {
  .tanoorak-products {
    margin: -8px;
  }

  .tanoorak-card {
    width: calc(50% - 16px);
    margin: 8px;
  }

  .tanoorak-image-box {
    height: 118px;
  }

  .tanoorak-title {
    font-size: 25px;
  }

  .tanoorak-category-title {
    font-size: 20px;
  }
}
