
body {
    font-family: 'IRANSans', sans-serif;
    background: #f7f3ef;
    margin: 0;
    padding: 0;
}

.container,
.index-page.container,
.menu-items-container,
.menu-item-box,
.swiper-container {
    max-width: 450px;
    margin: 0 auto;
}

.menu-header-bar {
    background: #b08968;
    padding: 15px;
    text-align: center;
}

.menu-logo-title {
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

.swiper-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.swiper-slide:last-child {
    margin-left: 10px;
}

.swiper-container {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 15px 0;
    margin-bottom: 10px;
    background: #d8c2a5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.swiper-slide {
    text-align: center;
    width: auto !important;
}

.swiper-slide .header-item {
    padding: 10px 5px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 90px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-slide .header-item-image {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-bottom: 5px;
}

.swiper-slide .item-title {
    font-size: 11px;
    color: #5e4b3c;
    text-align: center;
    line-height: 1.4;
}

.menu-category-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    color: #5c4027;
    margin: 40px 0 20px 0;
}

.menu-category-title span {
    padding: 0 15px;
    background: #f7f3ef;
    position: relative;
    z-index: 1;
}

.menu-category-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: #c3a17a;
    z-index: 0;
}

.menu-item-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.menu-item-img-wrapper {
    width: 100%;
}

.menu-item-image-full {
    width: 100%;
    display: block;
    object-fit: cover;
}

.menu-item-details {
    padding: 15px;
    text-align: right;
}

.menu-item-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.menu-item-content p {
    margin: 0;
    color: #444;
    font-size: 14px;
}

.menu-item-price {
    text-align: left;
    direction: ltr;
    font-size: 18px;
    color: #4b382b;
    font-weight: bold;
    margin-top: 10px;
}

.menu-item-price small {
    display: block;
    font-size: 10px;
    color: #6f4e37;
    margin-top: 3px;
}

.price {
    color: #b45100;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.price small {
    font-size: 10px;
    margin-right: 5px;
}
