        body {
            font-family: 'IranSans', Tahoma, sans-serif;
            background-color: var(--lamiz-bg);
            margin: 0; padding: 0; color: var(--text-dark);
            direction: rtl;
            text-align: right;
        }
        /* هدر */
        .main-header .logo {
            width: 100px; height: 100px; background: #fff;
            border-radius: 50%; padding: 5px; object-fit: contain;
            margin-bottom: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        }
        .discount-badge {
            right:inherit !important;
            left:7px !important;
        }
        .main-header h1 { margin: 0; font-size: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
        .main-wrapper {
            max-width: 1200px;
            margin: -30px auto 50px;
            display: flex;
            flex-direction: row;
            gap: 10px;
            padding: 0 15px;
            min-height: 600px;
        }
        .special-nav-btn {
            text-align: center !important;
        }.special-nav-btn::after {
            font-size: 30px !important;
            line-height: 45px;
        }
        /* سایدبار */
        .sidebar {
            width: 20%;
            background: #fff;
            border-radius: 15px;
            padding: 15px 0;
            height: fit-content;
            position: sticky;
            top: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            z-index: 999;
            
        }
        .cat-link {
            display: flex;
            align-items: center;
            padding: 5px 15px;
            text-decoration: none;
            color: var(--text-dark);
            font-weight: bold;
            border-right: 4px solid transparent;
            transition: 0.3s;
            gap: 12px;
            justify-content: flex-start;
        }
        .cat-link img { width: 35px; height: 35px; border-radius: 8px; object-fit: cover; }
        .cat-link:hover, .cat-link.active {
            background: #fdfaf7;
            color: var(--lamiz-gold);
            border-right-color: var(--lamiz-gold);
        }
        /* محتوا */
        .content-area { flex: 1; width:80%; }
        .category-section {
            background: #fff;
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            scroll-margin-top: 100px;
        }
        .category-title {
            font-size: 22px;
            text-align: center;
            margin-bottom: 35px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f5f5f5;
        }
        .items-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 20px 20px;
        }
        .food-item {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .food-image { width: 170px; height: 170px; object-fit: contain; margin-bottom: 15px; }
        .title-fa { font-size: 19px; font-weight: bold; margin: 5px 0; }
        .title-en { font-size: 13px; text-transform: uppercase; color: #333; font-weight: 600; direction: ltr; }
        .ingredients { font-size: 12px; color: var(--text-gray); line-height: 1.7; }
        .price-row {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            width: 100%;
            border-top: 1px dashed #eee;
            padding-top: 12px;
        }
        .price-amount { font-size: 15px; font-weight: 900; color: var(--text-dark); }
    
        .old-price { text-decoration: line-through; color: #e63946; font-size: 0.85em; display: block; margin-bottom: -4px; }
        .sale-price { color: #2e7d32; font-weight: 900; }
        /* استایل فوتر */
        .main-footer {
            background-color: #111323;
            color: #fff;
            padding: 0px 0 15px;
            margin-top: 50px;
            direction: rtl;
            text-align: right;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 5px;
            padding: 0 15px;
        }
        .footer-col h4 {
            color: var(--lamiz-gold);
            font-size: 17px;
            margin-bottom: 10px;
            border-right: 3px solid var(--lamiz-gold);
            padding-right: 10px;
            margin-top: 10px;
        }
        .footer-col p {
            font-size: 11px !important;
            margin: 0 !important;
        }
        .footer-info-item {
            display: flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 5px;
            color: #bbb;
            font-size: 14px;
            justify-content: flex-start;
        }
        .footer-info-item i { color: var(--lamiz-gold); width: 20px; text-align: center; }
        .social-links {
            display: flex;
            gap: 10px;
            justify-content: center;
            border-top: 0;
            padding-top: 5px;
            width: auto;
            margin: 0;
        }
        .social-links a {
            width: 30px;
            height: 30px;
            background: #333;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }
        .contacto>div {
            width: 45%;
        }
        .contacto {
            display: ruby;
        }
        .social-links a:hover { background: var(--lamiz-gold); transform: translateY(-5px); }
        .footer-bottom {
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px solid #333;
            text-align: center;
            font-size: 13px;
            color: #777;
        }
        .footer-bottom a { color: var(--lamiz-gold); text-decoration: none; }
        nav.top-nav-bar {
            margin: 0 0 25px 0;
        }
        .top-nav-bar ul {
            list-style: none;
            margin: 0; padding: 0;
            display: flex;
            justify-content: center;
            gap: 25px;
        }
        .top-nav-bar ul li a {
            text-decoration: none;
            color: white;
            font-size: 14px;
            font-weight: bold;
            transition: 0.3s;
        }
        .top-nav-bar ul li a:hover {
            color: white;
        }
        img.food-image {
            border-radius: 20px !important;
        }
        .category-title {
            margin-top: 0;
        }
        .mob-res {
            display: none;
        }
        .hnthirdfoot {
            display: flex;
            justify-content: space-between;
        }
    
        /* استایل‌های جدید برای دکمه سفارش */
        .order-btn {
    background: linear-gradient(135deg, #2271b1, #1a5a8f);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: 'IranSans';
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(34, 113, 177, 0.3);
        }
    
        .order-btn:hover {
            background: linear-gradient(135deg, #1a5a8f, #134169);
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(34, 113, 177, 0.4);
        }
    
        /* استایل پاپ‌آپ */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            animation: fadeIn 0.3s ease;
        }
    
        .popup-content {
            background: white;
            border-radius: 20px;
            padding: 30px;
            max-width: 500px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            position: relative;
            animation: slideUp 0.3s ease;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }
    
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
    
        @keyframes slideUp {
            from { transform: translateY(50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
    
        .popup-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #f5f5f5;
            border: none;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            color: #666;
            transition: all 0.3s;
        }
    
        .popup-close:hover {
            background: #e63946;
            color: white;
            transform: rotate(90deg);
        }
    
        .popup-header {
            text-align: center;
            margin-bottom: 0;
            padding-bottom: 5px;
            border-bottom: 2px solid #f5f5f5;
        }
    
        .popup-header img {
            width: 120px;
            height: 120px;
            border-radius: 15px;
            object-fit: contain;
            margin-bottom: 0px;
        }
    
        .popup-title {
            font-size: 16px;
            font-weight: bold;
            margin: 0;
        }
    
        .popup-subtitle {
            font-size: 12px;
            color: #666;
            text-transform: uppercase;
        }
    
        .popup-ingredients {
    font-size: 10px;
    color: #888;
    line-height: 1.6;
    margin-top: 0;
        }
    
        .popup-sizes {
            margin-top: 5px;
        }
    
        .size-item {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #00000003;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
        }
    
        .size-item:hover {
            border-color: var(--lamiz-gold);
            background: #fdfaf7;
        }
    
        .size-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0px;
        }
    
        .size-name {
            font-weight: bold;
    font-size: 11px;
    color: #333;
    margin-left: 15px;
        }
    
        .size-price {
                font-weight: 900;
    font-size: 11px;
    margin-left: 20px;
    color: var(--text-dark);
        }
    
        .size-price .old-price {
            display: inline-block;
            margin-left: 8px;
        }
    
        .order-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }
    
        .btn-qty {
                background: #2271b1;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 15%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(34, 113, 177, 0.3);
        }
    
        .btn-qty:hover {
            background: #1a5a8f;
            transform: scale(1.1);
        }
    
        .btn-qty:active {
            transform: scale(0.95);
        }
    
        .qty-num {
            font-weight: bold;
            min-width: 30px;
            text-align: center;
            font-size: 18px;
        }
    
        #cart-bar {
    position: fixed;
    bottom: 5px;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #2271b1, #1a5a8f);
    color: white;
    padding: 0px;
    border-radius: 10px;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    flex-direction: column;
    transition: height 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    height: 50px;
    overflow: hidden;
        }
    
        #view-cart {
            background: white;
            color: #2271b1;
            border: none;
            padding: 5px 10px;
            font-family: 'IranSans';
            font-size:13px;
            border-radius: 10px;
            font-weight: bold;
            cursor: pointer;
            margin-right: 15px;
            transition: all 0.3s;
        }
    
        #view-cart:hover {
            background: #f0f0f0;
            transform: scale(1.05);
        }
        #cart-list {
            width: 100%;
            max-height: 300px;
            overflow-y: auto;
            margin: 0;
            display: none;
            opacity: 0;
            transform: scaleY(0.9);
            transform-origin: top;
            transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        }
        #cart-list.open {
            opacity: 1;
            transform: scaleY(1);
        }
        .cart-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            color: white;
        }
        .cart-item-title {
            flex: 2;
        }
        .cart-item-qty {
            flex: 1;
            text-align: center;
        }
        .cart-item-price {
            flex: 1;
            text-align: right;
        }
        .cart-item-delete {
            background: none;
            border: none;
            color: #ff6b6b;
            cursor: pointer;
            font-size: 16px;
            transition: color 0.3s;
        }
        .cart-item-delete:hover {
            color: #ff0000;
        }
        #final-submit-order {
            background: white;
            color: #2271b1;
            border: none;
            padding: 8px 12px;
            font-family: 'IranSans';
            border-radius: 10px;
            font-weight: bold;
            cursor: pointer;
            margin: 10px 0;
            transition: all 0.3s;
            display: none;
        }
        #final-submit-order:hover {
            background: #f0f0f0;
            transform: scale(1.05);
        }
        #notification {
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #28a745, #218838);
            color: white;
            padding: 15px 15px;
            font-size:12px;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            z-index: 10000;
            display: none;
            animation: slideDown 0.5s ease, fadeOut 0.5s ease 4.5s;
        }
