* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ltr {
    direction: ltr;
}
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
body {
    font-family: "Noto Sans Arabic", serif;
    overflow-x: hidden;
    background: #fff;
    font-size: 15px;
    padding-bottom: 64px;
}
.container {
    max-width: 640px;
    padding: 0;
}
.top-menu {
    padding: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--menu-theme-color);
    height: 40px;
}
.top-menu {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.top-menu a {
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 280px;
}
.category {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: #f0f0f0;
    padding: 5px 8px;
}
.category::-webkit-scrollbar {
    display: none;
}
.category-list {
    display: flex;
    gap: 5px;
}
.category-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 4px;
    color: #222;
}
.category-item img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: cover;
}
.category-item-text {
    white-space: nowrap;
    margin: 0 6px;
    text-transform: uppercase;
    font-weight: bold;
}
.category {
    position: sticky;
    top: 40px;
    z-index: 999;
}
.category-name {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.card {
    border: 0 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.item-img {
    width: 100%;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
}
.powered-by {
    text-align: center;
    color: #777;
    font-size: 13px;
    padding: 6px;
}
.powered-by a{
    color: #111;
}
.footer-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-button {
    padding: 15px 4px;
    display: flex;
    gap: 4px;
}
.footer-button.active {
    color: #F3CC96;
}
.footer-button {
    position: relative;
}
.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
.badge-new {
    position: absolute;
    top: -4px;
    right: 4px;
    font-size: 0.7rem;
    min-height: 24px;
    min-width: 24px;
    text-align: center;
    line-height: 24px;
}
.basket-tab {
    background: #408559 !important;
    color: #fff;
}

.footer-tab {
   display: flex;
}
.footer-tab > div {
  flex: 1;
}
.footer-tab-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    gap: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    background: var(--menu-theme-color);
    color: #f0f0f0;
    font-size: 12px;
}
.footer-tab-item:first-child {
    border-left: 0;
}
.footer-tab-item i {
    font-size: 16px;
}

.cart-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #fff;
    border-radius: 4px;
    overflow-x: hidden;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
    position: fixed;
    bottom: 64px;
    left: 8px;
    right: 8px;
}

.confirm-btn {
    border-radius: 0;
    border: 0 !important;
    padding: 10px 15px;
    min-height: 60px;
    font-weight: bold;
    text-transform: uppercase;

}
.cart-items {
    padding-bottom: 80px;
}
.nowrap {
    white-space: nowrap !important;
}
.slider img {
    width: 100% !important;
    max-height: 180px !important;
    object-fit: cover !important;
}
