.ag-menu-items {
    width: 100%;
    position: relative;
    padding: 80px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ag-menu-items-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 4, 4, 0.5);
    z-index: 0;
}

.ag-menu-items-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.ag-menu-items-section-logo-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.ag-menu-items-section-logo {
    max-width: 150px;
    height: auto;
}

.ag-menu-items-title {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.ag-menu-items-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ag-menu-item-card {
    background: #F0F0F0;
    border-radius: 20px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    transition: transform 0.3s ease;
}

.ag-menu-item-card:hover {
    transform: translateY(-2px);
}

.ag-menu-item-row-bottom {
    display: contents;
}

.ag-menu-item-left {
    display: flex;
    align-items: center;
    padding-left: 30px;
    gap: 15px;
}

.ag-menu-item-currency {
    color: #5C4B3B;
    font-size: 24px;
    font-weight: 700;
}

.ag-menu-item-price {
    color: #5C4B3B;
    font-size: 34px;
    font-weight: 700;
}

.ag-menu-item-name {
    flex-grow: 1;
    text-align: right;
    color: #000000;
    font-size: 34px;
    padding-right: 40px;
    font-family: 'ABeeZee', sans-serif;
}

.ag-menu-item-image-wrap {
    width: 185px;
    height: 147px;
    border-radius: 17px;
    overflow: hidden;
    flex-shrink: 0;
}

.ag-menu-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content wrapper — desktop: acts transparent */
.ag-menu-item-content-wrap {
    display: contents;
}

/* With Sizes variant */
.ag-menu-item-card--with_sizes {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: stretch;
}

.ag-menu-item-card--with_sizes .ag-menu-item-content-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    justify-content: center;
}

.ag-menu-item-card--with_sizes .ag-menu-item-row-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 8px 15px 0 15px;
}

.ag-menu-item-card--with_sizes .ag-menu-item-name {
    padding-right: 0;
}

.ag-menu-item-card--with_sizes .ag-menu-item-left {
    padding-left: 0;
}

.ag-menu-item-sizes-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 8px 15px 5px 15px;
    direction: rtl;
}

.ag-menu-item-size-option {
    display: flex;
    align-items: center;
    gap: 6px;
    direction: rtl;
}

.ag-menu-item-size-label {
    color: #000000;
    font-size: 23px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 400;
    line-height: 28px;
}

.ag-menu-item-size-price {
    color: #5C4B3B;
    font-size: 17px;
    font-family: '29LT Bukra', sans-serif;
    font-weight: 700;
    line-height: 28px;
}

.ag-menu-item-size-currency,
.ag-menu-item-size-currency-logo {
    color: #5C4B3B;
    font-size: 14px;
    font-weight: 700;
}

.ag-menu-item-size-currency-logo {
    width: 19px;
    height: auto;
}

/* Tablet — same layout as desktop, scaled down */
@media (max-width: 1024px) and (min-width: 768px) {
    .ag-menu-items {
        padding: 60px 15px;
    }

    .ag-menu-items-title {
        font-size: 48px;
        margin-bottom: 45px;
    }

    .ag-menu-item-card {
        flex-direction: row-reverse !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .ag-menu-item-row-bottom {
        display: contents !important;
    }

    .ag-menu-item-name {
        font-size: 26px;
        padding-right: 25px;
        flex-grow: 1;
        text-align: right;
    }

    .ag-menu-item-price {
        font-size: 26px;
    }

    .ag-menu-item-currency {
        font-size: 20px;
    }

    .ag-menu-item-left {
        padding-left: 20px;
        gap: 10px;
    }

    .ag-menu-item-image-wrap {
        width: 160px !important;
        height: 127px !important;
        flex-shrink: 0;
    }

    .ag-menu-item-image {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
    }

    /* With Sizes variant — tablet */
    .ag-menu-item-card--with_sizes {
        flex-wrap: nowrap !important;
        flex-direction: row-reverse !important;
        align-items: stretch !important;
    }

    .ag-menu-item-card--with_sizes .ag-menu-item-content-wrap {
        display: flex !important;
        flex-direction: column;
        flex: 1;
        min-width: 0;
    }

    .ag-menu-item-card--with_sizes .ag-menu-item-row-bottom {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .ag-menu-item-sizes-row {
        gap: 20px;
    }

    .ag-menu-item-size-label {
        font-size: 18px;
    }

    .ag-menu-item-size-price {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ag-menu-items-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .ag-menu-item-card {
        padding: 12px;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .ag-menu-item-row-bottom {
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 5px;
    }

    /* With Sizes variant — mobile */
    .ag-menu-item-card--with_sizes .ag-menu-item-content-wrap {
        display: flex !important;
        flex-direction: column;
    }

    .ag-menu-item-sizes-row {
        gap: 15px;
        padding: 5px 5px 0 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ag-menu-item-size-label {
        font-size: 16px;
    }

    .ag-menu-item-size-price {
        font-size: 13px;
    }

    .ag-menu-item-left {
        padding-left: 0;
        width: auto;
        justify-content: flex-start;
    }

    .ag-menu-item-name {
        padding-right: 0;
        text-align: right;
        width: auto;
        font-size: 20px;
        flex-grow: 1;
    }

    .ag-menu-item-image-wrap {
        width: 100% !important;
        height: 180px !important;
    }

    .ag-menu-item-image {
        object-fit: cover !important;
    }

    .ag-menu-item-price {
        font-size: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .ag-menu-items-title {
        font-size: 28px;
    }

    .ag-menu-item-name {
        font-size: 16px;
        padding-right: 10px;
    }

    .ag-menu-item-price {
        font-size: 16px;
    }

    .ag-menu-item-currency {
        font-size: 14px;
    }

    .ag-menu-item-image-wrap {
        width: 80px;
        height: 64px;
        border-radius: 10px;
    }
}