.cart-info-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    background-color: #103b60;
    padding: 10px;
}
        @keyframes slideDown {
            from { transform: translate(-50%, -50px); opacity: 0; }
            to { transform: translate(-50%, 0); opacity: 1; }
        }
        @keyframes fadeOut {
            from { opacity: 1; }
            to { opacity: 0; }
        }
.price-box {
    width: 100%;
}
            @media (max-width: 768px) {
                .special-nav-btn::after {
                    font-size:25px !important;
                 }
                .top-nav-bar ul { gap: 15px; flex-wrap: wrap; }
                .top-nav-bar ul li a {
                    font-size: 10px !important;
                }


        }
        /* ریسپانسیو موبایل */
        @media (max-width: 992px) {
            .content-area {
                width: 100%;
            }
            section#cat-6 .items-grid, section#cat-19 .items-grid {
                gap: 10px 10px;
            }
            section#cat-6 .price-row, section#cat-19 .price-row {
                padding: 0;
            }
            section#cat-6 .order-btn, section#cat-19 .order-btn {
                margin-top: 0;
            }
            
            section#cat-6 .items-grid, section#cat-19 .items-grid {
                grid-template-columns: 1fr 1fr 1fr;
            }
            .footer-col h4 {
                color: var(--lamiz-gold);
                font-size: 13px;
            }
            .footer-info-item {
                font-size: 11px;
            }
            .social-links {
                width: 50%;
                margin: 10px auto 0 auto;
            }
            .mob-res {
                display: block;
            }
            .footer-col.third {
                display: none !important;
            }
            .category-section {
                padding: 15px;
                margin-bottom: 30px;
            }
            .category-title {
                font-size: 17px;
                text-align: center;
                margin-bottom: 20px;
                padding-bottom: 10px;
                border-bottom: 2px solid #f5f5f5;
            }
            .cat-link {
                display: flex;
                align-items: center;
                padding: 10px 15px;
                font-size: 12px;
                text-decoration: none;
                color: var(--text-dark);
                font-weight: bold;
                border-right: 4px solid transparent;
                transition: 0.3s;
                gap: 5px;
                justify-content: center;
            }
            .sidebar {
                padding: 0px 0;
            }
            .food-image {
                width: 100px;
                height: 110px;
                object-fit: contain;
                margin-bottom: 5px;
            }
            .title-fa {
                font-size: 11px;
                margin: 5px 0;
            }
            .price-row {
                padding: 0 0 5px;
            }
            .category-section .price-row {
                padding-top: 5px;
            }
            .category-section .ingredients {
                margin-bottom: 5px;
            }
            .price-amount {
                font-size: 13px;
            }
            .title-en {
                font-size: 10px;
                color: #7c7c7c;
            }
            .ingredients {
                font-size: 8px;
                color: #8a8a8a;
                line-height: 1.4;
                margin-bottom: 5px;
                min-height: 0;
            }
            span.price-label {
                font-size: 7px !important;
                color: #818181 !important;
            }
            .main-wrapper { flex-direction: column; }
            .sidebar {
                width: 100%;
                position: sticky;
                top: 0;
                display: flex;
                overflow-x: auto;
                white-space: nowrap;
                border-radius: 15px;
                flex-direction: row;
                        box-shadow: 0 0 5px #b5b5b5;
            }
            .cat-link { border-right: none; border-bottom: 3px solid transparent; }
            .cat-link.active { border-bottom-color: var(--lamiz-gold); }
            .items-grid { grid-template-columns: 1fr 1fr; }
        
            .order-btn {
                        padding: 5px 15px;
        font-size: 12px;
            }
        
            .popup-content {
                padding: 20px;
                width: 85%;
            }
        }
        
        
        
        
        /* ─── Overlay ─── */
.smp-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

/* ─── Box ─── */
.smp-modal-box {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px 28px;
  width: 100%;
  max-width: 420px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  direction: rtl;
  font-family: inherit;
}

/* ─── Close ─── */
.smp-modal-close {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #555;
  line-height: 32px;
  text-align: center;
  transition: background 0.2s;
}
.smp-modal-close:hover { background: #e0e0e0; }

/* ─── Header ─── */
.smp-modal-header {
  text-align: center;
  margin-bottom: 24px;
}
.smp-modal-icon {
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
}
.smp-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

/* ─── انتخاب نوع سفارش ─── */
.smp-order-type-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.smp-order-type-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 12px;
  border: 2px solid #e8e8e8;
  border-radius: 16px;
  background: #fafafa;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  transition: all 0.2s;
  font-family: 'IRANSANS';
}
.smp-order-type-btn:hover {
  border-color: #ff6b00;
  background: #fff5ee;
  color: #ff6b00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,0,0.15);
}
.smp-btn-icon {
  font-size: 36px;
}

/* ─── Fields ─── */
.smp-modal-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.smp-field-label {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
  display: block;
}
.smp-field-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  direction: rtl;
  box-sizing: border-box;
  transition: border-color 0.2s;
  outline: none;
}
.smp-field-input:focus {
  border-color: #ff6b00;
  box-shadow: 0 0 0 3px rgba(255,107,0,0.12);
}

/* ─── Footer ─── */
.smp-modal-footer {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.smp-btn-back {
  background: none;
  border: none;
  color: #888;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 4px;
}
.smp-btn-back:hover { color: #333; }
.smp-btn-confirm {
  background: #ff6b00;
  font-family: 'IranSans';
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.smp-btn-confirm:hover {
  background: #e05f00;
  transform: scale(1.03);
}


